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)
- Update package version number in
setup.py python3.7 setup.py sdistpython3.7 -m twine upload dist/*
Release files for popcornTimeApi 0.0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| popcornTimeApi-0.0.3.1.tar.gz | 2.3 kB | Details |
Release files / popcornTimeApi-0.0.3.1.tar.gz
| Download URL | popcornTimeApi-0.0.3.1.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6649eb31d969b35b458272fdf0401fed40a55f4b00baf8fac58a01875d0051fb
|
|
BLAKE2b-256 checksum How to use checksums |
a75bd4841042073300ec15280393f49b481a471de187fa1308d1ffeff257dfa4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.19.1 CPython/3.7.5rc1
|