Skip to content

Screen scraper for pulling information from the status pages of an Arris cable modem

License

Notifications You must be signed in to change notification settings

wolrah/arris_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arris Cable Modem Scraper

Python scripts relating to scraping data from the web interface of an Arris CM820 cable modem and likely many similar models.

The scraper library contained in "arris_scraper.py" depends on Requests and BeautifulSoup to do its thing.

The CLI client "arris_cli" currently supports JSON and Python "pprint" style output. An ASCII table output format similar to MySQL's CLI is planned.

To use the test pages you currently need to make whichever one you'd like to use appear as "status_cgi" or whatever is appropriate for the page being tested. The base can be whatever you want, but the end is currently hardcoded. Taking suggestions on a better way to do that.

About

Screen scraper for pulling information from the status pages of an Arris cable modem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages