youtube-clipper-bot

Telegram bot to clip youtube videos

How to deploy?

Create a file called config.env
BOT_TOKEN: Provide your bot token generated by talking to @Botfather
To host, run:

  docker build . -t bot
  docker run bot

GitHub

View Github