An open API service indexing awesome lists of open source software.

https://github.com/bph/devblog-reporting-scripts


https://github.com/bph/devblog-reporting-scripts

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

## Devblog Reports

### WordPress REST API Fetcher

This script fetches posts from the WordPress REST API and generates a Markdown report based on the views data from Jetpack csv download.
#### Usage

1. Download the Jetpack csv file from the WordPress dashboard.
2. Run the script: `python wordpress-rest-api-fetcher.py`
3. Follow the prompts to input the date filter and view the report.

#### Requirements

- Python 3.x
- `requests` library
- `python-dotenv` library