Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josh/gametrack-data

Export GameTrack data to CSV
https://github.com/josh/gametrack-data

gametrack git-scraping igdb python

Last synced: about 1 month ago
JSON representation

Export GameTrack data to CSV

Awesome Lists containing this project

README

        

# GameTrack Data

Export [GameTrack](https://gametrack.app/) data to CSV.

## Installation

```sh
$ brew install josh/tap/gametrack-data
```

## Usage

```sh
$ gametrack-data --help
usage: gametrack-data [-h] [--output-filename FILENAME] [--metrics-filename FILENAME]
[--gh-repo GITHUB_REPOSITORY] [--gh-token GITHUB_TOKEN]

Export GameTrack data to CSV

options:
-h, --help show this help message and exit
--output-filename FILENAME
Output CSV filename
--metrics-filename FILENAME
Prometheus metrics filename
--gh-repo GITHUB_REPOSITORY
GitHub repository
--gh-token GITHUB_TOKEN
GitHub token
```