Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 739 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 739 Bytes

Athena API Spec Scraper

Athena Scraper Logo

This is a simple script that scrapes the Athena API specs and generates a JSON file with each API spec.

Usage

python3 main.py

Output

This script will generate JSON files in the output directory.

The JSON files will be named 'category'/'endpoint'.json.

Dependencies