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
- Host: GitHub
- URL: https://github.com/albert-zhong/seattle-freeze
- Owner: albert-zhong
- Created: 2019-02-14T03:35:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T23:37:48.000Z (about 7 years ago)
- Last Synced: 2024-01-26T18:34:26.183Z (over 2 years ago)
- Topics: data-science, geographic-data, machine-learning, natural-language-processing, nlp, python, sentiment-analysis, statistical-analysis, textblob
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```