Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 681 Bytes

ytap-python

Telegram bot which converts youtube video to telegram audio.

Uses python3, yt-dlp, ffmpeg, python-telegram-bot, docker and docker-compose.

The original idea: https://github.com/Spmart/YTAP-Bot

How to run

  1. Create your own bot via Bot Father in telegram
  2. Clone this repo git clone https://github.com/alvicsam/ytap-python
  3. Place bot token in docker-compose.yml:
    environment:
      - BOT_TOKEN=<place_your_token_here>
  1. Run docker compose: docker-compose up -d --build