adan1 / Go-bh3-VisualNovel

Go implemented daemon server to accomplish Honkai3 visual novel achievements.

Home Page:https://povsister.app/#/visual-novel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-bh3-VisualNovel

Daemon server with HTTP interface designed to detect and achieve collections of Honkai3 visual novel.

Requirements

  • Golang SDK 1.11.4

It CAN

  • Get task with auth param from HTTP interface
  • Check the credential provided (Sync)
  • Add valid task into queue (Async)
  • Dispatch task to worker
  • Automatic check player's progress and submit remained achievements
  • Query for task state
  • Easy to expand for other visual novel task (See taskInterface.go)

TODO

  • use panic/recover to deal with AJAX Exception
  • ability to stop task or worker
  • ability to monitor worker health
  • ability to assign specific type of task to specific set of workers
  • more elegant way of task state update

Licence

GPLv3 Licence

About

Go implemented daemon server to accomplish Honkai3 visual novel achievements.

https://povsister.app/#/visual-novel

License:GNU General Public License v3.0


Languages

Language:Go 100.0%