added notifications

added freepbx integration as notification source
This commit is contained in:
Brandon4466
2023-08-11 02:17:41 -07:00
parent 0039308633
commit 4467115135
9 changed files with 91 additions and 23 deletions

View File

@@ -7,11 +7,11 @@ Control Spotify remotely with a nice and functional touchscreen interface
## Running
- Get a Spotify API Client ID and Secret from the [Spotify Developer Dashboard](https://developer.spotify.com/). Put these in the config.json file.
- Clone the repository
- Install required dependencies
```sh
pip install -r requirements.txt
```
- Configure the env variables
- Run
```sh
python spotifycontroller.py
```