rhiskey / SpotyTG

Easy way to download music from Spotify and send in Telegram

Home Page:https://t.me/spotytg_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotyTG

Go CodeQL Telegram Telegram Group

Telegram Bot for music import from Spotify

giphy.gif


Installation

Executable from Releases

Prerequisites

From Source (IN PROGRESS)

Prerequisites

Make sure you have golang, youtube-dl and ffmpeg installed.

go install github.com/rhiskey/spotytg


Environment variables to pass:

DEBUG=false 
ROLLBAR_TOKEN=xxxxxxxxxxxxxxxxxxxx111111
TELEGRAM_APITOKEN=11111111111:XXXXXXXXXXXxxxxxxxxxx
SPOTIFY_ID=xxxxxxxxxxxxxxxxxxxx111111
SPOTIFY_SECRET=xxxxxxxxxxxxxxxxxxxx111111

Alternative build executable

env GOOS=linux GOARCH=amd64 go build .
## OR 
$env:GOOS = "linux" 
go build .

About

Easy way to download music from Spotify and send in Telegram

https://t.me/spotytg_bot


Languages

Language:Go 99.1%Language:Dockerfile 0.9%