RomaP13 / yt-downloader-bot

This project is a Python-based Telegram bot designed for convenient downloads of YouTube videos and music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yt-downloader-bot

This project is a Python-based Telegram bot designed for convenient downloads of YouTube videos and music.

app-preview

Installation

  1. Clone this repository:
   git clone https://github.com/RomaP13/yt-downloader-bot
   cd yt-downloader-bot
  1. Create a file named ".env" and add your key in this file.
BOT_TOKEN = <TOKEN>
  1. Install the required Python packages:
pip install -r requirements.txt
  1. Run the bot:
python -O bot.py

Limitations

Note: The bot has a file size limit of 50 MB for uploads. If you require larger files, consider running your own local server using the Local Bot API Server, allowing you to send files up to 2 GB in size.

License

MIT

About

This project is a Python-based Telegram bot designed for convenient downloads of YouTube videos and music

License:MIT License


Languages

Language:Python 100.0%