This is a bot for telegram
You can convert youtube videos to mp3 by sending links
❗ Before running. create a .env
file with filed TOKEN
for your bot.
To run the bot manually, run the following command:
make run
To use Docker, run the following commands:
make build-image
make start-container