Skip to content

Laernos/Userverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This Python script scans a list of Instagram usernames to check if they are available.

Features

  • Concurrent Requests
  • Rate Limit Handling
  • Random User Agent

Installation

Installation Steps: (click to expand)
  1. Clone or download this repository

    git clone https://github.com/yourusername/userverse.git
    cd userverse
  2. Install dependencies

    pip install requests fake-useragent colorama
  3. Add the usernames you want to check for availability to the usernames.txt

    username1
    username2
    username3
    
  4. Run the script

    python main.py

Console Output

SYSTEM DIAGNOSTICS: Pre-checking username 'instagram'  
SYSTEM CHECK PASSED: Rate limits are stable  

Initiating username availability search...

================= AVAILABLE USERNAMES =================  
💡 username1  
💡 username4  

================== TAKEN USERNAMES ==================  
â›” username2  
â›” username3  

Username scan finalized. Results stored in 'available.txt'

About

Multithreaded Instagram username availability checker

Resources

Stars

Watchers

Forks

Languages