Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 681 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 681 Bytes

Beat2Influx

Beat Saber Influxdb logger

Log your Beat Saber performance and song data to Influxdb and build beautiful dashboards with Grafana.

For logged values see models.py

Installation

Requirements

Configuration

To change the default configuration create a .env file

BEATSABER_SOCKET=ws://localhost:6557/socket
INFLUX_HOST=localhost
INFLUX_DB=beat2influx
INFLUX_USER=admin
INFLUX_PASS=admin

#optional, in case you want to run a script after the client has connected to Beat Saber
CONNECTED_COMMAND=bash beep.sh