I’ve just started looking into this, I want to scrape my Netgear Router (http://192.168.0.1/setup.cgi?next_file=stattbl.htm) stats into a csv file.
I run Win & Linux, but mainly know C++, any links/solutions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i know and wrote c++, but for screen scraping i’d rather use some scripting language like python with some handy libraries, e.g. http://www.crummy.com/software/BeautifulSoup/
especially on linux, python should be installed already (or at least easily installable via package managers).