745 B
745 B
ParkerBot
ParkerBot is a Matrix bot that monitors a channel for YouTube links and generates weekly playlists from them.
Running locally
- Clone the repo
- Install the dependencies, preferably in a venv:
python3 -m venv venv source ./venv/bin/activate pip3 install -r requirements.txt
- Copy
[example.env](example.env)
to.env
, customize it. - Source
.env
:source .env
- Execute the app:
./main.py
Running as a container
- Customize the compose.yml if necessary, you might want to change the data volume's path or make it a named volume.
- Copy
[example.env](example.env)
to.env
and customize it. -
podman-compose up -d