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
nite07 2e11a13979
All checks were successful
docker / prepare-and-build (push) Successful in 2m16s
workflow
2024-11-20 20:26:44 +08:00
.github/workflows workflow 2024-11-20 20:26:44 +08:00
cache trans to private 2024-11-20 19:09:04 +08:00
cmd trans to private 2024-11-20 19:09:04 +08:00
config add cf-clearance-scraper 2024-11-20 10:40:33 +08:00
constant add rod 2024-11-19 01:54:26 +08:00
crawler trans to private 2024-11-20 19:09:04 +08:00
db trans to private 2024-11-20 19:09:04 +08:00
log trans to private 2024-11-20 19:09:04 +08:00
model add import 2024-11-17 13:29:04 +08:00
server trans to private 2024-11-20 19:09:04 +08:00
task trans to private 2024-11-20 19:09:04 +08:00
utils add cf-clearance-scraper 2024-11-20 10:40:33 +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 trans to private 2024-11-20 19:09:04 +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 🎉 2024-09-24 18:17:11 +08:00
Dockerfile trans to private 2024-11-20 19:09:04 +08:00
game_infos.json add cf-clearance-scraper 2024-11-20 10:40:33 +08:00
games.json add cf-clearance-scraper 2024-11-20 10:40:33 +08:00
go.mod trans to private 2024-11-20 19:09:04 +08:00
go.sum add cf-clearance-scraper 2024-11-20 10:40:33 +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 🎉 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.