Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nxy7/league-of-legends-google-action-trigger
https://github.com/nxy7/league-of-legends-google-action-trigger
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nxy7/league-of-legends-google-action-trigger
- Owner: nxy7
- Created: 2022-11-30T18:23:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T13:16:04.000Z (about 2 years ago)
- Last Synced: 2024-12-23T00:54:42.062Z (17 days ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Small project that allows controlling home automation and uses League of Legends events as triggers. To do that it monitors League of Legends live server (LoL actually spins up webserver during game so apps like blitz/porofessor can access game data) and based on content of trigger.json sends requests to specified address.
It's designed to work with home assistant which seems to be the most reliable smart home automation tool.
My language of choice for this project is rust as it already has great crate covering LoL Live Game API so I don't need to serialize responses myself.