Updated README

This commit is contained in:
Daniel Dayley 2023-04-11 10:01:07 -06:00
parent ed235d0af9
commit 5635bc6ae1
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -18,9 +18,9 @@ Example:
bluebubbles_bot -h bluebubbles_bot -h
``` ```
bluebubbles_bot loads instances of the `PersonaSkill` class from python files in the [skills](/skills) folder. bluebubbles_bot loads instances of the `PersonaSkill` class from python files in the [skills](persona/skills) folder.
You may configure the skill by specifying `startup` and `shutdown` functions to configure your skills as required. You may configure the skill by specifying `startup` and `shutdown` functions to configure your skills as required.
It will be helpful to follow the examples in the [skills](/skills) folder for designing your skills for the bot. It will be helpful to follow the examples in the [skills](persona/skills) folder for designing your skills for the bot.
## Installation ## Installation
@ -41,8 +41,6 @@ The following environment variables must be set to configure the bot:
`USE_PRIVATE_API` : Whether or not to use the Private API in BlueBubbles. Default is `false` `USE_PRIVATE_API` : Whether or not to use the Private API in BlueBubbles. Default is `false`
## 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. 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.