Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamidzr/telegram-youtube-poster
automate the process of posting youtube videos to telegram
https://github.com/hamidzr/telegram-youtube-poster
Last synced: about 2 months ago
JSON representation
automate the process of posting youtube videos to telegram
- Host: GitHub
- URL: https://github.com/hamidzr/telegram-youtube-poster
- Owner: hamidzr
- Created: 2018-07-30T00:43:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:22:36.000Z (about 2 years ago)
- Last Synced: 2024-11-19T21:16:23.785Z (about 2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube to Telegram Poster
Automatically post youtube videos from a certain channel, playlist, etc to a telegram chat. You can easily use a cron job to automatically setup regular posts.## Configuration
obtain and configure `TARGET_CHAT TARGET_CHANNEL BOT_TOKEN YOUTUBE_API` through `config.ini`## Installation
1. install `pipenv`
2. issue `pipenv install` to install the dependencies
3. activate the virtualenv by typing `pipenv shell`
4. obtain and configure different configuration options in `/config.ini`## TODO
- refactor
- module for posting single posts
- posting videos from a channel w/ duplicate prevention