Skip to content

seanwlk/tvtimewrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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