What's new

Export Web History

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Weggy

Regular Contributor
Hey,

Is there an easy method of exporting web history. Ideally into a CSV format?

Many Thanks
 
Check this out: https://github.com/MartineauUK/WebHistory-Report

Download the script (in an SSH session) to '/jffs/scripts':
Code:
curl --retry 3 "https://raw.githubusercontent.com/MartineauUK/WebHistory-Report/master/WebHistory_Report.sh" -o "/jffs/scripts/WebHistory_Report.sh" && chmod 755 "/jffs/scripts/WebHistory_Report.sh"
Then run
Code:
/jffs/scripts/WebHistory_Report.sh nofilter report=WebReport.csv nodisplay
NOTE: the resulting .csv can be quite large for /jffs (>1MB) depending on the size of your web history database. If you have a USB drive attached to the router redirect the output to it.
 
I did read it like that, but then I thought... No surely they can't be saying that's a feature. They might as well say, you can program your own ideas to haha :)
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top