Python Forum
random two-word domain name generator
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
random two-word domain name generator
#1
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 :)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Real Random Number Generator woodturner550 21 1,781 Feb-01-2024, 03:19 PM
Last Post: DeaD_EyE
  Random Passcode Generator function romeo777 2 2,562 Jan-06-2021, 01:46 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020