songy

telegram bot as a songbook
git clone git://git.relim.de/songy.git
Log | Files | Refs | README | LICENSE

commit 1880a8594d24dc8bc630a20cd5acea2da7dcb1f0
parent c957c4d99de5f07acdf4c155cc50efc47a6686ac
Author: devnibo <kroekerrobin@gmail.com>
Date:   Sat, 16 Sep 2023 10:46:47 +0200

Improve README.md

Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ The `/list` command lists all available files in the provided --songs-path recur As the bot has to run endlessly you probably want to create some sort of background service. Here's a simple solution I use. -1. `sudo touch /etc/systemd/system/songy.service` +1. `touch /etc/systemd/system/songy.service` 2. Copy this into `songy.service` ``` [Unit] @@ -78,3 +78,7 @@ So suppose you have the song `Love Me Tender` in your `--songs-path` folder and ``` Love_Me_Tender:lovemetender:lovemetenderlovemesweetneverletmegoyouhavemademylifecompleteandiloveyousolovemetenderlovemetrueallmydreamsfulfillformydarlingiloveyouandialwayswilllovemetenderlovemelongtakemetoyourheartforitstherethatibelongandwillneverpartlovemetenderlovemedeartellmeyouaremineillbeyoursthroughalltheyearstilltheendoftime ``` + +## Help + +If you want to use this repo but you face problems configuring it you can [contact me](mailto:kroekerrobin@gmail.com).