{"id":13723108,"url":"https://github.com/felix-hilden/tekore","last_synced_at":"2025-04-07T21:08:56.079Z","repository":{"id":39858381,"uuid":"201959999","full_name":"felix-hilden/tekore","owner":"felix-hilden","description":"Spotify Web API client for Python 3","archived":false,"fork":false,"pushed_at":"2024-12-11T14:13:47.000Z","size":1488,"stargazers_count":209,"open_issues_count":5,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T20:04:47.531Z","etag":null,"topics":["api-client","python","spotify"],"latest_commit_sha":null,"homepage":"https://tekore.rtfd.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felix-hilden.png","metadata":{"files":{"readme":"readme.rst","changelog":null,"contributing":"contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-12T15:41:18.000Z","updated_at":"2025-03-31T14:06:45.000Z","dependencies_parsed_at":"2023-09-29T08:32:27.801Z","dependency_job_id":"cab50df7-b5fc-4a57-ad5a-e40a5bd8f698","html_url":"https://github.com/felix-hilden/tekore","commit_stats":{"total_commits":588,"total_committers":20,"mean_commits":29.4,"dds":"0.15646258503401356","last_synced_commit":"ae6b76c68142a198a585e82c97dfdebbeb767bae"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-hilden%2Ftekore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-hilden%2Ftekore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-hilden%2Ftekore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felix-hilden%2Ftekore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felix-hilden","download_url":"https://codeload.github.com/felix-hilden/tekore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730068,"owners_count":20986404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","python","spotify"],"created_at":"2024-08-03T01:01:36.298Z","updated_at":"2025-04-07T21:08:56.062Z","avatar_url":"https://github.com/felix-hilden.png","language":"Python","funding_links":[],"categories":["MUSIC"],"sub_categories":[],"readme":"======\n|logo|\n======\n|build| |documentation|\n\nWelcome to the GitHub repository of Tekore!\nWe provide a client for the Spotify Web API for Python,\ncomplete with all available endpoints and authentication methods,\nasync support and loads of additional features.\nTekore allows you to interact with the API effortlessly.\nHere's five lines to get you full access and start playing your top songs.\n\n.. code:: python\n\n    import tekore as tk\n\n    conf = (client_id, client_secret, redirect_uri)\n    token = tk.prompt_for_user_token(*conf, scope=tk.scope.every)\n\n    spotify = tk.Spotify(token)\n    tracks = spotify.current_user_top_tracks(limit=10)\n    spotify.playback_start_tracks([t.id for t in tracks.items])\n\nSee our homepage on `PyPI`_ for more information\nabout the package and its versions.\nVisit our online documentation on `Read The Docs`_ for tutorials,\nexamples, package reference and a detailed description of features.\nJoin our `Discord \u003chttps://discord.gg/wcRXgJu\u003e`_ community\nto ask for help or discuss just about anything related to Tekore.\nYou can also ask a question on\n`Stack Overflow \u003chttps://stackoverflow.com/questions/tagged/tekore\u003e`_.\n\n.. |logo| image:: docs/src/logo_small.png\n   :target: `pypi`_\n   :alt: logo\n\n.. |build| image:: https://github.com/felix-hilden/tekore/workflows/CI/badge.svg\n   :target: https://github.com/felix-hilden/tekore/actions\n   :alt: build status\n\n.. |documentation| image:: https://readthedocs.org/projects/tekore/badge/?version=latest\n   :target: https://tekore.readthedocs.io/en/latest\n   :alt: documentation status\n\n.. _pypi: https://pypi.org/project/tekore\n.. _read the docs: https://tekore.readthedocs.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelix-hilden%2Ftekore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelix-hilden%2Ftekore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelix-hilden%2Ftekore/lists"}