Categorygithub.com/jz0ojiang/go-maimai-player-counter
modulepackage
0.0.0-20240312081545-1aee7cc54337
Repository: https://github.com/jz0ojiang/go-maimai-player-counter.git
Documentation: pkg.go.dev

# README

Go-maimai-player-counter

API service for maimai-player-counter

Data Source

Configuration

  • host: host of the service, default: :8080

  • database: database configuration

    • sqlite: path of sqlite3 database file, default: data/pcdata.sqlite3

    • leveldb: path of leveldb database directory, default: data/counter

  • captcha: choose captcha service, default: hCaptcha

    • hCaptcha: use hCaptcha service

    • turnstile/Turnstile: use turnstile service

  • hcaptcha_secret: secret key of hcaptcha

  • turnstile_secret: secret key of cloudflare turnstile

  • totp_secret: secret key of totp, need to generate by yourself

API Doc

API Doc

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author