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

https://github.com/v7upsln/crackeasy-cache

Flat-file JSON database of FitGirl repack metadata, automatically updated via GitHub Actions.
https://github.com/v7upsln/crackeasy-cache

api automation cache fitgirl fitgirl-repacks flat-file game game-metadata games games-database gamescope github-actions json metadata metadata-extraction precached python repack rss scraper

Last synced: 2 days ago
JSON representation

Flat-file JSON database of FitGirl repack metadata, automatically updated via GitHub Actions.

Awesome Lists containing this project

README

          

# crackeasy-cache

A simple flat-file JSON database of game repack metadata.

It updates automatically every few hours using GitHub Actions, so I don't really have to maintain it manually.

Used by **CrackEasy**: https://github.com/v7upsln/crackeasy

## Data Format

Each file inside metadata/ is a single JSON object containing the game's metadata.
```json
{
"id": "ff5053007309344b933c84db810c8203",
"title": "Game Title",
"url": "https://example.com",
"provider": "fitgirl",
"original_size": "10 GB",
"repack_size": "2 GB",
"genres": [
"Action",
"RPG"
]
}
```
## Usage

Use it however you want.

- Parse it
- Fork it
- Build something with it
- Modify the scraper
- Change the format completely

If you end up using this project, I'd appreciate a small credit back to the original repository.

Big thanks to **FitGirl**.