The Best Human Like - Instagram Unfollower (2023) is a powerful tool designed to detect and remove suspicious followers on your Instagram account. Originally created as a private GitHub repository for use with the Instagram Suspicious Followers Detection script, this tool is now available for public use.
Please note that this tool is intended for ethical use only and should not be used for harmful purposes. I do not provide an import feature for suspicious_followers.txt to prevent abuse by script kiddies. If you use this tool ethically, you know how to import the data.
This script is set up to look like a human, using random time intervals between actions to avoid detection. It's best to run it using a cron job.
- Important resources for me: RedTheDocs.io
- latest Python 3
- latest pip
- latest Google Chrome for Linux64
Run the following commands to install the required packages and libraries:
sudo apt-get update
sudo apt-get uppgrade
sudo apt-get install -y libxss1 libappindicator1 libindicator7
pip install -U selenium webdriver_manager
Replace the username and password variables in the script with your Instagram account credentials. Adjust the number of users you want to unfollow in the script by changing the range value. Run the script with the following command:
python3 unfollow.py
The script uses random time intervals between 3-12 seconds for each action to mimic human behavior and minimize the risk of getting blocked.
- Open the Terminal.
- Enter crontab -e to edit your crontab file. Add the following line at the end of the file:
0 */2 * * * * /usr/bin/python3 /path/to/script.py
Replace /usr/bin/python3 with the path to your Python installation and /path/to/script.py with the path to your script.
Please note that the XPath selectors for the Unfollow and Confirm Unfollow buttons and Confirm Cookies might change over time due to updates in Instagram's web interface. Before submitting any issues or reporting bugs, please verify that the current XPath values in the script are still valid and update them if necessary. You can find the relevant XPath values in the script under the variables unfollow_buttons_xpath, confirm_unfollow_xpath and confirm_cookies_xpath.
I appreciate your support and would be grateful if you could share this project with others and give me a "star" on GitHub or become a sponsor.
- If you appreciate my work, please consider becoming a 'Sponsor', giving a ⭐ to my projects, or following me.
This project is licensed under the MIT - see the LICENSE file for details