Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/easen/deezer-boa-playlist-generator

A Golang based project that can add the top 3 songs to Deezer playlist for each band that is playing at this years Bloodstock Open Air festival.
https://github.com/easen/deezer-boa-playlist-generator

Last synced: about 2 months ago
JSON representation

A Golang based project that can add the top 3 songs to Deezer playlist for each band that is playing at this years Bloodstock Open Air festival.

Awesome Lists containing this project

README

        

# deezer-bao-playlist-generator

A Golang based project that can add the top 3 songs to [Deezer](https://deezer.com/) playlist for each band that is playing at this years [Bloodstock Open Air festival](https://www.bloodstock.uk.com/).

To use this app you will need to get a Deezer access_token and the ID of an existing Deezer playlist.

## Build & Run

Build:

`go build main.go`

Run:

`DEEZER_ACCESS_TOKEN= DEEZER_PLAYLIST_ID= ./deezer-boa-playlist-generator`

## Get an Deezer Access token

See Deezer's [OAuth developer](https://developers.deezer.com/api/oauth) guide