Simple python parser to scrape the ARRIS TM822G DOCSIS 3.0 Modem internal web server
To execute the script run the following:
Setup
virtualenv ENV source ENV/bin/activate pip install -r requirements.txt
Execute
python htmlparse.py
Simple python parser to scrape the ARRIS TM822G DOCSIS 3.0 Modem internal web server
PythonApache-2.0