diff --git a/README.md b/README.md index c28f2ae..32925b5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # ParkerBot ParkerBot is a Matrix bot that monitors a channel for YouTube links and -generates weekly playlists from them. +generates weekly playlists from them. It also sends YouTube link titles to the +channel it's in. ## Running locally 1. Clone the repo 2. Install the dependencies, preferably in a venv: ```shell - python3 -m venv venv - source ./venv/bin/activate - pip3 install -r requirements.txt + uv venv --python 3.14 --seed + source .venv/bin/activate + uv pip install -r requirements.txt ``` 3. Copy [example.env](example.env) to `.env`, customize it. 4. Source `.env`: