A python wrapper around PageSpeedAPI to get the aggregated performance score and opportunities for each specified url
- Install the requirements and then make a file urls.xls specifying the url, mode (desktop or mobile) and client name
- Get a free API key from Google
- Run fetch_details.py enter the key in the command line and then the script genarates a csv for each specified url with score and opportunities.
Sample urls.xls included
Pythonn 3.x
Run the following commands
- pip install xlwt
- pip install xlrd
- pip install requests