cmscardoso / majestic.py

Parsing the top n websites (rank and domain) from the majestic.com project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

majestic.py

Parsing the top n websites (rank and domain) from the majestic.com project.
See more here: https://majestic.com/reports/majestic-million

Installation

pip -r requirements.txt

Usage

majestic.py [-h] [-t TLD] max

positional arguments:
  max                upper-limit (in hundreds) < 1000000

optional arguments:
  -h, --help         show this help message and exit
  -t TLD, --tld TLD  limits results to a specifc TLD (e.g. de)

Example

Executing python majestic.py 200 -t de will output:

output

About

Parsing the top n websites (rank and domain) from the majestic.com project

License:MIT License


Languages

Language:Python 100.0%