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.
- Host: GitHub
- URL: https://github.com/etrusci-org/lastfmlog
- Owner: etrusci-org
- License: other
- Created: 2023-05-14T19:04:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T16:50:48.000Z (about 2 years ago)
- Last Synced: 2025-03-08T10:15:17.343Z (over 1 year ago)
- Topics: lastfm, lastfm-api, music
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)