Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/easen/deezer-boa-playlist-generator
- Owner: Easen
- Created: 2020-03-29T19:40:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:40:35.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T00:07:49.286Z (almost 2 years ago)
- Language: Go
- Size: 3.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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