Browser automation studio for auto post

Thanks bro, you are so sweet.

So you basically prefer python over bas right??

Also, do you use selenium and make your scripts from scratch or just use the repositories from GitHub and tweak then?
Yeah it's been so much easier using python.
- My first option is to use the official api if there is one. for example my twitter posting bot uses the official twitter api to post my scraped content.
- My second option is to use an unofficial api or github repositories and tweak them to do what i need.
- If i can't find anything else that will fit what I need then I'll build it from scratch using selenium or similar tools.

but honestly with enough googling there's usually someone else that has already written scripts that have 85% of the programming done already and I usually just take that and tweak it how i need to. I just learned python recently but I've been a web developer for a while and most other programmers I've worked with will tell you it's insane to try and start every project from scratch.
 
Yeah it's been so much easier using python.
- My first option is to use the official api if there is one. for example my twitter posting bot uses the official twitter api to post my scraped content.
- My second option is to use an unofficial api or github repositories and tweak them to do what i need.
- If i can't find anything else that will fit what I need then I'll build it from scratch using selenium or similar tools.

but honestly with enough googling there's usually someone else that has already written scripts that have 85% of the programming done already and I usually just take that and tweak it how i need to. I just learned python recently but I've been a web developer for a while and most other programmers I've worked with will tell you it's insane to try and start every project from scratch.
do you manage multiple accounts? like using proxies and all? i already have 10 Pinterest accounts, a bunch of videos ready, proxies, and i wanna post to each of them daily. I don't use python as i have heard people say that companies detect bot activity, and tbh i have never done automation using python, so afraid of losing the accounts as i purchased them.

it'd be great if you could guide me a bit more.

I've worked with will tell you it's insane to try and start every project from scratch.
also, insane as in bad?
 
right now I have 10 twitter accounts I'm running. Most of the activity i do is posting using the official api so I don't worry to much about that. But my F/UF for those accounts are setup using virtual browsers that are setup similar to https://www.blackhatworld.com/seo/how-to-make-the-browser-anonymous.1459127/ and controlled using selenium.

Biggest advice about not losing accounts would be. In most cases as long as the automation is done in a way that mimics you doing it by hand then social media companies don't really care too much. Just don't spam the same thing over and over or try to do a ton of actions all at once and you should be fine.


also, insane as in bad?
yes, don't reinvent the wheel if you don't need to. Most of the time someone else has already built what you need so take it as a starting point and build on it
 
Last edited:
For me BAS is much easier a than Python ( i learn python too and making simple scraper with python is much harder). It can be detected by many sites. BAS is undetectable, because it works like human (mouse moves, typing, clicks). You even don't need any api. In 2 years i didn't lose any of my 100 automated twitter accounts. This is insane. Making twitter, instagram, pinterest scheduling bots takes literally 20 or less minutes. BAS tutorials on youtube are enough to learn it. Even without tutorials, menu is so easy that you can find out many features yourself
 
For me BAS is much easier a than Python ( i learn python too and making simple scraper with python is much harder). It can be detected by many sites. BAS is undetectable, because it works like human (mouse moves, typing, clicks). You even don't need any api. In 2 years i didn't lose any of my 100 automated twitter accounts. This is insane. Making twitter, instagram, pinterest scheduling bots takes literally 20 or less minutes. BAS tutorials on youtube are enough to learn it. Even without tutorials, menu is so easy that you can find out many features yourself
Hey can we make Instagram follow unfollow bot from this? And can it be scaled with multiple accounts?
 
yes BAS can do that. BAS can automate anything in browser. it's gui/drag-and-drop bot creation suite.
sure python-selenium can do all the same stuff. some people rather gui/drag-and-drop modules than learning how to code python.
i used zennoposter for years. i tried BAS after first hearing about it 1-2 years ago here. very similar. probably served as inspiration. if you're on a budget, go with BAS. if you have $ to spend zennoposter is worth it.
every tool has its learning curve. i learned bit of python and I like it. but when comes to debugging, having gui is nice.
 
yes BAS can do that. BAS can automate anything in browser. it's gui/drag-and-drop bot creation suite.
sure python-selenium can do all the same stuff. some people rather gui/drag-and-drop modules than learning how to code python.
i used zennoposter for years. i tried BAS after first hearing about it 1-2 years ago here. very similar. probably served as inspiration. if you're on a budget, go with BAS. if you have $ to spend zennoposter is worth it.
every tool has its learning curve. i learned bit of python and I like it. but when comes to debugging, having gui is nice.
Exactly, using bas or zennoposter requires only a basic knowledge of python and JavaScript (in case, you want to make your own modules). A good understanding of loops, variables, and structure would serve the purpose of making a very simple to advanced bot.
 
hey guys, can BAS or any other software which you recommend can be used to auto post on Pinterest? I want to post 20 pins every day but doing it manually is very boring. Can BAS do that without getting me banned? LEARNING IS NOT AN ISSUE, I'LL WATCH SOME TUTORIALS AND GET STARTED.
PLEASE HELP
THANKS
Hello i'm french. We have a men talk exactly about this.
 
Hello i'm french. We have a men talk exactly about this.

I don't understand french but how this guy earned 9000€ using BAS on pinterest? Just by scheduling posts with affiliate links from zazzle? I'm doing the same with aliexpress products and i get 0-1 clicks per day. My board has 1000s of pins created in last year. Pinterest really sucks in getting traffic for me
 
I don't understand french but how this guy earned 9000€ using BAS on pinterest? Just by scheduling posts with affiliate links from zazzle? I'm doing the same with aliexpress products and i get 0-1 clicks per day. My board has 1000s of pins created in last year. Pinterest really sucks in getting traffic for me
Yes that's right, zazzle affiliate links. 9k but in one year. He says he uses 40 pinterest accounts. With virtual computers and proxies
 
right now I have 10 twitter accounts I'm running. Most of the activity i do is posting using the official api so I don't worry to much about that. But my F/UF for those accounts are setup using virtual browsers that are setup similar to https://www.blackhatworld.com/seo/how-to-make-the-browser-anonymous.1459127/ and controlled using selenium.

Biggest advice about not losing accounts would be. In most cases as long as the automation is done in a way that mimics you doing it by hand then social media companies don't really care too much. Just don't spam the same thing over and over or try to do a ton of actions all at once and you should be fine.



yes, don't reinvent the wheel if you don't need to. Most of the time someone else has already built what you need so take it as a starting point and build on it
"as long as the automation is done in a way that mimics you doing it by hand "

then why are you using the api?
 
Back
Top