Skip to content

Script to get Web Vitals Pagespeed from URLs taken from a csv file

License

Notifications You must be signed in to change notification settings

skuola/pagespeed-bulk-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pagespeed bulk CLI

Script to get Web Vitals Pagespeed from URLs taken from a csv file

Requirements

  • python 3 (tested on python 3.6.9)
  • lib request (pip3 install requests)
  • lib pandas (pip3 install pandas)

API key

Create your pagespeed key here: https://console.developers.google.com/apis/credentials?authuser=0
then assign it to pagespeedKey variable in the python script

USAGE

python3 pagespeed-bulk.py -i url.csv -o pagespeed-result.csv

About

Script to get Web Vitals Pagespeed from URLs taken from a csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages