Skip to content

zhashkevych/musicload-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicLoadBot

Simple Telegram Bot written in Go that downloads mp3 from Youtube videos.

bot-screenshot

Stack

  1. Golang
  2. Docker

Installation

Set your bot's token, username and other settings in config.yaml, then execute:

  1. dep ensure
  2. make build
  3. make run