Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Checks urls in PageSpeed Insights, generate small report and send it to Slack.

Notifications You must be signed in to change notification settings

timocov/pagespeed-insights-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PageSpeed Insights Checker

Checks urls in PageSpeed Insights, generate small report and send it to Slack.

Requirements

  • Python (deps: requests)

Usage

pip install -r requirements.txt

# unneccessary - if you want to use own Google API Key (instead of anonymous)
export GOOGLE_API_KEY='GOOGLE_API_KEY'

# if you want to get notifications to Slack - set this variables
export SLACK_INCOMING_KEY='T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX'
export SLACK_CHANNEL='SLACK_CHANNEL' # e.g. '#general' or '@someone'

export STATE_FILE='file.json' # will be used to restore/save state between runs

python main.py https://google.com https://stackoverflow.com/ https://github.com/

About

Checks urls in PageSpeed Insights, generate small report and send it to Slack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages