Skip to main content

A small iTunes API wrapper (made for test task)

Project description

itunesmusicsearch PyPI version

itunesmusicsearch is made to fetch necessary information about the track using iTunes Store API. itunesmusicsearch is made for Python 3.X.

Installing

You can install it from pip:

pip install itunesmusicsearch

Or you can simply clone this project anywhere in your computer:

git clone https://github.com/fonrimss/itunesmusicsearch.git

And then enter the cloned repo and execute:

python setup.py install

Dependencies

itunesmusicsearch requires Requests installed.

Examples and information

Search for a track:

import itunesmusicsearch

track = itunesmusicsearch.search_track('Iter Impius')  # Returns a list
print(track[0].artist_name + ': ' + track[0].track_name + ' | Length: ' + str(track[0].get_track_time_minutes())) # Get info from the first result

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

itunesmusicsearch-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

itunesmusicsearch-0.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

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