This is a simple script that scrapes the Athena API specs and generates a JSON file with each API spec.
python3 main.py
This script will generate JSON files in the output
directory.
The JSON files will be named 'category'/'endpoint'.json
.
- Python 3.10.12+
- BeautifulSoup
- Requests
- Selenium
- ChromeDriver - Tested in Ubuntu with Chromium