Skip to main content

An async Spotify Web API client library

Project description

spotifio

Async Spotify Api Wrapper

pip install spotifio
from spotifio import Client

async def main():
    c = Client(
        client_id="client_id_123",
        client_secret="client_secret_123",
        redirect_uri="http://localhost:8080",
        scope=["user-read-currently-playing"]
    )
    await c.login()
    r = await c.get_currently_playing()
    print(r)

if __name__ == '__main__':
    import asyncio
    asyncio.run(main())

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

spotifio-0.1.3.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

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

spotifio-0.1.3-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

Details for the file spotifio-0.1.3.tar.gz.

File metadata

  • Download URL: spotifio-0.1.3.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for spotifio-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a7dcd099e813d423a87b36302ea97341a986f549da715486ef2b9bce9aa07eb3
MD5 860da2a98780bd6fe644937f45d779d6
BLAKE2b-256 d7496af2411c49e90826fd3c1caab758b6273a206e86acb667ec70bc3d41d035

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotifio-0.1.3.tar.gz:

Publisher: python-publish.yml on s4w3d0ff/spotifio

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotifio-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: spotifio-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 22.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for spotifio-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 670187f10aea69b65f39e5f0e9d2bb49ae7879c8089b8ba938902da36484992e
MD5 f6be6ebc44f8ecdb4651c1894728e591
BLAKE2b-256 d09dbbc5448bebb08e0f353111e3f7ecf6ac05e804c6ee9c53aa2995330a9429

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotifio-0.1.3-py3-none-any.whl:

Publisher: python-publish.yml on s4w3d0ff/spotifio

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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