Domain Alerting is a daily alert when a new domain name is registered and contains your keywords.

Domain Alerting tool allows you to perform two main actions (for educational purposes only):

  • Download newly registered domains
  • Send automatic email alert

Prerequisite

apt install mailutils
pip3 install -r requirements.txt

Configuration

Inside the file “launcher.sh”, complete:

  • Your keywords (#Keywords to complete)
  • Your receiver (#Email to complete)

Then, create a daily crontab job:

crontab -e #edit user’s crontab
0 8 * * * /path/launcher.sh #set daily crontab (here at 8 am for example)