Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samadii/YTChannelContentsList

A Telegram bot to listing Youtube channel contents in a message. Heroku deployable
https://github.com/samadii/YTChannelContentsList

Last synced: 3 months ago
JSON representation

A Telegram bot to listing Youtube channel contents in a message. Heroku deployable

Awesome Lists containing this project

README

        

## YT Channel Contents Lister
A Telegram bot to listing youtube channel videos urls.

## Deploy to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/samadii/YTChannelContentsList)

## Local Deploying

1. Install [Google Chrome](https://support.google.com/chrome/answer/95346?hl=en&co=GENIE.Platform%3DDesktop)

2. Clone the repo
```
git clone https://github.com/samadii/YTChannelContentsList
```

3. Enter the directory
```
cd YTChannelContentsList
```

4. Install all requirements using pip.
```
pip3 install -r requirements.txt
```

5. Run the file
```
python3 main.py
```