App to generate domain list & fetch whois / availabiltiy data and notify with csv email
I've wondered which domains are taken/available and thought that I'd be great to integrate with domain generator to automate the process.
- Make sure you have Python 3+ installed with
python -V - Create
.envfile with your domainr API key:
- Limited (10K req/month) RapidAPI key (get here) named DOMAINR_RAPIDAPI_KEY
- Unlimited Domainr API (ask them for client_id through ping@domainr.com) named DOMAINR_CLIENT_ID
- Make sure you have all the dependencies installed at
requirements.txt - Run main file with
python domain_generator.py - Select between generator or scanner options
- Domainr API
- Python classes
- Python syntax
- Exception handling
- Terminal GUI operations