Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 916 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 916 Bytes

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