open-city / water

Projects for the water team
3 stars 2 forks source link

Fill up CSV with beach closings for 2013 and 2012 #1

Open sbeslow opened 9 years ago

sbeslow commented 9 years ago

Currently the file data/beachClosings.csv contains a list of beach closings and their dates for the year 2014. We should also added 2013 and 2012. Methodology was/is to manually add closings to the file found from Twitter by following @ChicagoParks and their hashtag #chiswimreport

sebhtml commented 9 years ago

@amfrandolph I think I need to be added in order to be able to assign myself to this.

amfrandolph commented 9 years ago

O.K. I'll work on that tonight.

Regards,

Alan Randolph

m: 708-698-1968

Date: Tue, 20 Jan 2015 10:11:56 -0800 From: notifications@github.com To: water@noreply.github.com CC: alan_randolph@hotmail.com Subject: Re: [water] Fill up CSV with beach closings for 2013 and 2012 (#1)

@amfrandolph I think I need to be added in order to be able to assign myself to this.

— Reply to this email directly or view it on GitHub.

                  =
sebhtml commented 9 years ago

To craft a query: http://stackoverflow.com/questions/10130522/twitter-search-query-both-by-user-and-hashtag

To authenticate with Twitter: https://dev.twitter.com/oauth/overview/authentication-by-api-family

Get OAUTH token: https://dev.twitter.com/oauth/overview/application-owner-access-tokens

Web view of the timeline: https://twitter.com/search?f=realtime&q=%23chiswimreport%20and%20from%3A%40ChicagoParks

Twitter search REST API: https://dev.twitter.com/rest/reference/get/search/tweets