Computer software, that automatically logs in your instagram account, and performs a defined number of actions per day, increasing your account visibility.
By using this software, you are breaking the instagram's terms of use.
The misuse of this software can lead to the temporary or permanent blocking of your instagram account. Please use it carefully and read the documentation.
Remember that instagram implements powerful algorithms and artificial intelligence to detect whether requests to it are made by human users or by automated tools. Once it detects suspicious behaviors and patterns, it imposes a block, temporary at best or permanent at worst.
The responsability is yours.
- Mass follow / unfollow instagram accounts.
- Single account full scrapping
- Scrape followers / followings
- Saves logs
- Saves scrapped followers into json files
- Stores and loads session data
- List people who don't follow you back and save the list
- Executable setup for windows
- Compatibility with linux.
- Add an option to edit the bot's user agent
- Add an option to configure a proxy for the bot
- AutoStartup and automatic actions (no human intervention needed).
- Automatic content posting (posts, comments, likes, histories).
- Verifying your @account with a phone number
- Not using a cheap or a free proxy (proxy support coming soon)
- Using an old account
- Waiting a reasonable time between following/posting/etc (automatic and configurable)
- Loging in with a sessionID (automatic)
- Use a recognized device
- Not scrapping foreign info
What safety measures you take, depends on your usecase. This app is configured by default with the safests measures, according to the instagrapi documentation, also your sessionID will be automatically saved.
Having python3 installed and the console opened in the project folder:
pip install -r requirements.txt
python main.py
(Please install the requirements from the file, this app uses forks)
Example 1: i want to follow the followers of @python.hub to increase my account visibility (beacuse i make python posts too)
- Add your instagram account (@username and password) (as you are extracting foreign info, use an account you can afford to lose).
- Two factor autentication must be disabled in order to login from this app.
- Select the scrape account followers option
- Enter the target username (@python.hub)
- Select the max number of followers you wish to scrape (the less, the safer)
- The scrapped followers will be saved into a json, containing names, pictures urls, and some metadata.
- Select the mass follow option and select the previously scrapped json
- The app will start following until it runs out of tokens (tokens are a safety measure, altough can be configured)