Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssebastianoo/yt-dlp-telegram
Use yt-dlp on Telegram
https://github.com/ssebastianoo/yt-dlp-telegram
telegram yt-dlp
Last synced: about 1 month ago
JSON representation
Use yt-dlp on Telegram
- Host: GitHub
- URL: https://github.com/ssebastianoo/yt-dlp-telegram
- Owner: ssebastianoo
- License: mit
- Created: 2022-07-29T12:44:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T09:38:15.000Z (about 2 months ago)
- Last Synced: 2024-12-04T10:33:14.274Z (about 2 months ago)
- Topics: telegram, yt-dlp
- Language: Python
- Homepage: https://t.me/SatoruBot
- Size: 63.5 KB
- Stars: 37
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YT-DLP Telegram Bot
Telegram bot that allows you to download videos from YouTube, Twitter, Reddit and many other socials using [yt-dlp](https://github.com/yt-dlp/yt-dlp)[Use the Bot](https://t.me/SatoruBot)
## Usage
In the bot private chat just send the video url, otherwise use `/download `## Self hosting
```bash
git clone https://github.com/ssebastianoo/yt-dlp-telegram
cd yt-dlp-telegram
pip install -r requirements.txt
```
create a `config.py` file and set the `token` variable to your bot token (check `example.config.py`)
```py
python3 main.py
```**The Telegram API limits files sent by bots to 50mb**
**https://core.telegram.org/bots/faq#how-do-i-upload-a-large-file**