Skip to content

eob/ssql

 
 

Repository files navigation

SELECT brand(tweet), sentiment(tweet) FROM twitter AS tweet;

LICENSE
-------

REQUIREMENTS
------------
tweepy---Twitter API
pyparsing---For the SSQL parsing
sqlalchemy---For putting results into a relational database
ordereddict---For creating an LRU cache of keys (geoloc cache)
geopy---For
nltk---For sentiment analysis


select text, from twitter where text contains "hi"

SELECT text, created_at, location, tweetLatLng("lat") as latitude, tweetLatLng("lng") as longitude FROM Twitter; 

Twitter_Sample is the fire sample
Twitter is what filters are issued against


Just pull down "location" and do the tweet latlng thing later

About

SELECT brand(tweet), sentiment(tweet) FROM twitter AS tweet;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%