Setup local virtualenv
python3 -m virtualenv venv
source venv/bin/activate
Install required libraries
pip install -r requirements.txt
Directory /examples
contains json files with domains. Each file must follow the structure:
{
"domains": ["domain1.com", "domain2.com"]
}
.env must follow the structure listed in .env.example
file.
You need to get an api_key. You need an account (it's free) to obtain it. register
Use comand
python3 main.py examples 10
where
examples
- path to the directory with json files10
- number of domains which will be parsed