Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotnid/Youtube_Bot
Download YouTube video by just typing commands in Telegram
https://github.com/kotnid/Youtube_Bot
python python-telegram-bot pytube
Last synced: 3 months ago
JSON representation
Download YouTube video by just typing commands in Telegram
- Host: GitHub
- URL: https://github.com/kotnid/Youtube_Bot
- Owner: kotnid
- Created: 2022-01-26T07:25:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T15:57:07.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T10:35:26.225Z (5 months ago)
- Topics: python, python-telegram-bot, pytube
- Language: Python
- Homepage:
- Size: 924 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Youtube Bot #
## download Youtube video by just typing commands in Telegram ##![mp4](src/mp4.png)
[YouTube bot](https://t.me/tkt_Youtube_bot)
---
## Setup ##
1. ``bash setup.sh``
2. ``python main.py``---
## Commands ##
## **``/start``** ##
- show help message![start](src/start.png)
---
## **``/mp4 (url)``** ##
- download Youtube mp4 video![mp4](src/mp4_2.png)
---
## **``/mp3 (url)``** ##
- download Youtube mp3 video![mp3](src/mp3.png)
---
## **``/list_mp4 (url)``** ##
- download Youtube videos from list![list_mp4](src/list_mp4.png)
--
## **``/list_mp3 (url)``** ##
- download Youtube audios from list![list_mp3](src/list_mp3.png)
## **``/search (Search)``** ##
- search video---
## To Do List ##
- Update UI
- Custom quality
- Update Readme.md (now just like piece of shit)
- ...---
## Creadit ##
- [pytube](https://github.com/pytube) for downloading video
- [transfer.sh](https://github.com/dutchcoders) for transferring file
- [python-telegram-bot](https://github.com/python-telegram-bot) for using api
- [rain2wood](https://github.com/rain2wood) for giving suggestion and inspiration