Checks if usernames are available on a bunch of websites.
Warning
Most services serve the right to ban you from using their service for abusing their API. Use this at your own risk, make sure you have read the ToS of the supported websites and understand before using.
Simply install all the requirements and run the main script!
$ cd src
# Install dependencies
$ pip install -r requirements.txt
# Run main script
$ python3 main.pyProxies should be stored in a format in a protocol://ip:port format, for example:
http://127.0.0.1:8080
socks5h://127.0.0.1:9050