https://github.com/ruuda/gitscrobbler
Cross-reference commit history with your Last.fm scrobbles
https://github.com/ruuda/gitscrobbler
Last synced: about 1 year ago
JSON representation
Cross-reference commit history with your Last.fm scrobbles
- Host: GitHub
- URL: https://github.com/ruuda/gitscrobbler
- Owner: ruuda
- License: cc0-1.0
- Created: 2013-07-07T10:05:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T08:47:14.000Z (over 11 years ago)
- Last Synced: 2025-02-05T12:23:04.554Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 207 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: copying
Awesome Lists containing this project
README
GitScrobbler
============
Cross-reference commit history with your Last.fm scrobbles.
Released into the [public domain](https://creativecommons.org/publicdomain/zero/1.0/).
Usage
-----
Assuming you have a Last.fm account, you need an API-key as
well. Get one [here](http://www.last.fm/api/account/create).
Write your favourite Git log command (e.g. to filter out
only your commits in a multi-user repository), and then
format it with `%at %h %s`. Now pipe this through GitScrobbler,
with the Last.fm username of the user that you want to check
the scrobbles for, as well as your API-key.
$ git log --format='%at %h %s' | gitscrobbler --username --apikey
GitScrobbler will print the commits that matched a track,
and provide you with some basic statistics afterwards.