Welcome to Instagram Tools, a collection of Python scripts designed to help you manage your Instagram account more efficiently. Currently, the repository includes a tool to unfollow users who do not follow you back.
Created by dzj3an. If you find this tool useful, consider supporting the developer by βοΈ donating here.
This tool allows you to automatically unfollow users on Instagram who do not follow you back. It simplifies the process of cleaning up your following list.
This tool provides detailed statistics about your followers and following, such as:
- Total followers and following.
- Users who do not follow you back.
- New followers in the last 7 days.
This tool allows you to scrape public profile information from Instagram, such as:
- Username, full name, and biography.
- Number of posts, followers, and following.
- Profile picture URL.
-
Clone the repository:
git clone https://github.com/dzj3an/instagram_tools.git cd instagram_tools
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the main script:
python main.py
-
Follow the on-screen instructions:
Select the tool you want to use.
Enter your Instagram username and password.
β οΈ Use at Your Own Risk: This tool interacts with Instagram's API, which may violate Instagram's terms of service.
Use it responsibly and avoid excessive requests to prevent your account from being flagged or banned.
If you found this tool useful, consider supporting the developer by making a donation. Your support helps maintain and improve this project.
βοΈ Donate here: https://dzj3an.github.io/donate.html
This project is licensed under the MIT License. See the LICENSE file for details.
- J3an for creating this tool.
- instagrapi for the Instagram API.