Skip to main content

Unofficial python Api wrapper for Popcorntime-Api

Project description

Popcorntime Api

Library to use the api of popcorntime in python

Getting started

Install the library from git with pip install popcornTimeApi

from popcorntimeapi.Popcorn import PopcornTimeApi

popcorn = PopcornTimeApi()

random_movie = popcorn.get_random()

print(random_movie.title)

How to update package

(Python3 just to be sure)

  1. Update package version number in setup.py
  2. python3.7 setup.py sdist
  3. python3.7 -m twine upload dist/*

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

popcornTimeApi-0.0.3.1.tar.gz (2.3 kB view hashes)

Uploaded Source

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