A simple Cinema21 API wrapper.
Project description
A simple wrapper for Cinema21 private API.
Installation
pip install cinema21
Examples
Initialize
>>> import cinema21 >>> cinema = cinema21.Cinema21()
Fetch available city
>>> cinema.cities() Cities(cities=[list of City object])
Fetch currently playing movie by city
>>> cinema.playing(10) # 10 is the id of Jakarta Movies(movies=[list of Movie object])
References
You can read the source code. The whole code is self explanatory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cinema21-1.0.1.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for cinema21-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9d8efb88828ad9a2dcab1d247223b6abd1f5865d0f8f756bb4fb6e3c2f83fee |
|
MD5 | e0294703141004456b1132d9ccb6836e |
|
BLAKE2b-256 | 0eb3a379a8b0a33f9dd5a24a74f7f48b2b48e4405254611e7dbd888ac3d2cbf4 |