Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
/ SpotyTG Public archive

Easy way to download music from Spotify and send in Telegram

Notifications You must be signed in to change notification settings

rhiskey/SpotyTG

Repository files navigation

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 .