kyoukaya / ak-discordrpc

Discord rich presence client for Arknights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ak-discordrpc

discord rich pressence

A rhine module to update a user's Discord rich presence when logging into the game. The status text is limited to combat (practice, auto, fighting) and non-combat (idling only).

Usage

Download the latest release from the releases page or run from source with go build cmd/main.go && ./main.exe.

Edit the strings.json file to change the discord app ID and other text/images shown with Discord RPC.

If you're using the program for the first time, you'll need to setup the certificate and change the proxy settings in your Android emulator/phone. See here for more information.

$ ./main.exe -help
Usage of C:\Users\kaya\Desktop\discordrpc\main.exe:
  -disable-cert-store
        disables the built in certstore, reduces memory usage but increases HTTP latency and CPU usage
  -filter
        enable the host filter
  -host string
        hostname:port (default ":8080")
  -log-path string
        file to output the log to (default "logs/proxy.log")
  -silent
        don't print anything to stdout
  -v    print Rhine verbose messages
  -v-goproxy
        print verbose goproxy messages

About

Discord rich presence client for Arknights

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 90.6%Language:Makefile 9.4%