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.4.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.4-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: spotifio-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 735436680d7a4ffeb6744a5020e3208ff64646d2f6009a97d0c64cf850e1f15d
MD5 71eafe8a36581590466f12065f6ea9d2
BLAKE2b-256 d94900fb4c4f40e176a1e6d983c5b57898541ff4c062f48e670829d951720bcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotifio-0.1.4.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.4-py3-none-any.whl.

File metadata

  • Download URL: spotifio-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e0ae0163d9714f8a54fc4e5821ed86a66cd7f812365f377e013e70c458293444
MD5 65ea593f5291921ef1292ec5bb6b6967
BLAKE2b-256 c59a66016cbfd3376b8ad7aa5f4eb067f314404476a4dd7086a3c3c7cb0305ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotifio-0.1.4-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