Skip to main content

Python library for interacting with the Last.fm API asynchronously.

Project description

AsyncFM

Python library for interacting with the Last.fm API asynchronously.

Installation

pip install async-fm

Usage

First, you need to obtain an API key and secret from Last.fm. You can do this by creating an account on their developer site.

import asyncio
import asyncfm

lastfm = asyncfm.LastFMAPI(api_key="api_key_here")


async def main():
    # Get the recent tracks for a user
    tracks = await lastfm.user.get_recent_tracks(username="rj")

    for track in tracks.data:
        print(f" ~ {track.artist} - {track.title}: image {track.images.extralarge}")
    print(f"Total: {tracks.total}")


asyncio.run(main())

Requirements

  • aiohttp
  • pydantic

Code Formatting

The code in this repository is formatted using Black. You can format the code in your local copy of the repository using:

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you encounter a bug or would like to make an improvement.

Testing

We currently don't have any tests for this library, but we'd love your help in adding some! If you're interested in contributing, here's what you can do:

  • Fork the repo
  • Install the dependencies by running: poetry install.
  • Write your tests in tests directory
  • Run the tests with pytest
  • Submit a pull request with your changes

Thanks for considering contributing tests to this library!

License

This project is licensed under the terms of the MIT license. See the LICENSE file for more information.

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

async_fm-0.0.5.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

async_fm-0.0.5-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file async_fm-0.0.5.tar.gz.

File metadata

  • Download URL: async_fm-0.0.5.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for async_fm-0.0.5.tar.gz
Algorithm Hash digest
SHA256 51bf2b167568316f4a828786510a0f639c3c106e0ac5a3d14859162d5690a627
MD5 444f2fd4d0fdca8bf9666d00236a04d6
BLAKE2b-256 71f46746a842ae25f4b1d6c3851d667fd0e3c389a82e0962cbc02df4f0c85948

See more details on using hashes here.

Provenance

File details

Details for the file async_fm-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: async_fm-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for async_fm-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 aaaa82f84bdd7d917f1acfe47b09c73ad0a6d23718c939d0ef7cca2ac354914b
MD5 fd52b35ca7bf23554dd83c7e8660b14d
BLAKE2b-256 41a1bdc179f6bc2fac0ea659f64bc126e2c68cb7d293316d8b6fc088f2b634c9

See more details on using hashes here.

Provenance

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