manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
95 stars 37 forks source link

Add add.py #88

Open seeeturtle opened 6 years ago

seeeturtle commented 6 years ago

add.py is a cli tool that automates adding a new website

p.s. It's messy now. I'll refactor it soon.

manu-chroma commented 6 years ago

interesting effort @seeeturtle 💯

seeeturtle commented 6 years ago

I'm thinking of guessing minimum, max, available_min length of username and suggest.

manu-chroma commented 6 years ago

I think guessing will be more time consuming than a manual effort.

seeeturtle commented 6 years ago

@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.