Skip to main content

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.4.tar.gz (2.5 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