https://github.com/kenxindev/instagrapi-tools
Automation instagram tools with instagrapi
https://github.com/kenxindev/instagrapi-tools
automation instagram instagram-api instagrapi
Last synced: 2 months ago
JSON representation
Automation instagram tools with instagrapi
- Host: GitHub
- URL: https://github.com/kenxindev/instagrapi-tools
- Owner: KenXinDev
- Created: 2025-05-23T07:38:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-24T18:28:15.000Z (5 months ago)
- Last Synced: 2025-06-28T08:39:10.041Z (4 months ago)
- Topics: automation, instagram, instagram-api, instagrapi
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 Instagram Automation Tools by KenXinDev
🔧 Tool multifungsi untuk automasi akun Instagram berbasis Python, cocok untuk upload, scrape, follow, unfollow, dan lainnya!### 📦 Instalasi
1. **Clone repository:**
```bash
git clone https://github.com/KenXinDev/instagrapi-tools.git
cd instagrapi-tools
```2. **Install dependencies:**
```bash
pip install -r requirements.txt
```> 📁 Catatan: Gunakan Python 3.8 ke atas untuk kompatibilitas terbaik.
---
### 🔑 Login option
Buka 'assets/config.py' dan masukan username dan password
```python
USERNAME = "Isi username akunmu"
PASSWORD = "Isi password akunmu"
```### ⚙️ Cara Penggunaan
```bash
python run.py
```### 📂 Format File Input
Beberapa fitur seperti follow/unfollow memerlukan file input:
* Format file:
```
userid<=>username
12345678<=>kenxindev
```---
### 💬 Catatan Tambahan
* Tool ini hanya berfungsi pada akun non-private dan tidak centang biru.
* Gunakan fitur dengan bijak agar tidak terkena limit dari Instagram.
* Fitur reels masih dalam proses pengembangan karena keterbatasan API dari `instagrapi`.---
### 💡 Credits
* 🔥 Dibuat oleh: [KenXinDev](https://github.com/KenXinDev)
* ⚙️ Menggunakan library: `instagrapi`, `requests`, `rich`---
### 📜 Lisensi
MIT License © 2025 KenXinDev