项目作者: the-dotify-project

项目描述 :
🐍🎶 Yet another Spotify Web API Python library
高级语言: Python
项目地址: git://github.com/the-dotify-project/dotify.git
创建时间: 2020-12-04T21:33:02Z
项目社区:https://github.com/the-dotify-project/dotify

开源协议:MIT License

下载


Dotify



PyPI - Python Version


PyPI


CI


CI


pre-commit.ci status


Test Coverage


PyPI - License


Open on Gitpod


Cookiecutter Template

Example Usage

  1. >>> from dotify import Dotify, Track
  2. >>> with Dotify(SPOTIFY_ID, SPOTIFY_SECRET):
  3. >>> result = next(Track.search("SAINt JHN 5 Thousand Singles", limit=1))
  4. >>> result
  5. <Track "SAINt JHN - 5 Thousand Singles">
  6. >>> result.url
  7. 'https://open.spotify.com/track/0fFWxRZGKR7HDW2xBMOZgW'
  8. >>> result.download("SAINt JHN - 5 Thousand Singles.mp3")
  9. 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

  1. 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!

Credits

This package was created with Cookiecutter and the billsioros/cookiecutter-pypackage cookiecutter template.