An open API service indexing awesome lists of open source software.

https://github.com/etrusci-org/lastfmlog

Command line tool that downloads your Last.fm scrobbles (played tracks) data into a local SQLite database so you can do something with it, e.g bake your own statistics. You can also export some basic statistics to a JSON file without any SQL knowledge.
https://github.com/etrusci-org/lastfmlog

lastfm lastfm-api music

Last synced: 11 months ago
JSON representation

Command line tool that downloads your Last.fm scrobbles (played tracks) data into a local SQLite database so you can do something with it, e.g bake your own statistics. You can also export some basic statistics to a JSON file without any SQL knowledge.

Awesome Lists containing this project

README

          

# LastfmLog

Command line tool that downloads your [Last.fm](https://last.fm) scrobbles (played tracks) data into a local SQLite database so you can do something with it, e.g bake your own statistics. You can also export some basic statistics to a JSON file without any SQL knowledge.

---

- [Dependencies](./docs/Dependencies.md)
- [Install](./docs/Install.md)
- [Usage](./docs/Usage.md)
- [Database File](./docs/DatabaseFile.md)
- [Secrets File](./docs/SecretsFile.md)
- [Statistics File](./docs/StatisticsFile.md)
- [License](./LICENSE.md)