Python Bots?

Posts 15 of 5 · Page 1 of 1
Python Bots?
So ive always wondered how people bot followers on Instagram. I think it was a few years ago i used an app called nufollow. You did ads to earn coins and you spent those coins on followers on Instagram. And it worked i got like 10 followers XD. well i was wondering how they make those accounts, With a python bot? or idk what else. Well i found a Roblox bot XD which you just run one python file and it makes accounts. It can make like 2000 accounts even know in the config i have it set at 20000. anyways can also change the config file to follow users or join groups. If anybody has info on how to do something like that roblox bot on Instagram or other social media that will be awesome.
Learn python 3.x, then look into the requests module and "beautiful soup" module.

You can use your web browser to record http requests made to create accounts, and for instagram you'll need to get a valid api key or reverse their app to get their api key and sniff the requests the app makes.
Quote Originally Posted by Nimboso View Post
Learn python 3.x, then look into the requests module and "beautiful soup" module.

You can use your web browser to record http requests made to create accounts, and for instagram you'll need to get a valid api key or reverse their app to get their api key and sniff the requests the app makes.
I dont want to reverse instagram app, but do you know how to reverse android/ios apps? What tool to use to get assembly/c code?
Quote Originally Posted by Smirnoffq View Post


I dont want to reverse instagram app, but do you know how to reverse android/ios apps? What tool to use to get assembly/c code?
You can decompile Android apps back to Java, Google around to see how. If you prefer asm just use Ida pro.
Quote Originally Posted by Nimboso View Post
You can decompile Android apps back to Java, Google around to see how. If you prefer asm just use Ida pro.
Mind helping me a little? I took apk file, changed it to zip and opened with winrar. Problem is I can't find .dex file, and there is ton of meaningless files:

 
IMG


it's starbucks app btw
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?