https://github.com/t3n/gtmetrix-bq
A script running browser test of specified urls through GTmetrix and saving metrics in BigQuery.
https://github.com/t3n/gtmetrix-bq
bigquery gtmetrix
Last synced: about 1 month ago
JSON representation
A script running browser test of specified urls through GTmetrix and saving metrics in BigQuery.
- Host: GitHub
- URL: https://github.com/t3n/gtmetrix-bq
- Owner: t3n
- License: mit
- Created: 2020-03-06T12:56:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T08:27:13.000Z (about 5 years ago)
- Last Synced: 2025-10-25T16:33:03.595Z (8 months ago)
- Topics: bigquery, gtmetrix
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTmetrix to BigQuery

[](https://opensource.org/licenses/MIT)
[](https://github.com/RichardLitt/standard-readme)
>A script running browser test of specified urls through GTmetrix and saving metrics in BigQuery.
## Project Status
Alpha, everything is subject to change.
## Table of Contents
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Background
## Install
```bash
$ docker pull t3nde/gtmetrix-bq
```
## Usage
```bash
# copy example config and edit
$ cp example-config.yaml config.yaml; vim config.yaml
$ docker run t3nde/gtmetrix-bq -v ${PWD}/config.yaml:/app/config.yaml --env GTMETRIX_REST_API_EMAIL= --env GTMETRIX_REST_API_KEY= t3nde/gtmetrix-bq
```
## Contributing
PRs accepted.
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[MIT](LICENSE)