SchedulesDirect / JSON-Service

Code related to download, slice-and-dice and generation of JSON into database.
36 stars 5 forks source link

Schedules Direct JSON and XMLTV Python API #80

Open essandess opened 5 years ago

essandess commented 5 years ago

I wrote a Python API that makes Schedules Direct JSON API calls and wraps the results in an XMLTV EPG file: https://github.com/essandess/sd-py

You all are welcome to use this. I have it working and tested with EyeTV.

I use the the lxml library to make this code relatively fast and efficient.