Skip to content

This is a simple telegram bot that given a youtube link shared in a telegram channel, download the video, extract the audio and publish it back in the channel.

Notifications You must be signed in to change notification settings

wil92/youtube-audio-telegram-bot

Repository files navigation

codecov Node.js CI

Youtube upload audio bot (Telegram)

This is a simple telegram bot that given a youtube link shared in a telegram channel, download the video, extract the audio and publish it back in the channel.

Install dependencies

npm install

Start locally

Start project with docker

# first build the project
npm run build

# then start the docker container with the script
./start-docker.sh <bot-secret>

# to see options, use this command
./start-docker.sh -h

Running tests

npm test

# with coverage
npm run test:cov

Dependencies used in the project

  • youtube-dl
  • node
  • npm

Contributors

About

This is a simple telegram bot that given a youtube link shared in a telegram channel, download the video, extract the audio and publish it back in the channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •