yutipy is a Python package to interact and retrieving music information from various music platforms (see list of available muisc platforms). This documentation will help you get started with yutipy and provide detailed information about its features and usage.
Looking for an easy-to-use API or GUI to search for music, instead of using the CLI or building your own integration? Check out yutify — it’s powered by yutipy!
Features¶
Simple & Easy integration with popular music APIs.
Search for music by artist and song title across multiple platforms.
Authorize and access user resources easily.
Get Started¶
- Installation
- Available Music Platforms
- Usage Examples
- API Reference
- Command-Line Interface
- FAQ
- Why use
yutipywhen there are better libraries for individual music platforms? - Why is it necessary to use the
close_session()method? What happens if we don’t call it? - Why am I receiving a
SpotifyExceptionwhen trying to use theSpotifyclass? - Why am I receiving a
KKBoxExceptionwhen trying to use theKKBoxclass? - How do I use the CLI tool to search for music?
- How do I set up API keys for the library?
- Why use