An open API service indexing awesome lists of open source software.

https://github.com/oliverbenns/domain-checker

Tool to check if domains are available
https://github.com/oliverbenns/domain-checker

domain domain-name python3 whois whois-lookup

Last synced: 6 months ago
JSON representation

Tool to check if domains are available

Awesome Lists containing this project

README

          

# Domain Checker
Tool to check if domains are available - notifies with Mac notifications.

## Dependencies

- Python 3
- Bash + Whois + Grep (probably already installed)

## Usage

- Edit `config.py` to include domain names and extensions that you want to check.
- Run `./domain-checker.py`

## Automatic checking

- Set up a Cronjob:
- `export VISUAL=nano; crontab -e` (or use Vim if you want).
- Add `0 */6 * * * /path/to/domain-checker.py` (run every 6 hours - change this if you want).