Skip to main content

Python API for the browse feature of Spotify

Project description

Python-Tunigo is a python package that allows for simple access to Tunigo’s API. This is an API for fetching featured playlists and new releases for Spotify. It supports featured playlists, top playlists, new album releases and playlists for a range of different genres.

Tunigo’s API is what the Spotify client uses to provide its Browse-feature.

Note that the API is not documented or officially released, so it may change at any time.

Installation

To install Python-Tunigo, you can use pip:

pip install tunigo

Examples

import tunigo
tunigo = tunigo.Tunigo()
for playlist in tunigo.get_featured_playlists():
    print(playlist.title)

See the examples/ directory for further examples.

License

Python-Tunigo is copyright 2014 Trygve Aaberge and contributors. Python-Tunigo is licensed under the Apache License, Version 2.0.

Project resources

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Changelog

v0.1.1 (2014-07-21)

  • Allow Genre- and SubGenre-objects as arguments to get_genre_playlists

  • Allow a SubGenre to be created with main_genre as a string

  • Add __repr__ and __str__ methods to classes

v0.1.0 (2014-06-24)

  • Initial release.

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

tunigo-0.1.1.tar.gz (10.3 kB view hashes)

Uploaded source

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