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
Changelog
0.1.0
Initial release of Tekore!
Release files for tekore 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tekore-0.1.0.tar.gz | 45.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tekore-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 118.1 kB
Release files / tekore-0.1.0.tar.gz
| Download URL | tekore-0.1.0.tar.gz |
|---|---|
| Size | 45.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a72f57b12768f493c58abb89614756807280b447ac654b01b771d0dab283a1d1
|
|
BLAKE2b-256 checksum How to use checksums |
efc4375c7586c0f2c100104be48785e6d84d11831a48df845c8876f4f1d92334
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
|
Release files / tekore-0.1.0-py3-none-any.whl
| Download URL | tekore-0.1.0-py3-none-any.whl |
|---|---|
| Size | 72.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2809bc0f7b3814a1656d72c3dbe114bf57c56ebe9a7531c9d023d83e488c5ccf
|
|
BLAKE2b-256 checksum How to use checksums |
c86e93babd63ff9fc485818353f970b66033fc5e828ee3410a4579e5df52f98e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
|