Update README.md

This commit is contained in:
Em (Ethan) Ruszanowski 2024-02-01 16:18:59 -05:00
parent 9eab74f47a
commit e573927a11
Signed by: em
GPG key ID: C725D6E571252B96

View file

@ -1,2 +1,15 @@
# youtube-url-corrector
A Python bot to redirect YouTube links to Piped.
A Python based Discord bot to redirect YouTube links to Piped.
Example `compose.yml`
```compose
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
```