DEV Community

Artem Piskun
Artem Piskun

Posted on

Last.fm to Twitter tool on Go

The project based on Golagn and Cobra CLI is placed here

how does it look like

Installation

go get -u github.com/irlndts/go-lastfm-to-twitter
Enter fullscreen mode Exit fullscreen mode

Running

go-lastfm-to-twitter list --user=<USERNAME> --publish=true  --lastfm-key=<KEY> --twitter-consumer=<CONSUMER> --twitter-token=<TOKEN> --twitter-secret=<SECRET> --twitter-token-secret=<TOKEN-SECRET>
Enter fullscreen mode Exit fullscreen mode

Generate your lastfm key here
Twitter keys are being generated here

There are some options available, check it via

go-lastfm-to-twitter list -h
Enter fullscreen mode Exit fullscreen mode

Top comments (0)