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.5.tar.gz (22.4 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.5-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: spotifio-0.1.5.tar.gz
  • Upload date:
  • Size: 22.4 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.5.tar.gz
Algorithm Hash digest
SHA256 63d765bf28e755b35f8eff3387e683874fb8176bbc82847b26571f1cfb11c3d3
MD5 4ce13e371181c626487517acb79ae7e0
BLAKE2b-256 ab6f29cbf6c9b49ba1e451d730ae47b61fa4a4501d3aa0818f1b26a2b64410a1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spotifio-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 22.3 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6770d08eda73e8004d8c69ed250fb466c5d3ab19ea9e96956707d6d1429b49ce
MD5 c7193b7ecdfadf9cb7ec6bb0cf2d5b4c
BLAKE2b-256 60bbc339d32b00d6ff5e945049dce0113315ac6aa6085f9544703326e5c6a60f

See more details on using hashes here.

Provenance

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