username-availability-checker icon indicating copy to clipboard operation
username-availability-checker copied to clipboard

Add add.py

Open seeeturtle opened this issue 7 years ago • 4 comments

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

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

seeeturtle avatar Mar 24 '18 13:03 seeeturtle

interesting effort @seeeturtle 💯

manu-chroma avatar Mar 24 '18 19:03 manu-chroma

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

seeeturtle avatar Mar 25 '18 14:03 seeeturtle

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

manu-chroma avatar Mar 25 '18 15:03 manu-chroma

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

seeeturtle avatar Mar 26 '18 07:03 seeeturtle