Skip to main content

Scrape LAST.FM playlists to SQLite

Project description

lastfm

License codecov Documentation Status

Scrape LAST.FM user's playlists to SQLite. Docs: https://lastfm.readthedocs.io/en/latest/

Usage

Add your LAST.FM api-key to .env file:

LASTFM_API=asd

Now run CLI:

lastfm export lastfm_dump --user Way4Music

That will use (or create) a SQLite database called lastfm_dump and a table called playlist to export user's entire playlist.

To scrape specific dates, use --start_date and --end_date:

lastfm export lastfm_dump --user way4music --start_date 2020-10-15 --end_date 2020-10-25

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd lastfm
python -m venv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and tests:

pip install -r requirements.txt

To run the tests:

pytest

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

lastfm-to-sqlite-0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

lastfm_to_sqlite-0.2-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page