An open API service indexing awesome lists of open source software.

https://github.com/albert-zhong/seattle-freeze

Streams public tweets and conducts sentiment analysis based on geographic location
https://github.com/albert-zhong/seattle-freeze

data-science geographic-data machine-learning natural-language-processing nlp python sentiment-analysis statistical-analysis textblob

Last synced: 5 months ago
JSON representation

Streams public tweets and conducts sentiment analysis based on geographic location

Awesome Lists containing this project

README

          

# seattle-freeze
Analyzes public tweets by geographic location to see if Seattlelites are really as introverted as people say

Instructions
============
Make sure to create a codes.py file in the seattle-freeze/ directory. This will contain your Twitter API authentification tokens and keys.

seattle-freeze/seattle-freeze/codes.py
```python
consumer_key = "blahblahblahblahblahblahb"
consumer_secret = "blahblahblahblahblahblahblahblahblahblahblahblahbl"
access_token = "blahblahblahblahblah-blahblahblahblahblah"
access_secret = "blahblahblahblahblahblahblahblahblahblbhlalb"
```