Skip to content

Small python script to monitor League Of Legends API and send Red/Green values to MQTT or a system command

License

Notifications You must be signed in to change notification settings

Buddy-Matt/lol-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lol-lights

Small python script to monitor League Of Legends API and send Red/Green values to MQTT or a system command

Deps:

paho-mqtt (possibly others)

Config:

Create a config.yaml file based on config.yaml.example

  • mqtt is optional
  • mqtt username/password are optional
  • runcommand is optional
  • rgbcalc is required - curve add a quadratic curve equation to R/G calculations, anything else results in the linear equation only

Run:

$ python lol-lights.py

About

Small python script to monitor League Of Legends API and send Red/Green values to MQTT or a system command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages