anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Add command for getting tv show info #84

Closed anlutro closed 7 years ago

anlutro commented 7 years ago

Most interesting: When is next episode?

anlutro commented 7 years ago

http://api.tvmaze.com/singlesearch/shows?q=game+of+thrones

Contains a link to "nextepisode":

http://api.tvmaze.com/episodes/937256

Which has a timestamp with timezone for when the next episode is.

anlutro commented 7 years ago

Nevermind, just use http://api.tvmaze.com/singlesearch/shows?q=game+of+thrones&embed=nextepisode which has all the info in 1 query

FredG71 commented 7 years ago

Thinking