Skip to content

Logs your Beat Saber performance to Influxdb for visualization with Grafana

Notifications You must be signed in to change notification settings

StackOverBuffer/Beat2Influx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages