Python Forum

Full Version: random two-word domain name generator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is the repo if you are bored and/or interested: domain_gen

I used the Godaddy API in order to report pricing... The API has some pretty tough request limits. So the program runs on a sort of "timer" and reports in intervals/batches defined by the interval time in seconds (in config.yml). 100 page requests every 60 seconds seems to work fairly well. Initially when coding it I was planning on letting it rip for > 1000s of names. That won't happen with this API unfortunately...

It uses a threaded consumer/producer and queue.

Oh and the API keys don't cost anything. They also have a decent Swagger page: https://developer.godaddy.com/doc/endpoint/domains


domain_gen also may or may not be a good band-name generator :)