Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 655 Bytes

Python client and module for BGP Ranking

Queries BGP Ranking.

Installation

pip install pybgpranking2

Usage

Command line

You can use the bgpranking command to query the instance:

bgpranking -h
usage: bgpranking [-h] [--url URL] [--date DATE] {index,simple,status} ...

Run a query against BGP Ranking

options:
  -h, --help            show this help message and exit
  --url URL             URL of the instance.
  --date DATE           Date of the dataset required

Available commands:
  {index,simple,status}

Library

See API Reference