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-12-28 00:10:06 +08:00
.github/workflows rename 2024-12-26 21:09:00 +08:00
cache rename 2024-12-26 21:09:00 +08:00
cmd u 2024-12-28 00:10:06 +08:00
config u 2024-12-27 01:24:56 +08:00
constant u 2024-12-27 01:24:56 +08:00
crawler u 2024-12-28 00:10:06 +08:00
db u 2024-12-28 00:10:06 +08:00
log u 2024-12-27 01:24:56 +08:00
model u 2024-12-28 00:10:06 +08:00
server u 2024-12-28 00:10:06 +08:00
task rename 2024-12-26 21:09:00 +08:00
utils u 2024-12-28 00:10:06 +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 rename 2024-12-26 21:09:00 +08:00
build.sh rename 2024-12-26 21:09:00 +08:00
config.example.json 🎉 2024-09-24 18:17:11 +08:00
docker-compose.yaml rename 2024-12-26 21:09:00 +08:00
Dockerfile rename 2024-12-26 21:09:00 +08:00
go.mod rename 2024-12-26 21:09:00 +08:00
go.sum u 2024-12-18 17:50:08 +08:00
LICENSE workflow: goreleaser 2024-11-15 15:35:12 +08:00
main.go rename 2024-12-26 21:09:00 +08:00
README.md rename 2024-12-26 21:09:00 +08:00

game-crawler

game-crawler 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.