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
- Host: GitHub
- URL: https://github.com/zhashkevych/musicload-bot
- Owner: zhashkevych
- Created: 2019-03-24T14:38:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T12:50:05.000Z (almost 6 years ago)
- Last Synced: 2025-04-18T15:16:29.671Z (12 days ago)
- Topics: bot, docker, go, golang, pubsub, task-queue, telegram, telegram-bot, telegram-bot-api
- Language: Go
- Size: 1.18 MB
- Stars: 32
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MusicLoadBot
Simple Telegram Bot written in Go that downloads mp3 from Youtube videos.

# 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`