How to make a different script? Where to start? Where to study?

pabloo7

Newbie
Joined
Jun 22, 2025
Messages
7
Reaction score
3
Guys, I'm having some difficulty developing a script, for people who understand well how to start a script from scratch? And where to find resources for creativity?
 
Start small. Dont try to write a perfect script , just write something that solves a specific pain point. Also check YouTube channels like Alex Hormozi, or look at Fiverr gig descriptions for how people script sales content.
 
AI is your friend now. You most likely want to you use python. You can start out in a Jupyter notebook to see what works and then copy that over to a script once you're happy.
 
Depends on the stack you’re building it on, if you don’t have any development experience I’d suggest you start with low level py (automation) scritps. Py in itself is a pretty accessible language and can be learned rather quickly if you put in the hours. It’ll probably be easier to point you to concrete courses/resources if you mention what exactly you’re looking to build.
 
Depends on the stack you’re building it on, if you don’t have any development experience I’d suggest you start with low level py (automation) scritps. Py in itself is a pretty accessible language and can be learned rather quickly if you put in the hours. It’ll probably be easier to point you to concrete courses/resources if you mention what exactly you’re looking to build.
Hello, I manage multiple accounts, such as Telegram, Signal, WhatsApp, and others. I currently use an anti-detection browser to log in to these apps.
I use these apps to send messages daily, and if I receive a reply, I need to communicate.
My current problem is that having so many accounts is causing my computer to become very slow, and I always have to search for a reply every time I receive one.
So, I'd like to use the API to directly control the account's ability to send messages. If there's a reply, an interface will appear where I can chat and add notes, just like with normal social media apps. However, messages with no replies will not be displayed.
 
Start small — pick one goal and build around it.

Creativity usually comes once you actually start building, not before.
 
Back
Top