Difference between revisions of "Data Scraping"

From Publication Station
Line 2: Line 2:


How to use twitter in processing: [[http://codasign.com/tutorials/processing-and-twitter/]]
How to use twitter in processing: [[http://codasign.com/tutorials/processing-and-twitter/]]
Twitter library for Processing: [[http://twitter4j.org/en/index.html]]


A simple way to scrape data: [[https://www.kimonolabs.com/]]
A simple way to scrape data: [[https://www.kimonolabs.com/]]

Revision as of 07:11, 6 March 2015

How to read table data in processing: [[1]]

How to use twitter in processing: [[2]]

Twitter library for Processing: [[3]]

A simple way to scrape data: [[4]]


Example: reading a table in Processing: Media:Tabel_uitlezen.zip

Example: searching for tweets in Processing: Media:Twittersimple.zip

Example: Connecting the two: Media:Twitterfeed.zip