A Python 3 script for checking router firmware updates.
Requires Python >=3.2, with 3.5 or later preferred.
To get the latest stable version, install with pip:
$ pip install routerchecker
If you want the latest development version, clone from Git and install with setuptools:
$ git clone https://github.com/thurask/routerchecker.git $ cd routerchecker $ python setup.py install
This library requires the Requests and Beautiful Soup 4 libraries.
Copyright 2016 Thurask <[email protected]> This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.