This project is a domain tracker that checks every hour if a domain has expired and has been released using the ip2whois API. If the domain has expired, an alert window π with a message is displayed and a warning π sound is played.
- Python 3.x π
- Libraries listed in the requirements.txt file π
To install the necessary libraries π, run the following command in the terminal π»:
pip install -r requirements.txt
To run the script, open a terminal and run the following command:
python3 tracker.py
You can customize the script configuration by editing the following variables at the beginning of the tracker.py file:
- API_KEY: Your ip2whois API key π.
- DOMAIN: The domain name you want to track π΅οΈ.
This project is licensed under the MIT License - see the LICENSE file for details