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

https://github.com/ziddi-shop/instagram-userhunt


https://github.com/ziddi-shop/instagram-userhunt

api ig instagram instagram-username instagramtool python tool username username-generator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

insta logo

count

INSTAGRAM USER-HUNT SCRIPT

```markdown
# 🐺 Instagram Username Generator & Notifier
A powerful Python script to generate random Instagram usernames and notify successful hits via Telegram bot.
Secured with script password and supports multi-threaded generation for speed.

---

## πŸš€ Features

βœ… Script Password Protection
βœ… Auto Telegram Notification for Available Usernames
βœ… Multi-threaded Execution (100 Threads)
βœ… Realistic Headers & User-Agent (Anti-detection)
βœ… Public API Usage Only (Safe)
βœ… Fast & Efficient for Testing

---

## 🧠 How It Works

1. Script asks for:
- βœ… Script Password
- πŸ€– Telegram Bot Token
- πŸ†” Your Telegram User ID

2. Random usernames are generated and checked via Instagram’s public web API.

3. If Instagram returns `"dryrun_passed": true`, the script:
- βœ… Notifies your Telegram via Bot API.
- βœ… Prints the success in terminal.

---

## πŸ” Script Password : vip_ziddi

```

---

## πŸ“¦ Installation

Install dependencies first:

```bash
pip install requests user_agent pyfiglet
````

Run the script:

```bash
python main.py
```

---

## πŸ”” Telegram Message Example

When a valid username is found:

```
πŸ†„πŸ†‚πŸ…΄πŸ† πŸ…·πŸ†„πŸ…½πŸ†ƒ

β€’ USER β€’ βžͺ z.a9r4_m

BY: @meta_service
```

---

## πŸ§‘β€πŸ’» Developer Info

> πŸ‘¨β€πŸ’» Developer: [`@NOBI_SHOPS`](https://t.me/nobi_shops)
> πŸ“’ Channel: [`@META_SERVICE`](https://t.me/meta_service)

---

## ⚠️ Disclaimer

> This tool is for **educational & testing purposes only**.
> Using this script for illegal, spammy, or malicious activities is strictly discouraged.
> Always follow the **terms of service** of any platform you're testing on.

---

### πŸ“ Folder Layout (Optional)

```
πŸ“‚ Instagram-Username-Generator/
β”œβ”€β”€ script.py
β”œβ”€β”€ README.md
└── requirements.txt
```