A Python bot to redirect YouTube links to Piped.
Find a file
2024-02-19 17:57:05 -05:00
.github/workflows Add CI workflow 2024-02-19 17:44:37 -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 Update Docker URL configuration 2024-02-19 17:55:17 -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 Docker URL configuration 2024-02-19 17:55:17 -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  # Do not append /watch?v=
      restart: unless-stopped