username-availability-checker
username-availability-checker copied to clipboard
Add add.py
add.py is a cli tool that automates adding a new website
p.s. It's messy now. I'll refactor it soon.
interesting effort @seeeturtle 💯
I'm thinking of guessing minimum, max, available_min length of username and suggest.
I think guessing will be more time consuming than a manual effort.
@manu-chroma , Actually, I set the min, max length using script for some website that doesn't show the username length clearly. So I'm thinking of automating that task.
p.s. the script requests username with different length several time and check if the username available or not.