DomainChecker grabs two random words, combines them and checks configured TLDs. This is a simple Python Script, which will be expanded.
Run these following commands.
virtualenv venv --python=python3
pip3 install -r requirements.txt
python3 main.py
Any of these commands works!
python3 main.py # Loops through random words, and shows the selected TLDs.
python3 main.py DomainName # Loops through selected TLDs.
python3 main.py DomainName.com # Searches for the selected domain and TLD.
- Add Commenting.
- Logging to File.
- Possibile Optimizations.
-
- Scrape all prices from same page?
- Django Application
-
- Dashboard with approval, sends user to checkout page?
-
- Stores within a Database, constantly running in the background using Docker.
-
- Possible auto buy when approved instead of sending to a checkout page?