Simple class that allows the usage of TVTime via script with APIs. Note that this is not an official library. TVTime uses https://thetvdb.com/ IDs for series and episodes.
Use the package manager pip to install foobar.
pip install tvtimewrapper
Latest build from repository
pip install -U git+https://github.com/seanwlk/tvtimewrapper
from tvtimewrapper import TVTimeWrapper
tvtime = TVTimeWrapper("username","password")
Documentation is available here: https://seanwlk.github.io/tvtimewrapper/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.