Skip to main content

Simple package that wraps Apple Trailers

Project description

Apple Trailers Wrapper

GitHub PyPI - Python Version Libraries.io dependency status for GitHub repo

Simple python package that wraps Apple Trailers
PyPi: https://pypi.org/project/AppleTrailersWrapper/

Find the documentation at https://appletrailerswrapper.readthedocs.io/
more information will be added to the docs soon

Example

import AppleTrailersWrapper

results = AppleTrailersWrapper.Search("Allegiant") # Search for a title (see the search page of docs for format of JSON response)
title = AppleTrailersWrapper.Title(results["results"][0]) # Create instance of Title, passing a result dict

movie_title = title.get_movie_title()
print(movie_title)

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

AppleTrailersWrapper-1.0.3.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

AppleTrailersWrapper-1.0.3-py3-none-any.whl (10.6 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