Skip to content

guiszk/pyepisodate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyepisodate

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

About

A python wrapper for the EpisoDate API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages