Creates a html report on pingdom sites.
Configurable report, using tags to select sites, with a configurable date range.
Add your pingdom API token to .env
:
PINGDOM_API_TOKEN="YOUR_TOKEN_HERE"
Reports are added to a reports/
directory, which is ignored by git.
Generate a report for the past month, using default tags:
; ./build_report.py
Generate a report for the last 35 days, for sites tagged with bug_bounty_site
:
; ./build_report.py -d 35 -t bug_bounty_site