game-crawler 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://game.nite07.com
Go to file
2024-11-15 15:35:12 +08:00
.github/workflows workflow: goreleaser 2024-11-15 15:35:12 +08:00
cache fix 2024-11-15 15:02:45 +08:00
cmd fix 2024-11-15 15:02:45 +08:00
config mod: log middleware 2024-11-14 19:22:52 +08:00
constant fix 2024-11-15 15:02:45 +08:00
crawler fix 2024-11-15 15:02:45 +08:00
db fix 2024-11-15 15:02:45 +08:00
log fix 2024-11-15 15:02:45 +08:00
model 🎉 2024-09-24 18:17:11 +08:00
server mod: healthcheck response 2024-11-15 15:13:44 +08:00
task fix 2024-11-15 15:02:45 +08:00
utils 🎉 2024-09-24 18:17:11 +08:00
.gitattributes feat: add task webhooks 2024-11-14 18:57:11 +08:00
.gitignore 🎉 2024-09-24 18:17:11 +08:00
.goreleaser.yaml workflow: goreleaser 2024-11-15 15:35:12 +08:00
build.sh fix 2024-11-15 15:02:45 +08:00
config.example.json 🎉 2024-09-24 18:17:11 +08:00
docker-compose.yaml 🎉 2024-09-24 18:17:11 +08:00
Dockerfile fix 2024-11-15 15:02:45 +08:00
go.mod fix 2024-11-15 15:02:45 +08:00
go.sum 🎉 2024-09-24 18:17:11 +08:00
LICENSE workflow: goreleaser 2024-11-15 15:35:12 +08:00
main.go fix 2024-11-15 15:02:45 +08:00
README.md 🎉 2024-09-24 18:17:11 +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
    • ARMGDDN
    • 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.