Difference between revisions of "Data Scraping"

From Publication Station
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
How to read table data in processing: [[https://processing.org/reference/loadTable_.html]]
How to read table data in processing: https://processing.org/reference/loadTable_.html


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/


[[Media:Tabel_uitlezen.zip]]
Twitter4j: a library for using twitter in Processing http://twitter4j.org/en/index.html


[[Media:Twitterfeed.zip]]
Kimono: a simple way to scrape data https://www.kimonolabs.com/
 
 
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]]

Latest revision as of 13:30, 11 March 2015

How to read table data in processing: https://processing.org/reference/loadTable_.html

How to use twitter in processing: http://codasign.com/tutorials/processing-and-twitter/

Twitter4j: a library for using twitter in Processing http://twitter4j.org/en/index.html

Kimono: a simple way to scrape data https://www.kimonolabs.com/


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