A Python bot to redirect YouTube links to Piped.
Find a file
2024-02-01 16:19:43 -05:00
.idea First working bot. 2023-11-09 14:49:10 -05:00
.gitignore First working bot. 2023-11-09 14:49:10 -05:00
bot.py Handle YouTube shorts. 2024-02-01 16:08:01 -05:00
Dockerfile Correct typo 2024-01-18 22:39:48 -05:00
LICENSE Initial commit 2023-11-08 17:39:45 -05:00
README.md Update README.md 2024-02-01 16:19:43 -05:00
requirements.txt Correct typo 2024-01-18 22:37:58 -05:00

youtube-url-corrector

A Python based Discord bot to redirect YouTube links to Piped.

Example compose.yml

version: '3'

services:
    bot:
      image: git.beans.team/em/yuc:latest
      environment:
        - DISCORD_TOKEN=your_discord_bot_token
        - PIPED_URL=https://your.piped.url/watch?v=
      restart: unless-stopped