Gets the newest list of expired domains.
Go to file
2024-07-29 11:35:49 +02:00
app.py Minor changes 2024-07-08 10:14:31 +02:00
LICENSE Updated readme 2024-07-02 10:45:13 +02:00
mit.png Updated readme 2024-07-02 10:45:13 +02:00
README.md README.md updates 2024-07-29 11:35:49 +02:00

domainshop

About

Get the latest list of expired domains from the Norwegian company domainnameshop.

Use a number (integer) as argument to narrow down the length of the domain name (excluding the .tld part!). Without an argument the app returns all domains.

Domainnameshop only list the latest Norwegian (.no) and Swedish (.se) top domains!

Usage examples

  • app.py -> Returns all domains
  • app.py 5 -> Return only domains with 5 chars (+.no or .se) (E.g. 12345.no or abc12.se)
  • app.py 3 > list.txt -> Return domains with 3 chars to the file list.txt. Using > file.txt overwrites an existing file. Using >> file.txt appends to existing file or create new file.

Disclaimer

This is just for fun! There is no guarantee that this app works in any way, shape or form ;-)

License