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.
- Host: GitHub
- URL: https://github.com/v7upsln/crackeasy-cache
- Owner: v7upSln
- Created: 2026-06-24T14:05:03.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-07-03T02:14:06.000Z (7 days ago)
- Last Synced: 2026-07-03T04:19:13.618Z (7 days ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 6.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.