From 01254a6e17bac937f7589226ca2ee07099e75812 Mon Sep 17 00:00:00 2001 From: strNophix Date: Sat, 24 Sep 2022 15:57:23 +0200 Subject: [PATCH] Updated README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6686565..5991a57 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# lurker.py +# lurker.vibe +Collects Spotify presences from Discord and sends them in batches to a given endpoint. + +## Usage +Using Python: +```sh +# Copy and modify .env +cp .env.sample .env + +# Install deps and run +python -m pip install -r requirements.txt +python lurker/bot.py +```