Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyle6012/ytv-telegrambot
This bot allows you to download YouTube videos by sending a YouTube link to the bot on Telegram.
https://github.com/kyle6012/ytv-telegrambot
Last synced: 1 day ago
JSON representation
This bot allows you to download YouTube videos by sending a YouTube link to the bot on Telegram.
- Host: GitHub
- URL: https://github.com/kyle6012/ytv-telegrambot
- Owner: Kyle6012
- License: mit
- Created: 2024-06-21T09:30:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:03:12.000Z (5 months ago)
- Last Synced: 2024-06-22T02:53:12.989Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube Video Download Telegram Bot
This bot allows you to download YouTube videos by sending a YouTube link to the bot on Telegram.
## Prerequisites
- Python 3.11
- Git## Setup Instructions
### 1. For Linux or WSL
Install Git
```bash
sudo apt-get install git
```
Clone the repository```
git clone https://github.com/Kyle6012/YTV-Telegrambot
cd YTV-Telegrambot
```
Add your Telegram bot Token in the token inputRun the run.sh file
```
chmod +x run.sh
./run.sh
```
### 2. For Termux
Install Git and Python```
pkg update
pkg upgrade
pkg install git python
```Clone the repository
```
git clone https://github.com/Kyle6012/YTV-Telegrambot
cd YTV-Telegrambot
```
Add your Telegram bot Token in the token inputRun the run.sh file
```
chmod +x run.sh
./run.sh
```
### 3. Heroku and Replit### License
This project is licensed under the MIT License. See the LICENSE file for details.### Contact
If you have any questions or suggestions, feel free to open an issue or contact me at [[email protected]].