An open API service indexing awesome lists of open source software.

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

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