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: 12 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T15:57:07.000Z (over 4 years ago)
- Last Synced: 2024-08-04T09:05:51.740Z (almost 2 years 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 ##

[YouTube bot](https://t.me/tkt_Youtube_bot)
---
## Setup ##
1. ``bash setup.sh``
2. ``python main.py``
---
## Commands ##
## **``/start``** ##
- show help message

---
## **``/mp4 (url)``** ##
- download Youtube mp4 video

---
## **``/mp3 (url)``** ##
- download Youtube mp3 video

---
## **``/list_mp4 (url)``** ##
- download Youtube videos from list

--
## **``/list_mp3 (url)``** ##
- download Youtube audios from list

## **``/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