A collection of username availability checkers for Instagram, TikTok, Discord, Roblox, GitHub, Steam, and PSN. Most of the code was made with AI assistance because I wanted to create something that actually works since most of the current scripts out there are outdated.
All checkers include:
- Username availability checking
- Random username generation
- Custom prefix support for generated names
- Webhook notifications for available usernames
- Requires Instagram account token
- Check any username availability
- Generate random usernames with optional prefixes
- Built-in cooldown system to bypass API blocks
- No proxy needed since Instagram's API is pretty chill
- No token or cookies required
- Check username availability
- Generate random usernames
- Note: If a username shows as available but you can't claim it, the account was likely deleted and you need to wait up to 30 days
- Discord API blocks after 3-4 searches, so proxies are recommended
- Includes a no-proxy version but it's slower
- Same generation features as other checkers
- Auto account creation feature using code from qing762/roblox-auto-signup
- Username availability checking
- Webhook notifications
- Random name generation
- Check GitHub username availability
- Works perfectly for checking Steam IDs
- Some false positives (banned accounts may show as available, private accounts can't be detected)
- I can't really fix these issues, it's just how their API works
Automatically attempts to claim TikTok usernames as they become available.
- Chrome browser installed
- Cookie Editor extension: https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm
- Gets your session ID/cookies from the Cookie Editor extension
- Emulates a browser session
- Logs in and checks if the username is available
- If available, attempts to claim it
- If not available, moves to the next username
Pair this with the TikTok username checker:
- Set up the checker to send available usernames to a webhook
- Create a Discord bot (the script has step-by-step instructions)
- The bot checks every 5 seconds for new available usernames
- Automatically tries to claim them in your browser
Note: This script is not made to spam TikTok with change requests.
Install the required dependencies:
pip install -r requirements.txt
- When the script gives a proxy error, you might need to copy and paste the error message to see the full details (I think I fixed this)
- TikTok usernames might show as available but can't be claimed if the account was recently deleted (30-day lock period)
Roblox auto account creation based on: https://github.com/qing762/roblox-auto-signup