How To Create Your Own BOTs/Automation

I got started with ubot, which is pretty good if you are automating browser stuff only, and want to get easy to medium complicated. Beyond that you have visual studio c#
 
Google Puppeter, google chrome extension documentation,
Google python, google browser network inspector, google python
request libraries, python csv/txt libraries, Google postman,
etc...

Basically you need to know how to work with files aka write login info and similar,
how to replicate requests or controll chrome browser via chrome driver if
replicating request's doesn't work.

Also most bots can be written as extensions as well.
 
Google Puppeter, google chrome extension documentation,
Google python, google browser network inspector, google python
request libraries, python csv/txt libraries, Google postman,
etc...

Basically you need to know how to work with files aka write login info and similar,
how to replicate requests or controll chrome browser via chrome driver if
replicating request's doesn't work.

Also most bots can be written as extensions as well.
Yes, that is usually what a programmer is recommended. but when it gets started, it will be realized that they need proxies, need to know to do fingerprint, need to know how to run 100-1000 concurrently.

And that is a long journey.

Please go with autobrowsers. You get all that you needs .
 
For making your own bots, you can use "Ubot Studio" or "Zennoposter".

For Web Automation, you can use Selenium or Python.

Youtube is the easiest way to get started, there are a lot of information available there.
 
I have about 4 years experience of various automation projects. All kind, php, appium, zenno, python selenium and more. And let me tell you the hard part here is not how to automate clicks etc.
The hard part is how to bypass antifraud systems. Unless you have some setup for that which is proven to work on a selected platform, I don't see a point in jumping to the automation part.
Overall, my suggestion is learn how to do multiaccounting. When you have success with that doing it manually, you can jump to the automation.
 
Thanks For the Help It really helped me to get to know a few things and start digging in
 
Quick tip for you, don't use selenium if you're planning to automate Instagram, unless you know something that I don't.
Selenium work good with ig, infact, selenium work good with everything if you code it properly. It all depend on which options you add and which ones u dont. Cover your fingerprints you'll be fine.
 
I use selenium with C# and sometime Java. I would suggest you to go with python as 75% of all github source and google/youtube tutorials you can find are made with python. Thats stupid i didnt get in touch with python as its really popular. I will go into it soon i guess.
 
I would suggest that you use Python. It's easy to learn for a beginner programmer and is the most flexible.

This video shows how to create a Twitter bot. The script needs to be restarted roughly every 12 hours, but this should give you an idea of what's doable:
 
Hey. Who successfully release any automation tasks wit Pyautogui + Orbita Browser (gologin)? I need to automate clicks in amazon account.
 
Back
Top