Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)