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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for spotifio-0.1.6.tar.gz
Algorithm Hash digest
SHA256 ed8e29edb9c7669a060a18c99813f2fc1f0665918ad571b9e498ea5a90da3957
MD5 2b4c0720d88256470f682bca2395989c
BLAKE2b-256 38b91619c5b8aa6b33688e17c0faa1f9799463434143fa88df6dbeb8c77de109

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spotifio-0.1.6-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.9

File hashes

Hashes for spotifio-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 955bae57cbc5d93a153299578638b97c58b538a313f32c0ec3d55262636e702e
MD5 2b889ba4289af9afaa357d50c0f4d9d4
BLAKE2b-256 9b6b5b1addc19b1e233fdb8de846754487b0495ad334ba47b380e312a84f2020

See more details on using hashes here.

Provenance

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