https://github.com/zj3an/instagram_tools
🛠️ Instagram Tools is a collection of Python scripts designed to automate and simplify various tasks on Instagram. From managing your followers to analyzing your activity, these tools help you take control of your Instagram account with ease.
https://github.com/zj3an/instagram_tools
instagram instagrapi python python3
Last synced: 3 months ago
JSON representation
🛠️ Instagram Tools is a collection of Python scripts designed to automate and simplify various tasks on Instagram. From managing your followers to analyzing your activity, these tools help you take control of your Instagram account with ease.
- Host: GitHub
- URL: https://github.com/zj3an/instagram_tools
- Owner: zJ3an
- License: mit
- Created: 2025-01-30T20:12:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:31:35.000Z (9 months ago)
- Last Synced: 2025-06-13T14:25:48.824Z (4 months ago)
- Topics: instagram, instagrapi, python, python3
- Language: Python
- Homepage: https://t.me/j3d3v
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Tools 🛠️
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](https://github.com/dzj3an). If you find this tool useful, consider supporting the developer by [☕️ donating here](https://dzj3an.github.io/donate.html).
---
## 🛠️ Tools
### 👁🗨 Unfollow Non-Followers
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.
### 👁🗨 Followers/Following Analytics
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.### 👁🗨 Public Profile Scraper
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.---
## 🛠️ Installation
1. **Clone the repository**:
```bash
git clone https://github.com/dzj3an/instagram_tools.git
cd instagram_tools
```2. **Install the required dependencies**:
```bash
pip install -r requirements.txt
```## 🛠️ Usage
1. **Run the main script**:
```bash
python main.py
```2. **Follow the on-screen instructions**:
Select the tool you want to use.
Enter your Instagram username and password.
## 🛡️ Disclaimer
⚠️ 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.## 💖 Support the Developer
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](https://dzj3an.github.io/donate.html)
## 📝 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## 🙏 Credits
- [J3an](https://github.com/dzj3an) for creating this tool.
- [instagrapi](https://github.com/subzeroid/instagrapi) for the Instagram API.