Skip to content

mozilla-it/pingdom_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingdom Report generator

Creates a html report on pingdom sites.

Description

Configurable report, using tags to select sites, with a configurable date range.

Getting Started

Dependencies

  • pyenv (reommended)
  • pip install -r requirements.txt

Installing

PINGDOM_API_TOKEN="YOUR_TOKEN_HERE"

Executing program

Reports are added to a reports/ directory, which is ignored by git

  • Generate a report for the past month, using default tags
python main.py
  • Generate a report for the last 35 days, for sites tagged with bug_bounty_site
python main.py -d 35 -t bug_bounty_site

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages