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

Latest commit

 

History

History
50 lines (35 loc) · 1.64 KB

README.MD

File metadata and controls

50 lines (35 loc) · 1.64 KB

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 .