pcgamedb is a powerful command-line tool designed to scrape and manage repack game data from various online sources. It can also provide a RESTful API. https://gamedb.nite07.com
Go to file
2024-12-10 21:37:16 +08:00
.github/workflows workflow 2024-11-20 23:01:13 +08:00
cache remove cache-related judgments and simplify the code 2024-12-05 01:36:55 +08:00
cmd fix: OrganizeGameItem 2024-11-28 18:37:01 +08:00
config remove cache-related judgments and simplify the code 2024-12-05 01:36:55 +08:00
constant fix: OrganizeGameItem 2024-11-28 18:37:01 +08:00
crawler fix onlinefix 2024-12-10 21:37:16 +08:00
db remove cache-related judgments and simplify the code 2024-12-05 01:36:55 +08:00
log trans to private 2024-11-20 19:09:04 +08:00
model fix: OrganizeGameItem 2024-11-28 18:37:01 +08:00
server fix onlinefix 2024-12-10 21:37:16 +08:00
task repalce utils.fetch with resty 2024-12-02 16:17:01 +08:00
utils fix onlinefix 2024-12-10 21:37:16 +08:00
.gitattributes feat: add task webhooks 2024-11-14 18:57:11 +08:00
.gitignore reorganized game infos 2024-11-22 23:50:36 +08:00
.goreleaser.yaml workflow 2024-11-20 23:01:13 +08:00
build.sh trans to private 2024-11-20 19:09:04 +08:00
config.example.json 🎉 2024-09-24 18:17:11 +08:00
docker-compose.yaml refactor DeduplicateGameItems 2024-11-22 01:30:26 +08:00
Dockerfile trans to private 2024-11-20 19:09:04 +08:00
game_infos.json fix: DeduplicateGameItems 2024-11-28 19:34:54 +08:00
games.json fix: DeduplicateGameItems 2024-11-28 19:34:54 +08:00
go.mod remove cache-related judgments and simplify the code 2024-12-05 01:36:55 +08:00
go.sum remove cache-related judgments and simplify the code 2024-12-05 01:36:55 +08:00
LICENSE workflow: goreleaser 2024-11-15 15:35:12 +08:00
main.go trans to private 2024-11-20 19:09:04 +08:00
README.md refactor DeduplicateGameItems 2024-11-22 01:30:26 +08:00

pcgamedb

pcgamedb is a powerful command-line tool designed to scrape and manage repack game data from various online sources. With support for multiple data sources and the ability to provide a RESTful API.

Features

  • Data Sources:

    • Fitgirl
    • KaOSKrew
    • DODI
    • FreeGOG
    • GOGGames
    • OnlineFix
    • Xatab
    • SteamRIP
    • Chovka
  • Database:

    • Stores game data in MongoDB
    • Supports Redis for caching to improve performance
  • RESTful API:

    • Provides an API for external access to the game data

Usage

run go run . help.

Configuration

Edit the config.json file to set up your environment or set system environment variables.

Read /config/config.go for more details.

Api Doc

Read http://127.0.0.1:<port>/swagger/index.html for more details.