🐍🎶 Yet another Spotify Web API Python library
Project description
Example Usage
>>> from dotify import Dotify, Track
>>> with Dotify(SPOTIFY_ID, SPOTIFY_SECRET):
>>> result = next(Track.search("SAINt JHN 5 Thousand Singles", limit=1))
>>> result
<Track "SAINt JHN - 5 Thousand Singles">
>>> result.url
'https://open.spotify.com/track/0fFWxRZGKR7HDW2xBMOZgW'
>>> result.download("SAINt JHN - 5 Thousand Singles.mp3")
PosixPath('SAINt JHN - 5 Thousand Singles.mp3')
Feel free to check the examples folder for more use cases!
Features
- Searching for
- Tracks
- Playlists
- Albums
- Downloading
- Tracks
- Playlists
- Albums
Documentation
The project's documentation can be found here.
Installation
pip install dotify
Supporting the project
Feel free to Buy me a coffee! ☕.
Contributing
If you would like to contribute to the project, please go through the Contributing Guidelines first.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Vasilis Sioros 🚧 📆 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dotify-2.0.6.tar.gz
(14.6 kB
view details)
Built Distribution
dotify-2.0.6-py3-none-any.whl
(19.1 kB
view details)
File details
Details for the file dotify-2.0.6.tar.gz
.
File metadata
- Download URL: dotify-2.0.6.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8862436ab02c1d1d5c48f78f8a99ba49cb44272f3da328be43e7419ce5366162 |
|
MD5 | d05f97b2ed84e8791a6668ce7b594887 |
|
BLAKE2b-256 | a31dfcdaf05e1e781da8d1059b52dc83bad30b461c0d02702dee091c9ffb504a |
File details
Details for the file dotify-2.0.6-py3-none-any.whl
.
File metadata
- Download URL: dotify-2.0.6-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 580a9ac23fa891c340bfdecc04cdbdc64ceeda410fe16b5eb3fdce14f7e7269f |
|
MD5 | c97a76e950b72b3263cbed1532e2e05d |
|
BLAKE2b-256 | 5ecf47b2b3fabb2e1519d0a3872149f393b0bae77e74c430dfcd81126400ed4a |