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 b7aadf7f88 add cf-clearance-scraper
fix greegogcrawler
fix goggamescrawler
2024-11-20 10:40:33 +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 add autocrawlcron config 2024-11-17 16:53:47 +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 add cf-clearance-scraper 2024-11-20 10:40:33 +08:00
db fix CleanOrphanGamesInGameInfos 2024-11-18 20:21:08 +08:00
log fix 2024-11-15 15:02:45 +08:00
model add import 2024-11-17 13:29:04 +08:00
server fix CleanOrphanGamesInGameInfos 2024-11-18 20:21:08 +08:00
task add rod 2024-11-19 01:54:26 +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 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 add import 2024-11-17 13:29: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 add cf-clearance-scraper 2024-11-20 10:40:33 +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 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.