From 611a9551df37e3e0ec2be0b1f363e66e053dd81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Mon, 20 Apr 2026 11:42:59 +0200 Subject: [PATCH] Update README. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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`: