My Jouney Into Building The #1 Instagram Bot

  • Thread starter Thread starter Deleted member 209125
  • Start date Start date
Status
Not open for further replies.
Have you considered an option to fully automate a schedule?

For example day one warm up, follow 50; day two follow x; day three follow y; day four rest etc etc, so that you never have to change the settings
 
@op releasing a bot publicly is how you get big companies (google/fb/etc...) study your bot and create a way to counter it... since they can purchase your bot too...

look at it this way... you versus 100+ coders who work for (google/fb/etc...)

not to mention demanding clients that wants this and wants that... oh the head ache you will get...

if I were you... you would use the software privately and profit... if you want beta testers or any community tester at all...

only allow a few people... but charge BIG BUCKS!

I am a MP user as well... (since the beginning of MP) and for the cheap monthly price...

everybody can use it and give out all the footprint needed for a quick ban hammer...
 
Do you mean some kind of automated list, so when an account gets banned that link gets added to the list?
And then when you go to edit your instagram accounts' info, it shows you which links were added to that list so far.



It's coming along great, I've got it about 40% re-designed, still need to do a lot of changes to the whole server and bot though, to create all these generic filters and targeting you guys will want to use.

I'm looking at about 7 weeks worth of work before beta is 100% ready.

No I mean that sometimes (most of the times) your ACC's runs fine but the domain you are using in bio is tagged as malicious by IG crawler (mostly while doing cpi) so people can't visit it and we have no way of knowing it unless we check it manually or via other software. I want the software to notify me via an exclamation in front of account or maybe via a errors dashboard
 
How about adding the ability to follow people that likes a particular picture (probably a larger competitor) so there's a higher followback rate.

Mp already has this feature.
 
Which programming language(s) are you using to make your bot?

Let me know if you need any help regarding instagram automation :) I have a very basic bot created by me using C#.

I'm using python for everything, the bot instances, and also for the server (django).

Have you considered an option to fully automate a schedule?

For example day one warm up, follow 50; day two follow x; day three follow y; day four rest etc etc, so that you never have to change the settings

Thats a very good idea. Maybe a warmup option.

No I mean that sometimes (most of the times) your ACC's runs fine but the domain you are using in bio is tagged as malicious by IG crawler (mostly while doing cpi) so people can't visit it and we have no way of knowing it unless we check it manually or via other software. I want the software to notify me via an exclamation in front of account or maybe via a errors dashboard

Hmm, thats interesting.
I don't have experience with instagram links, as I always work with shoutouts.

Will see what I can do.
 
It would be great if bot could follow people from countries from the list for example. Don't know if it possible but it would help a lot to target tier 1 countries to CPI etc.
 
It would be great if bot could follow people from countries from the list for example. Don't know if it possible but it would help a lot to target tier 1 countries to CPI etc.

I don't know whether its possible. waiting for o.p's reply on the same question
 
I don't know whether its possible. waiting for o.p's reply on the same question
Thats really impossible, as instagram doesn't give out that kind of information.

The only way would be to scrape every instagram profile and assign it to a certain demographic, based on name, tags, bio, etc.
But that doesn't seem very accurate or feasable for now.
 
What program are you using? Also, is it possible through Instagram API to "FOLLOW EVERYONE WHO LIKED A PHOTO IN YOUR NICHE?"

I've been doing botting for a few months, but I am getting better engagement followers through this and if you can find a way to implement this into your bot, it'll be worth paying $30/month for.
 
What program are you using? Also, is it possible through Instagram API to "FOLLOW EVERYONE WHO LIKED A PHOTO IN YOUR NICHE?"

I've been doing botting for a few months, but I am getting better engagement followers through this and if you can find a way to implement this into your bot, it'll be worth paying $30/month for.

Its already present in mp
 
What program are you using? Also, is it possible through Instagram API to "FOLLOW EVERYONE WHO LIKED A PHOTO IN YOUR NICHE?"

I've been doing botting for a few months, but I am getting better engagement followers through this and if you can find a way to implement this into your bot, it'll be worth paying $30/month for.
I'm not using any program.
But in terms of programming languages, I'm doing it all in python.

Just programmed an auto scheduler that mimics human behaviour, now I just tell the bot how many followers/likes/unfollows/reposts I want and it schuedules it the best way possible. (Divides all tasks in batches, for example, doing all follows from 2pm-4pm and 6pm-8pm, while liking feed media from 10pm-12pm).

It's also very heavy in randomization, randomizing number of batches, number of actions per batch and intervals between batches, etc, every day, for each profile.
 
Last edited by a moderator:
Would be interested in checking it out when you are ready to launch it!
 
Today I continued to work on making it more natural.

Spent the whole day reverse engeneering the instagram api while using instagram on my phone, trying to find requests that always go togheter, like:
-Fetching profile information before fetching profile followers or pictures
-Searching for related hashtags, and hashtag information before retrieving images with an hashtag
-Etc

I'm making it as natural as it can be!
 
How are you going to get around the ip address issue? If you're hosting it on a web server, it's going to use one IP. What framework/language are you using? - this is an aside, but I recommend Ruby on Rails http://rubyonrails.org/
 
How are you going to get around the ip address issue? If you're hosting it on a web server, it's going to use one IP. What framework/language are you using? - this is an aside, but I recommend Ruby on Rails http://rubyonrails.org/

Yeah I know rails, made a few projects on it already, but I prefer Django (for python) just because of the reusability I get with all the code I write.

I'll be using private proxies for each added profile.
Each profile added by each customer will use a private proxy.
 
Oh okay, I didn't understand at first. I'm assuming that there are some proxy libraries for django you can use to log in. So basically before you connect to each on you're going to connect to receive another IP. So are you going to give the client a VPS for each server? If you are, that's going to be a major PITA and increase the price of the service. If you're going to do that, you should implement a monthly fee.
 
Oh okay, I didn't understand at first. I'm assuming that there are some proxy libraries for django you can use to log in. So basically before you connect to each on you're going to connect to receive another IP. So are you going to give the client a VPS for each server? If you are, that's going to be a major PITA and increase the price of the service. If you're going to do that, you should implement a monthly fee.
A VPS can hadle a few instances of my bot, the issue here is the proxies only.

I'm thinking of charging for each instagram account, instead of having the customers handle and pay for the proxies, the bot will take care of it all.
 
I see what you're saying. Yeah, just set an environment variable per instance of the application with proxy information. You'll probably have to charge $10 a month to break even.
 
Status
Not open for further replies.
Back
Top