basharkey / discord-vreddit-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord vReddit Converter Bot

Discord bot that will post MP4 videos when Reddit links are posted within chat that contain vReddit videos.

Requires ffmpeg to be installed and in path

Update the .env file to contain your bots token

pip3 install -r requirements.txt

Running with Docker

cd discord-vreddit-converter/

Update the .env file to contain your bots token

docker build . -t discord-vreddit-converter

docker run -it -d --restart unless-stopped discord-vreddit-converter:latest

About


Languages

Language:Python 89.7%Language:Shell 7.2%Language:Dockerfile 3.2%