Skip to main content

An async Spotify Web API client library

Project description

spotifio

Async Spotify Api Wrapper

pip install git+https://github.com/s4w3d0ff/spotifio.git#egg=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.1.tar.gz (22.1 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.1-py3-none-any.whl (22.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: spotifio-0.1.1.tar.gz
  • Upload date:
  • Size: 22.1 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.1.tar.gz
Algorithm Hash digest
SHA256 9efc02aa8a6bf5e5f8012874329ae4fa5e36494eceb906e528d84e9293bcfb3d
MD5 ee45c8493f93588fe7fa9bbac0cc3e92
BLAKE2b-256 0313c584268c36339aa8650f280b5a93178f7a66aefc35c49770d99714efa948

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spotifio-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 22.0 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f7eae68f9a80ebab6796522bcc302cc729d2dab007b4097b6635849a02e927d8
MD5 b2686a734411331efee0d6b7bad0ff7a
BLAKE2b-256 f0db6c70631f40276af2452ccc4d0a2a07c1168780cf2d8fcb8fb1e02c5f9133

See more details on using hashes here.

Provenance

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