Update README.
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user