Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samadii/YTChannelContentsList
- Owner: samadii
- Created: 2021-08-12T22:13:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T20:11:03.000Z (7 months ago)
- Last Synced: 2024-07-18T12:12:27.393Z (4 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```