A python wrapper for the EpisoDate API
Project description
A python wrapper for the EpisoDate API
Install
pip install pyepisodate
Usage
Create an object
from pyepisodate import pyepisodate
episodate = pyepisodate()
Methods
episodate.popular() #returns an array of 20 most popular shows
episodate.search('toh') # returns an array of shows
show = episodate.show('the-owl-house') # creates a show object
Display show info
show.name # The Owl House
show.description # The Owl House follows Luz...
show.start_date # 2020-01-10
show.country # US
show.status # Running
show.runtime # 30
show.network # Disney Channel
show.genres # ['Comedy', 'Children', 'Fantasy']
show.rating # 9.9032
show.countdown # dict with next episode
show.episodes # list with all episodes
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
pyepisodate-0.0.5.tar.gz
(2.5 kB
view details)
File details
Details for the file pyepisodate-0.0.5.tar.gz.
File metadata
- Download URL: pyepisodate-0.0.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5320d31388d02884f76020ac7a1abd637c0d6d8d111f4acc768b0a677ac62edf
|
|
| MD5 |
2accd21370a4af9c0c13e24e6a298b68
|
|
| BLAKE2b-256 |
9e2b627cdc7b980ec99c052d080deb1b2fdb2d8043fd6c91e85bf8b97dc25c4e
|