rufuspollock / ideas

Ideas for (tech) stuff to research, build or work on.
https://rufuspollock.com/
50 stars 4 forks source link

Chrome App / Extension for Working with Data incl Scraping #46

Open rufuspollock opened 11 years ago

rufuspollock commented 11 years ago

An extension combining:

Creating a sidebar pane in an extension

http://stackoverflow.com/questions/10100540/chrome-extension-inject-sidebar-into-page

Selector gadget: https://github.com/iterationlabs/selectorgadget/

http://docs.jquery.com/API/1.1.2/DOM/Traversing/Selectors#XPath_Selectors

Existing work

mattfullerton commented 10 years ago

This might be useful: http://medialab.github.io/artoo/ (artoo - The client-side scraping companion)

On the page there's a nice explanation of why they think this is a necessary/useful tool compared to normal scraping techniques.