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

From XPUB & Lens-Based wiki
Line 16: Line 16:


== Meeting 2 ==
== Meeting 2 ==
* Workshop / Tutorials
* Workshop (Topic/Tool to be determined based on brainstorm) / Tutorials


== Meeting 3 ==
== Meeting 3 ==

Revision as of 16:26, 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 Web Spider in Python, you can get pretty far with just urllib2 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 purposed like tradition libraries and the Internet archive (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