
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Python-Tunigo
.. image:: https://img.shields.io/pypi/v/tunigo.svg?style=flat :target: https://pypi.python.org/pypi/tunigo/ :alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/dm/tunigo.svg?style=flat :target: https://pypi.python.org/pypi/tunigo/ :alt: Number of PyPI downloads
.. image:: https://img.shields.io/travis/trygveaa/python-tunigo/master.png?style=flat :target: https://travis-ci.org/trygveaa/python-tunigo :alt: Travis CI build status
.. image:: https://img.shields.io/coveralls/trygveaa/python-tunigo/master.svg?style=flat :target: https://coveralls.io/r/trygveaa/python-tunigo?branch=master :alt: Test coverage
Python-Tunigo is a python package that allows for simple access to Tunigo <http://tunigo.com/>
's API. This is an API for fetching featured playlists and
new releases for Spotify <https://www.spotify.com/>
. 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.
Debian/Ubuntu/Raspbian: Install the python-tunigo
or the python3-tunigo
package from apt.mopidy.com <http://apt.mopidy.com/>
_::
sudo apt-get install python-tunigo
sudo apt-get install python3-tunigo
Arch Linux: Install the python2-tunigo
or the python-tunigo
package
from AUR <https://aur.archlinux.org/packages/mopidy-spotify/>
_, e.g.::
yaourt -S python2-tunigo
yaourt -S python-tunigo
Else: Install the tunigo
package from PyPI::
pip install tunigo
.. code-block:: python
import tunigo
tunigo = tunigo.Tunigo()
for playlist in tunigo.get_featured_playlists():
print(playlist.title)
See the examples/
directory for further examples.
Python-Tunigo is licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
_.
Source code <https://github.com/trygveaa/python-tunigo>
_Issue tracker <https://github.com/trygveaa/python-tunigo/issues>
_Download development snapshot <https://github.com/trygveaa/python-tunigo/archive/master.tar.gz#egg=python-tunigo-dev>
_FAQs
Python API for the browse feature of Spotify
We found that tunigo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.