Matrix bot that generates YouTube playlists from links in a channel.
Go to file
Abdulkadir Furkan Şanlı 8209d36d7e
Add LICENSE
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2024-01-19 14:14:46 +01:00
.gitignore Update gitignore 2024-01-19 14:05:56 +01:00
example.env Update example.env 2024-01-19 14:04:18 +01:00
LICENSE Add LICENSE 2024-01-19 14:14:46 +01:00
main.py Initial commit 2024-01-19 11:12:06 +01:00
README.md Add README.md 2024-01-19 14:10:50 +01:00
requirements.txt Initial commit 2024-01-19 11:12:06 +01:00

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:
python -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt

Running

  1. Execute main.py: ./main.py