Bulk check popular social media sites for username avaibility.
Supports Instagram, Steam Community, Instagram, Minecraft, and GitHub. All available names are output to "available.txt".
- Download
social-checker
viagit clone https://github.com/landoncrabtree/social-checker.git
- Run
pip install requests
orpython3 -m pip install requests
in terminal. - Add HTTPS proxies into "proxies.txt".
- Start the program by running
python3 <script>
. For example,python3 instagram.py
It'll then ask for the wordlist, so just enter that. All wordlists are found in the wordlists/
directory. You can create your own wordlists. When entering the wordlist, you do not need to specify a path/, just enter the file name alone: ie, enter 3char.txt
.
I recommend https://proxy.webshare.io for HTTP(S) proxies. I've used them personally, and the speeds are great and entirely exclusive to you.
If you have suggestions for websites to be supported, open an Issue and I'll do my best!