parkerbot/README.md
Abdulkadir Furkan Şanlı 91aba85778
Update README.md and .gitignore
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2024-01-21 10:47:20 +01:00

741 B

ParkerBot

ParkerBot is a Matrix bot that monitors a channel for YouTube links and generates weekly playlists from them.

Running locally

  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
    
  3. Copy example.env to .env, customize it.
  4. Source .env:
    source .env
    
  5. Execute the app:
    ./main.py
    

Running as a container

  1. Customize the compose.yml if necessary, you might want to change the data volume's path or make it a named volume.
  2. Copy example.env to .env and customize it.
  3. podman-compose up -d