Updated README
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2023-04-10 23:55:23 -06:00
parent 7272a9fd88
commit 85d89fc51a

View File

@ -24,9 +24,10 @@ It will be helpful to follow the examples in the [skills](/skills) folder for de
## Installation ## Installation
1. As with most of my software, this can be installed as a python package or a Docker container.
2.
3. - `pip3 install bluebubbles_bot`
- `docker build -t blue_bubbles_bot .`
## Configuration ## Configuration
@ -41,3 +42,6 @@ The following environment variables must be set to configure the bot:
## Justification ## Justification
Initially all I wanted to do was translate Apple Music links to Spotify links and vice-versa. But building platforms is more fun than building tools.