StackOverBuffer / Beat2Influx

Logs your Beat Saber performance to Influxdb for visualization with Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Logs your Beat Saber performance to Influxdb for visualization with Grafana


Languages

Language:Python 100.0%