Skip to content

Tool to check if domains are available

License

Notifications You must be signed in to change notification settings

oliverbenns/domain-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages