domainshop/README.md

23 lines
1003 B
Markdown
Raw Normal View History

2024-07-02 10:04:07 +02:00
# domainshop
2024-07-02 10:38:55 +02:00
## About
Get the latest list of expired domains from the Norwegian company [_domainnameshop_](https://domainname.shop/?currency=GBP&lang=en).
Use a number (integer) as argument to narrow down the length of the domain name (excluding the ```.no``` part!). Without an argument the app returns all domains.
2024-07-02 10:41:48 +02:00
Domainnameshop only list the latest *Norwegian* (```.no```) top domains!
2024-07-02 10:41:17 +02:00
2024-07-02 10:38:55 +02:00
## Usage examples
* ```app.py``` -> Returns all domains
* ```app.py 5``` -> Return only domains with 5 chars (+```.no```) (E.g. 12345.no or abc12.no)
* ```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 ;-)
2024-07-02 10:43:04 +02:00
## License
2024-07-02 10:38:55 +02:00
2024-07-02 10:45:13 +02:00
[<img src="https://gitlab.pm/rune/domainshop/raw/branch/main/mit.png">](https://gitlab.pm/rune/domainshop/raw/branch/main/LICENSE)