episoder
Episoder is a command-line tool that tells you about new episodes of your favourite TV shows. It gets its data from online TV episode guides such as epguides.com and TheTVDB.
There is also a web-based version of episoder, called webisoder which can be used for free at webisoder.net.
Dependencies
In order to use episoder, you will need to have Python installed on your system. In addition to the default distribution, the requests, sqlalchemy, beautifulsoup4 and argparse modules are required.
Downloading
The official website, bug tracker etc. for episoder can be found at code.ott.net/episoder.
Installation
You can install episoder through PyPI:
pip install episoder
Or you can download the release tarball, extract it and run:
setup.py install