-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crawl existing web history? #35
Comments
I've come up with a hackish way and a little technical way of doing this. Chrome/Opera stores the past 3 months worth of history, not more, which is annoying but that is what we have to work with. For me, that's still a helluva lot of urls so I had to come up with various ways of filtering it down to something more manageable. I don't really want to load every random website I visited in any case.. So here's what I did. These instructions are for Linux but I'm sure they would be similar on Mac too:
Hope that helps. I'll try to find a way to do better filtering of history but this is what I have so far! Cheers, |
hey @dldx @jarmitage We forked the Falcon tool a while back and integrated the import of the existing history and bookmarks. We have done it by importing it via the chrome.history/bookmarks api. We are more than happy to collaborate on this in the future! Best, |
This might be a can of worms but, at the least I'd be interested to know your [the author's] thoughts on if it's feasible/how one might approach scraping a user's web history and integrating that content into the search capabilities of this tool.
Thanks for making this plugin!
The text was updated successfully, but these errors were encountered: