Skip to content

cabhijith/InstagramBot-

Repository files navigation

Smart Instagram Bot

To get it to work, install selenium (pip install selenium) and install chromedriver here.

Smart Instagram Bot is a Work in Progress. It aims at making more meaningful and conversational bots, getting rid of all those annoying monotonous bots! I have uploaded the first file, Bot.py ,that is the Bot itself. Several functionalities are missing, but I will be adding them in the coming weeks.

Brief Exaplanations of the files

Bot.py

Bot.py is the file that follows and likes the pictures of as per given the hashtags and number of Likes/Follows. The file saves the usernames of the followed people to a list. This list is then converted to a pickle file and stored on your computer. I have also added more randomization to the bot to prevent it being detected by Instagram

UnBot.py

UnBot.py is the file that unfollows the people that you followed. The reason for this is that Instagram has a follow limit of 7,500. Therefore we got to unfollow the people we earlier followed. This is done by loading the pickle file that we earlier saved and unfollowing each of them. The limit to how many to unfollow can be modified.

To-Do List

Here is a list of features currently on the bucketlist that I will be adding. Want more? Contact me

  • Commenting
  • Using Geo-Tagging
  • Randomization
  • Advanced Randomizations
  • BookMarking (Saving)
  • Commenting on a particular account only once
  • Automated deleting of comments

Results

I will be updating this as and when I get new results

With the standard settings, I got a coversion rate of 24.71 and increased more than 200 followers in 3 days.
Even after unfollowing all of them, I only lost 13 followers

The Smart part of it, I still have to figure out. Currently making a DataSet for the same to train on.

Contact me at - cabhijith001@gmail.com for any suggestions/advice etc.

Excessive use of this tool can lead to Instagram banning your account. Use within limits (Dont let the bot follow more than ~350 people per hour)

About

A Smart Bot for Instagram!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages