GithubHelp home page GithubHelp logo

scrobble's Introduction

scrobble

A command line interface to last.fm

Installing

If you'd like to use the app as-is, download the latest release. You will be prompted for your last.fm credentials on the first run. These are not stored: they're exchanged with last.fm for a session token, which is saved in $HOME/.lastfm

Compiling

You'll need a last.fm api account. When compiling/running you'll need to pass them in as flags:

go build -ldflags "-X github.com/Sigafoos/scrobble/cmd.APIKey=<YourAPIKey> -X github.com/Sigafoos/scrobble/cmd.APISecret=<YourAPISecret>" -o scrobble main.go

An api account is not necessary for using the compiled versions.

Roadmap

  • v0.1 Provide a release so that the link above works
  • v0.2 Create an actual roadmap

scrobble's People

Contributors

sigafoos avatar

Watchers

 avatar James Cloos avatar

scrobble's Issues

Windows doesn't write .lastfm

As of 7396f46 if you compile for windows amd64 it will create the .lastfm config file but did not actually write the contents.

If the file exists with the session token it can be read properly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.