User:Tash/grad prototyping: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 9: Line 9:
* steganography?
* steganography?
* meme culture
* meme culture
=== Learning to use Scrapy ===
Scrapy is an application framework for crawling web sites and extracting structured data which can be used for a wide range of useful applications, like data mining, information processing or historical archival.
Even though Scrapy was originally designed for web scraping, it can also be used to extract data using APIs (such as Amazon Associates Web Services) or as a general purpose web crawler.
Documentation: https://docs.scrapy.org/en/latest/index.html

Revision as of 14:21, 30 September 2018

Prototyping Session 1 & 2

Every Redaction, by James Bridle

Possible topics to explore:


Learning to use Scrapy

Scrapy is an application framework for crawling web sites and extracting structured data which can be used for a wide range of useful applications, like data mining, information processing or historical archival. Even though Scrapy was originally designed for web scraping, it can also be used to extract data using APIs (such as Amazon Associates Web Services) or as a general purpose web crawler.

Documentation: https://docs.scrapy.org/en/latest/index.html