Matrix bot that generates YouTube playlists from links in a channel.
Go to file
Abdulkadir Furkan Şanlı 3d4483539b
Save sync token, check if videos are music before saving.
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2024-01-21 09:42:28 +01:00
.gitignore Save sync token, check if videos are music before saving. 2024-01-21 09:42:28 +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 Save sync token, check if videos are music before saving. 2024-01-21 09:42:28 +01:00
README.md Update README.md 2024-01-19 14:23:35 +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:
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt

Running

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