manu-chroma / username-availability-checker

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

Determine websites using websites.yml #59

Closed andrewda closed 6 years ago

andrewda commented 6 years ago

This uses websites.yml to create the lists of websites the app can check. This will make it much easier to add new websites in the future.

This also fixes the CLI, which was previously broken due to many changes in the username_api.py file.

Closes #52