Skip to content

josecolella/GTMetrixAPI-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTMetrixAPI-Python

A Python client for the GTMetrixAPI. Allows for extraction of gtmetrix metrics of applications through the RESTful interface provided by the GTMetrix team. https://gtmetrix.com/api/

Dependencies

pip install requests

How to use

import GTMetrix

# The email and api token associated with the gtmetrix account
api = GTMetrix.GTMetrixAPI(email, apiToken)

api.requestTest("http://example.com")

api.getTestResults()

About

A Python client for the GTMetrixAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages