Sniff, Scrape, Crawl (Prototyping): Difference between revisions

From XPUB & Lens-Based wiki
Line 29: Line 29:
* https://github.com/fallgesetz/Google-Art-Project-Scraper
* https://github.com/fallgesetz/Google-Art-Project-Scraper
* [http://scraperwiki.com/ ScraperWiki] [http://onlinejournalismblog.com/2010/07/07/an-introduction-to-data-scraping-with-scraperwiki/ discussed in relation to journalism]
* [http://scraperwiki.com/ ScraperWiki] [http://onlinejournalismblog.com/2010/07/07/an-introduction-to-data-scraping-with-scraperwiki/ discussed in relation to journalism]
* http://en.citizendium.org/wiki/Welcome_to_Citizendium & Larry Sanger
* http://www.goodiff.org/
* http://www.goodiff.org/
* http://fffff.at/google-alarm/
* http://fffff.at/google-alarm/

Revision as of 16:11, 19 May 2014

In 2011, Sniff, Scrape, Crawl was a thematic project led by Aymeric Mansoux, Renee Turner, and Michael Murtaugh.

This prototyping module covers some of the core themes and tools around the practice of "scraping", with the goal to better familiarize yourself with the possibilities of this technique and to develop strategic uses of the tools for your specific research/projects. This module follows on the ideas developed in Roll your own google.

Meeting 1

Morning: Scraping Tools (11:00)

Scraping tools and recipes exist at a variety of scales:

  • small: Simple scraping with wget, Simple Web Spider in Python, you can get pretty far with just some standard python code and some loops...
  • medium: Scrapy, python "framework" inspired by web frameworks like Django specifically for scraping
  • large: Heritrix, full-fledged tools used for institutional scraping; used by tradition libraries among others, and provided by (and used extensively for) the Internet Archive (aka archive.org).

We'll use the hot seat to get our collective feet wet with some simple scraping tools, focussing on the small to medium scale.

Afternoon: Meeting to discuss / develop / brainstorm project ideas

Meet as a group to discuss/brainstorm ideas for individual research / projects.

Meeting 2

  • Workshop (Topic/Tool to be determined based on brainstorm) / Tutorials

Meeting 3

"Proof of concept" presentations

Some Examples

Links