casidiablo / youtube-telegram-bot

Listens for YouTube urls and replies back with a video file

Home Page:https://cristian.io/post/youtube-telegram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube-telegram-bot

A Telegram bot that waits for YouTube URLs and replies back with the video.

Why

https://cristian.io/post/youtube-telegram/

How to run

You need to create your own bot using BotFather. Then:

export TELEGRAM_TOKEN=<PASTE_TELEGRAM_BOT_TOKEN>
export MY_TELEGRAM_USER_ID=<OPTIONAL_YOUR_TELEGRAM_ID>
python3 bot.py

About

Listens for YouTube urls and replies back with a video file

https://cristian.io/post/youtube-telegram/


Languages

Language:Python 93.4%Language:Dockerfile 6.6%