Skip to main content

Client for the Spotify Web API

Project description

logo

python version

Welcome to the Python Package Index page of Tekore, a client of the Spotify Web API for Python! Tekore allows you to interact with the Web API effortlessly.

from tekore import Spotify

spotify = Spotify(token)

tracks = spotify.current_user_top_tracks(limit=10)
for track in tracks.items:
    print(track.name)

finlandia = '3hHWhvw2hjwfngWcFjIzqr'
spotify.playback_start_tracks([finlandia])

See our online documentation on Read The Docs for tutorials, examples, package reference and a detailed description of features. Visit our repository on GitHub if you’d like to submit an issue or ask just about anything related to Tekore.

Installation

Tekore can be installed from the Package Index via pip.

$ pip install tekore

Versioning

Tekore provides both stable and beta endpoints of the Web API. However, beta endpoints may be changed by Spotify without prior notice, so older versions of the library may have unintended issues. Because of this, Tekore follows a modified form of Semantic Versioning. Incompatible changes in the library are still introduced in major versions, and new features and endpoints are added in minor versions. But endpoints removed by Spotify are removed in minor versions and changes to endpoints are implemented as bugfixes. See the Web API documentation for further information on beta endpoints.

Changelog

1.0.1

Bugfixes

  • Accept missing video thumbnail in PlaylistTrack (#132)

1.0.0

  • Packaging improvements

  • Declare versioning scheme

0.1.0

Initial release of Tekore!

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

tekore-1.0.1.tar.gz (32.0 kB view hashes)

Uploaded Source

Built Distribution

tekore-1.0.1-py3-none-any.whl (50.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page