Skip to main content

An extension to Spotipy for anonymous access to the Spotify Web API

Project description

SpotipyAnon

Anonymous access to the Spotify API

Installation

pip install spotipy-anon

alternatively, for Windows users

py -m pip install spotipy-anon

or upgrade

pip install spotipy-anon --upgrade

Quick Start

To get started, install spotipy with spotipy-anon to create a script like this:

import spotipy
from spotipy_anon import SpotifyAnon

sp = spotipy.Spotify(auth_manager=SpotifyAnon())

results = sp.search(q='weezer', limit=20)
for idx, track in enumerate(results['tracks']['items']):
    print(idx, track['name'])

Reporting Issues

If you have suggestions, bugs or other issues specific to this library, file them here. Or just send a pull request.

Disclaimer

Yes, this README is heavily inspired by the spotipy library, as I want to create a similar experience when working with this extension module.

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

spotipy_anon-1.5.7.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file spotipy_anon-1.5.7.tar.gz.

File metadata

  • Download URL: spotipy_anon-1.5.7.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotipy_anon-1.5.7.tar.gz
Algorithm Hash digest
SHA256 63f3a6974a95c2935324f34dde30e3a7be0e63224640032e83f6432406b29e21
MD5 c7c2f0a7a7ec70497c62678946dd9461
BLAKE2b-256 626db3c9e5abf9bf00de7f8c6d0e89ce3bb6c70e89b9987afc2911579fda1636

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotipy_anon-1.5.7.tar.gz:

Publisher: release.yml on dieser-niko/spotipy-anon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page