Super-simple CLI tool for backing up Last.fm scrobbling data
Project description
lastfm-backup-cli
Super-simple CLI tool for backing up Last.fm scrobbling data into CSV file
installation
- pre-requisites: Python 3.7 or newer, pip
- installation:
pip install --user lastfm-backup-cli
- or, if your default Python is 2.x:
python3 -m pip install --user lastfm-backup-cli
- or, if your default Python is 2.x:
usage
- get your LastFM API key here
- run:
lastfm-backup <PATH TO BACKUP CSV FILE> --user <YOUR LASTFM USERNAME> --api-key <YOUR API KEY> --time-from <DATE OF FIRST SCROBBLE IN BACKUP FILE> --time-to <DATE OF LAST SCROBBLE IN BACKUP FILE>
- example:
lastfm-backup lastfm-backup-2021-01.csv --user Rezult --api-key <YOUR API KEY> --time-from 2021-01-01 --time-to 2021-02-01
- example:
- you can also set env variables:
LASTFM_API_KEY
andLASTFM_USER
output
- output CSV file structure is:
<SCROBBLE DATE>,<SCROBBLE TIME (UTC)>,<ARTIST>,<TITLE>
...
- output CSV example:
2021-05-26,06:05:49,Alice Coltrane,Journey in Satchidananda
2021-05-25,14:16:08,London Music Works,"S.T.A.Y. (From ""Interstellar"")"
2021-05-25,13:18:39,Pantha du Prince,Silentium Larix
2021-05-25,13:11:10,Avenade,Have It Your Way
2021-05-25,13:03:51,Four Tet,Planet
2021-05-25,12:57:58,Songs: Ohia,Steve Albini's Blues
2021-05-25,12:52:31,Andy Stott,It Should Be Us
options
usage: lastfm-backup [-h] [--user USER] [--api-key API_KEY] [--time-from TIME_FROM] [--time-to TIME_TO] [-d] file
Super-simple CLI tool for backing up Last.fm scrobbling data
positional arguments:
file CSV file path where backup should be written to. Defaults to lastfm.csv
optional arguments:
-h, --help show this help message and exit
--user USER The last.fm username to fetch the recent tracks of.Might be provided by env variable LASTFM_USER
--api_key API_KEY A Last.fm API key. Might be provided by env variable LASTFM_API_KEY
--time-from TIME_FROM
Beginning timestamp of a range - only display scrobbles after this time. Must be in UTC. Example: 2021-05-13
--time-to TIME_TO End timestamp of a range - only display scrobbles before this time. Must be in UTC. Example: 2021-05-15
-d, --debug Enable more verbose logging
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lastfm-backup-cli-0.2.0.tar.gz
.
File metadata
- Download URL: lastfm-backup-cli-0.2.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.4.0-1047-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ef541958dace4c064fc8eddcadf9da64bed6b6b5445589e9a276620288ce794 |
|
MD5 | eac9757a494d09512bd562ef09e3d11c |
|
BLAKE2b-256 | 8618dc9fef19a92a1d55c595647d2099701c36bf87366250021cdcfa102c2581 |
File details
Details for the file lastfm_backup_cli-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: lastfm_backup_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.4.0-1047-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a17e32d7de7b9f3f5f976f3a12d8ce251afb5cfdcbf9058ba5664a3a58f30d68 |
|
MD5 | 19cc3c744a2d687d28c7defc4bcb363b |
|
BLAKE2b-256 | 12423eed18006af14479582287f06f9caad1a7d4d68deb916e57a72780e839b9 |