Questions about Social Media bots

I made bots with selenium, especially instagram. I think selenium is really a good tool.

Ok you wont probably run 100 threads properly but if your focus is to make an IG bot, i dont really think they absolutely needs to run 100 threads like a gmail creator/ account creator or smm panel. So your plan dont sound bad at all and if you check ppl are searching ig bots alot. I supose the ppl whos searching these service are searching it for marketing purpose and automate their follow/like/post on day to day basis. I use my own ig bot for promoting mobiles app and it definitely do the job.

If never you need some help feel free to ask.

Good luck
Thanks man!
I'm trying a bot that does the basic stuff like liking and commenting...etc. The purpose of it is to generate followers that are not bots.
Scaling the bot if you have a good tactic shouldn't be that hard, hopefully :))))
 
Python + Selenium isn't gonna work , Instagram AI is too smart to detect those, it's better you use Puppeteer with Puppeteer stealth, or a custom browser where it changes your fingerprint time to time
 
Python + Selenium isn't gonna work , Instagram AI is too smart to detect those, it's better you use Puppeteer with Puppeteer stealth, or a custom browser where it changes your fingerprint time to time
I see.
I'm working on it right now, I'm gonna experiment and see how far we can go lol
 
but yes, experimenting will help a lot
I'm curious, does Instagram AI checks your activities during your time in the site? Like if you scrolled in the website, click on post then off, things like that?
 
yup, it definitely does open network look for logging_events it reports every small detail back to Instagram
I'm curious, does Instagram AI checks your activities during your time in the site? Like if you scrolled in the website, click on post then off, things like that?
 
yup, it definitely does open network look for logging_events it reports every small detail back to Instagram
I know this sounds a little retarded:
What if, after we follow some people, we use time.sleep() to rest, then we execute some JavaScript that mimics human behaviour, for example if we wanna scroll down, we use a for loop that randomly scrolls slowly up and down, click on posts, waits a bit, then closes...
I think it's worth a shot lol
 
I know this sounds a little retarded:
What if, after we follow some people, we use time.sleep() to rest, then we execute some JavaScript that mimics human behaviour, for example if we wanna scroll down, we use a for loop that randomly scrolls slowly up and down, click on posts, waits a bit, then closes...
I think it's worth a shot lol
Can't find thread anymore, but some guy on BHW was selling bots and had a YT channel showcasing them. All those bots did for 70% of the time was, unnaturally scroll up and now and move cursor in circles, do some action, rinse and repeat until task was completed. Sold dozens for few hunnid a piece. Worst case scenario you're out of few proxies, email accounts and gain some experience.
 
I know this sounds a little retarded:
What if, after we follow some people, we use time.sleep() to rest, then we execute some JavaScript that mimics human behaviour, for example if we wanna scroll down, we use a for loop that randomly scrolls slowly up and down, click on posts, waits a bit, then closes...
I think it's worth a shot lol
won't help, quite useless if you mimic using js
read about event.isTrusted maybe you will get the idea
 
Thanks man!
I'm trying a bot that does the basic stuff like liking and commenting...etc. The purpose of it is to generate followers that are not bots.
Scaling the bot if you have a good tactic shouldn't be that hard, hopefully :))))
well the problem wont be the bot i guess but i think its more on machine side as running alot of browsers instance use alot of ram.
 
Find what kind of task that people would like to automate, create the bot for it, and get testers for your bot to improve it.
 
Find what kind of task that people would like to automate, create the bot for it, and get testers for your bot to improve it.
Definitely will release them first for free for feedback :)
i got accounts that im running for a long period of time. Based on selenium bots im not even getting shadowbanned, never had a single problems.
Hopefully i'll make a god bot lol
 
with selenium if you work in bulk , accounts won't sustain any longer then 1m-24hours
i was planning on deploying my selenium instagram bot on heroku. but when i tried my bot in headless mode (which heroku requires), instagram identified it immediately. do you think puppeteer would help solve this issue, or is it completely unrelated?
 
i was planning on deploying my selenium instagram bot on heroku. but when i tried my bot in headless mode (which heroku requires), instagram identified it immediately. do you think puppeteer would help solve this issue, or is it completely unrelated?

Forget heroku, their ips aren't good for instagram, I already tried.
 
i was planning on deploying my selenium instagram bot on heroku. but when i tried my bot in headless mode (which heroku requires), instagram identified it immediately. do you think puppeteer would help solve this issue, or is it completely unrelated?
yes, but still many factors contribute. you can use puppeteer with puppeteer-extra but do the research first how you are getting detected.
 
You can use selenium to automate your account as a test but there are more things that you should be aware of, also don't use accounts that will hurt to lose selenium.
 
Yo!

I'm trying to create bots to make some money, I've seen a lot of people making/using them and make a lot of money off of them. So!

I'm familiar with Python + Selenium and other libraries to automate things, but I want to gather more ideas and features that my bot has to offer and make your life easier :)

I'm thinking about Instagram bot right now, I haven't seen/used bots of that kind since I rarely use Social Media apps (Not anymore lol). The basic features such as likes, comments, following and scheduling posts are a must. making the bot looks as humanly as possible as also necessary to avoid bans.

I'm trying to think about something: we can keep tabs on active account that they follow us, if they're not active, we unfollow them. But I don't if you have more followers, notifications will popup for every like, comment so we can track our followers...

I'm also thinking about automating bot creation/automation too, so they can mention and share each other and more stuff (<- long term, not impossible, but doable, I think)

I wanna know more about what features/suggestions you guys want in a bot, whether for Facebook, Insta, and other apps. And if you have any ideas, just let me know.
Also any advice is welcome, so thank you :)
Instead of one social media bot focus on how can you automate them all.
 
Instead of one social media bot focus on how can you automate them all.
Good idea, but still, it's not easy to make one bot for one social media that works good. Instagram for example, it's not about find one element and click on it, some things won't work perfectly and you need to reverse-engineer their API.

i got accounts that im running for a long period of time. Based on selenium bots im not even getting shadowbanned, never had a single problems.
Send you a private message about it.

So, anyone here have an idea about how to get all the followers from a user? I'm trying by using their requests and maximum amount of follower that gets sent back is 100. any ideas?
 
Back
Top