Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.6 KB

ytelegram

Twitter: hjnowakowski

Heroku CD

Description

The ytelegram is a self-hosted project that makes it easy to download youtube videos in audio form directly from the Telegram app. Project uses python-telegram-bot to easily access telegram API and youtube-dl to download the content from the web. Some features are yet to be done, see Issues section for more information. If you are downloading a lot of content from YouTube, consider doing so by subscribing to their paid plan.

Note that project is not finished and may contain bugs/unfinished features.

Deployment

Setup required environemnt variables from config.py and run the following commands:

Heroku

heroku container:push web --app <heroku-app-name>
heroku container:release web --app <heroku-app-name>
heroku logs -t --app <heroku-app-name>

locally with Docker

docker rm ytelegram
docker image build -t ytelegram:2.0 .
docker run --env-file .env ytelegram:2.0

Author

👤 Henryk Nowakowski