Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samadii/YT-Channel-DL
A Telegram bot to download youtube channel contents and upload them to telegram. Heroku deployable
https://github.com/samadii/YT-Channel-DL
Last synced: 3 months ago
JSON representation
A Telegram bot to download youtube channel contents and upload them to telegram. Heroku deployable
- Host: GitHub
- URL: https://github.com/samadii/YT-Channel-DL
- Owner: samadii
- Created: 2021-08-13T07:26:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T00:46:48.000Z (8 months ago)
- Last Synced: 2024-06-28T13:35:02.843Z (5 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 12
- Watchers: 1
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Youtube Channel DL Bot
_A Telegram bot to download youtube channel contents and upload them to telegram. (may be slow becoz youtube limitations)_## 📌 Deploy to Heroku
Click below button to deploy.[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/samadii/YT-Channel-DL)
## Local Deploying
1. Clone the repo
```
git clone https://github.com/samadii/YT-Channel-DL
```2. Enter the directory
```
cd YT-Channel-DL
```
3. Install all requirements using pip.
```
pip3 install -r requirements.txt
```4. Run the file
```
python3 bot.py
```## 📌 Credits
- [AnjanaMadu](https://github.com/AnjanaMadu) for his [YTPlaylistDL](https://github.com/AnjanaMadu/YTPlaylistDL)
- [Me](https://github.com/samadii)