/tvtimewrapper

Python Wrapper library for TVTime App (formerly TV Show Time)

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

TVTime Wrapper

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.

Installation

Use the package manager pip to install foobar.

pip install tvtimewrapper

Latest build from repository

pip install -U git+https://github.com/seanwlk/tvtimewrapper

Usage

from tvtimewrapper import TVTimeWrapper

tvtime = TVTimeWrapper("username","password")

DOCS

Documentation is available here: https://seanwlk.github.io/tvtimewrapper/

Contributing

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.

License

GNU GPLv2