GitXplorerGitXplorer
j

inb4

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
78cbb083592ed8d9c8318fd43a7f74066292843a

Update README.md

jjacobk committed 10 years ago
Unverified
7efa984e23dcf63e6b0cff1d624a2d5b5f01933b

Refactored into cmd based tool

jjacobk committed 10 years ago
Unverified
05803ee7b0dcb5c03ab2d3f925afe054d68a8796

Don't commit node_modules

jjacobk committed 10 years ago
Unverified
b1e395ebe879ef6d8d7ee81b1925d7dd402baa3d

Create README.md

jjacobk committed 10 years ago
Unverified
700c6fd72e6b40d40168cc0ed02646f87fc7eb32

Initial database backed lastfm group scraper

jjacobk committed 10 years ago
Unverified
97c5138503b8fc1018006668d7c4c622f25f0b95

Initial commit

jjacobk committed 10 years ago

README

The README file for this repository.

inb4

Create local last.fm statistics for groups

git clone https://github.com/jacobk/inb4.git
cd inb4
npm link
inb4 build --key=<lastfmkey> --group=<groupname> --from=2014-01-01 --db=/tmp/stats.sqlite3

Builds local cache files for listen stats under /tmp and a sqlite3 database with stats in /tmp/inb4.sqlite

See https://github.com/jacobk/inb4/blob/master/db/inb4_01.sql for db schema

todo

  • cli options
  • release dates
  • clean up cache files
  • refactor cb/promise-hell code
  • log builds
  • add stats since last build