Tekore
Spotify Web API client for Python 3
Install / Use
/learn @felix-hilden/TekoreREADME
====== |logo|
|build| |documentation|
Welcome to the GitHub repository of Tekore! We provide a client for the Spotify Web API for Python, complete with all available endpoints and authentication methods, async support and loads of additional features. Tekore allows you to interact with the API effortlessly. Here's five lines to get you full access and start playing your top songs.
.. code:: python
import tekore as tk
conf = (client_id, client_secret, redirect_uri)
token = tk.prompt_for_user_token(*conf, scope=tk.scope.every)
spotify = tk.Spotify(token)
tracks = spotify.current_user_top_tracks(limit=10)
spotify.playback_start_tracks([t.id for t in tracks.items])
See our homepage on PyPI_ for more information
about the package and its versions.
Visit our online documentation on Read The Docs_ for tutorials,
examples, package reference and a detailed description of features.
Join our Discord <https://discord.gg/wcRXgJu>_ community
to ask for help or discuss just about anything related to Tekore.
You can also ask a question on
Stack Overflow <https://stackoverflow.com/questions/tagged/tekore>_.
.. |logo| image:: docs/src/logo_small.png
:target: pypi_
:alt: logo
.. |build| image:: https://github.com/felix-hilden/tekore/workflows/CI/badge.svg :target: https://github.com/felix-hilden/tekore/actions :alt: build status
.. |documentation| image:: https://readthedocs.org/projects/tekore/badge/?version=latest :target: https://tekore.readthedocs.io/en/latest :alt: documentation status
.. _pypi: https://pypi.org/project/tekore .. _read the docs: https://tekore.readthedocs.io
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
108.4kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
347.6kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
