A simple Python wrapper library for Spotify WEB API
Project description
Scoutify
Installation
pip install scoutify
or upgrade
pip install scoutify --upgrade
Required Python 3
Quick Start
To get started, first create an app on https://developers.spotify.com/ to get you ID and SECRET.
Usage example
from scoutify import Scoutify
sp = Scoutify(client_id="YOUR_CLIENT_ID",
client_secret="YOUR_CLIENT_SECRET",
redirect_url="YOUR_REDIRECT_URI")
sp.set_access_token("YOUR_ACCESS_TOKEN")
result = sp.search(search_type="artist", q="blackpink")
print(result)
Issue, bug, suggestions
If you have suggestions, bugs or other issues specific to this library, file them here or just send a pull request.
Documentation
For full documentation, see here
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Fijar Lazuardy 🚇 💻 |
Aditya Nanda Tri Prakoso 💻 |
Sandi Bhirama 💻 |
Andrirahmadhan 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
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
scoutify-1.0.5.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file scoutify-1.0.5.tar.gz
.
File metadata
- Download URL: scoutify-1.0.5.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 347486ddb43a260cb822021fbde17012fac6471a8f1ffbeef8c0c42fb7b2fccf |
|
MD5 | 8acac96dde1b3f44dc064722e805f2a0 |
|
BLAKE2b-256 | cd0277778fa5aaba0c368b3749d38f927cb60817eac437d1c1b09694bca17163 |
File details
Details for the file scoutify-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: scoutify-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd131e1dbd59c69d439b3f4035356c624eb30004ec270354805c5bfd408a19d6 |
|
MD5 | 6967112fb90fc2756579e0390c87094f |
|
BLAKE2b-256 | 7ca57719f2af7196a0d13eae2e491bc9457a20b1bee2c75d74193c4fbc53148b |