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.7.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

async_fm-0.0.7-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: async_fm-0.0.7.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for async_fm-0.0.7.tar.gz
Algorithm Hash digest
SHA256 5d2bc9fea8ccd2cfeca7874256fb8f089963270889e582edbb0231d3aaac0690
MD5 236e662f9f9ff7ef99c1344f64af0461
BLAKE2b-256 69a97ba3bbfb437c18e36081c8de834fe19060048eb0ac26082fd93573ce928b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: async_fm-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for async_fm-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 29cba2e944196ce463cd5cc3bddb2a523833c7a7193f48ef88b70f0e8f510050
MD5 eda0f2413dd1d2cb1ec662f1c106fbf7
BLAKE2b-256 851d553ec68b81f2919ec997f655d7ad5f95e96c9e3f80c4a7678a754fc0fe69

See more details on using hashes here.

Supported by

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