... which automatically downloads/reuploads Youtube/Twitch clips.
I like to share funny clips with my friends, but when the clips are deleted, I can't go back and re-watch them. This bot is the solution.
- Create a bot and invite it to your server with all the necessary permissions. Personally I enabled permissions for
bot
-> [View Channels
,Send Messages
,Manage Messages
,Attach Files
,Read Message History
]. - Create a channel named
#clips
. - Copy
.env.template
to.env
and fill in the variables. - Deploy via the Dockerfile
sudo docker build -t discord-video-saver .
sudo docker run --name dvsbot -d --restart unless-stopped discord-video-saver
- Any Youtube/Twitch clips you post to the channel will get automatically downloaded/reuploaded.
The Docker image is not a production build. It needlessly includes all the .ts
files and dev dependencies.