lurker.vibe/README.md
2022-09-24 15:57:23 +02:00

14 lines
265 B
Markdown

# 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
```