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
- Host: GitHub
- URL: https://github.com/ziddi-shop/instagram-userhunt
- Owner: ziddi-shop
- Created: 2025-06-05T16:03:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-05T16:16:26.000Z (12 months ago)
- Last Synced: 2025-06-23T08:07:02.445Z (12 months ago)
- Topics: api, ig, instagram, instagram-username, instagramtool, python, tool, username, username-generator
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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
```