Loading repository dataβ¦
Loading repository dataβ¦
ghluka / repository
π Checks if usernames are available on a bunch of websites. No Selenium.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.py
Proxies 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