19 lines
360 B
Markdown
19 lines
360 B
Markdown
|
# ParkerBot
|
||
|
|
||
|
ParkerBot is a Matrix bot that monitors a channel for YouTube links and
|
||
|
generates weekly playlists from them.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
1. Clone the repo
|
||
|
2. Install the dependencies, preferably in a venv:
|
||
|
```shell
|
||
|
python -m venv venv
|
||
|
source ./venv/bin/activate
|
||
|
pip3 install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
## Running
|
||
|
|
||
|
1. Execute `main.py`: `./main.py`
|