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-09-25 21:47:13 +08:00
.github/workflows 📝 Add docker workflow 2024-09-25 21:47:13 +08:00
cache 🎉 2024-09-24 18:17:11 +08:00
cmd 📝 Add docker workflow 2024-09-25 21:47:13 +08:00
config 🎉 2024-09-24 18:17:11 +08:00
constant 📝 Add docker workflow 2024-09-25 21:47:13 +08:00
crawler 🎉 2024-09-24 18:17:11 +08:00
db 🎉 2024-09-24 18:17:11 +08:00
log 🎉 2024-09-24 18:17:11 +08:00
model 🎉 2024-09-24 18:17:11 +08:00
server Add @Router /game/id/{id} [delete] 2024-09-25 21:33:46 +08:00
task 🎉 2024-09-24 18:17:11 +08:00
utils 🎉 2024-09-24 18:17:11 +08:00
.gitignore 🎉 2024-09-24 18:17:11 +08:00
build.sh 🎉 2024-09-24 18:17:11 +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 📝 Add docker workflow 2024-09-25 21:47:13 +08:00
go.mod 🎉 2024-09-24 18:17:11 +08:00
go.sum 🎉 2024-09-24 18:17:11 +08:00
main.go 🎉 2024-09-24 18:17:11 +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.