Cyclops789 / rumble-notifier

notify whenever a channel posts a new video or starts a live in rumble.com using discord webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

pip install -r requirements.txt

edit config.yml, then run:

# win
py -3 rumble.py
# linux
python3 rumble.py

Docker

docker compose up -d

About

notify whenever a channel posts a new video or starts a live in rumble.com using discord webhooks

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:Dockerfile 1.5%