Python Forum
random two-word domain name generator - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: random two-word domain name generator (/thread-20342.html)



random two-word domain name generator - rootVIII - Aug-06-2019

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 :)