https://github.com/marcobuster/yt2tg
Small script to send videos or audio from a YouTube channel feed to a Telegram chat
https://github.com/marcobuster/yt2tg
Last synced: about 1 year ago
JSON representation
Small script to send videos or audio from a YouTube channel feed to a Telegram chat
- Host: GitHub
- URL: https://github.com/marcobuster/yt2tg
- Owner: MarcoBuster
- License: mit
- Created: 2019-11-25T17:36:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T20:55:36.000Z (over 6 years ago)
- Last Synced: 2025-02-07T11:13:51.038Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yt2tg
Small script to send videos or audio from a YouTube channel(s) feed to a Telegram chat.
## Installation
System requirements:
- python >3.5 with pip and virtualenv installed
- youtube-dl
- ffmpeg
```shell script
sudo pip install -r requirements.txt
```
## Usage
First, you need to fill the fields in `config.sample.py` and
rename the file to `config.py`.
Then put the script in a crontab and enjoy.
A plausible crontab can be:
`*/5 * * * * /path/to/python /path/to/yt2tg/yt2tg.py`