Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easen/deezer-atg-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 ArcTanGent festival.
https://github.com/easen/deezer-atg-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 ArcTanGent festival.
- Host: GitHub
- URL: https://github.com/easen/deezer-atg-playlist-generator
- Owner: Easen
- Created: 2020-03-14T16:31:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T18:56:48.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T00:07:49.369Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deezer-atg-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 [ArcTanGent festival](https://arctangent.co.uk/).
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-atg-playlist-generator`
## Get an Deezer Access token
See Deezer's [OAuth developer](https://developers.deezer.com/api/oauth) guide