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
- Host: GitHub
- URL: https://github.com/oliverbenns/domain-checker
- Owner: oliverbenns
- License: mit
- Created: 2017-05-11T04:47:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T12:44:47.000Z (over 8 years ago)
- Last Synced: 2025-02-14T08:46:55.284Z (8 months ago)
- Topics: domain, domain-name, python3, whois, whois-lookup
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).