An open API service indexing awesome lists of open source software.

https://github.com/zhashkevych/musicload-bot

Telegram Bot written in Go
https://github.com/zhashkevych/musicload-bot

bot docker go golang pubsub task-queue telegram telegram-bot telegram-bot-api

Last synced: 2 days ago
JSON representation

Telegram Bot written in Go

Awesome Lists containing this project

README

        

# MusicLoadBot

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

![bot-screenshot](https://user-images.githubusercontent.com/24574014/54880761-5a8cb880-4e51-11e9-8800-699156243b8c.png)

# Stack

1. `Golang`
2. `Docker`

# Installation

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

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