jtbates / arkhumanity

Manages tweets indicating risk of suicide for outreach purposes

Home Page:http://twitter.com/arkhumanity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodBorne

A simple web application that allows the Chicago Department of Public Health to monitor Chicago food-borne-illness-releated tweets, and respond in such a way that facilitates the submission of a 311 report.

Setup

Development

FoodBorne uses several services, including Chicago's Open 311, Twitter, and a hosted MongoDB service which classifies tweets as food-borne-illness related. To setup a development environment, you will need to obtain api keys for Open 311 and Twitter, as well as MongoDB credentials from the Smart Chicago Collaborative.

Once you have obtained the necessary keys and credentials, copy the contents of config/settings.yml.example into a new file named config/settings.yml, and fill in the necessary information.

Production

The live site is hosted on Heroku, and can be found at https://www.foodbornechicago.org/. All api keys are set and retrieved using Heroku's config variables.

Fetching Tweets

There are two, namespaced rake tasks for fetching tweets:

Twitter

Pulls from a dummy @foodpoisonuser Twitter account.

rake fetch:twitter

Classifier

Pulls from the MongoDB classifier. As mentioned above, you will need credentials provided by the Smart Chicago Collaborative.

rake fetch:classifier

About

Manages tweets indicating risk of suicide for outreach purposes

http://twitter.com/arkhumanity


Languages

Language:Ruby 82.0%Language:CSS 10.6%Language:JavaScript 7.4%