Last.FM wrapper by Infrared LLC.
Project description
maybe we scrobble.
maybe we don’t.
what is this
infrared.fm
the last.fm wrapper powering
infrared
built for speed. async. clean.
- user, artist, album, track, and chart endpoints
- powers dynamic embed views: nowplaying, charts, stats
- no extra weight, just flex
how to
import asyncio
from infrafm import LastFMClient
lfm = LastFMClient("your_lastfm_api_key")
async def main():
track = await lfm.user.get_now_playing("opexwtf")
if track:
print(f"🎧 {track.name} — {track.artist}")
else:
print("No track playing.")
await lfm.close()
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
infrared_fm-1.4.0.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file infrared_fm-1.4.0.tar.gz.
File metadata
- Download URL: infrared_fm-1.4.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9755198c6543f86ed768a5e0bb1b6b255b5b1823c37b7903ed6bf115d35ab27
|
|
| MD5 |
5284c7f4ffbd40581419c6bbe68d7b3f
|
|
| BLAKE2b-256 |
d84fd2b0f93b5fab7a25004496805b235a17164e5eb721e0a109a0303f380880
|
File details
Details for the file infrared_fm-1.4.0-py3-none-any.whl.
File metadata
- Download URL: infrared_fm-1.4.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
659d81d7c0a1820dddf2ac2b1721ca501774cae6cecbfd90f5aaea911db4871b
|
|
| MD5 |
0866c60b30d8b8c0d828fd317ed68306
|
|
| BLAKE2b-256 |
d8e8d88e3ebf9fd6153e12e8f872bb36d336449ed74b80689d24a16485865434
|