neone35 / whois_generator_py

app to fetch domain list whois/availabiltiy data and notify with csv email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whois generator

Overview

App to generate domain list & fetch whois / availabiltiy data and notify with csv email

Why this project

I've wondered which domains are taken/available and thought that I'd be great to integrate with domain generator to automate the process.

How to run it

  1. Make sure you have Python 3+ installed with python -V
  2. Create .env file 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
  1. Make sure you have all the dependencies installed at requirements.txt
  2. Run main file with python domain_generator.py
  3. Select between generator or scanner options

What Did I Learn / Use?

  • Domainr API
  • Python classes
  • Python syntax
  • Exception handling
  • Terminal GUI operations

About

app to fetch domain list whois/availabiltiy data and notify with csv email


Languages

Language:Python 100.0%