Full pipeline to collect tweets, do a sentiment analysis and store the results in a SQL database
- Collect tweets filtered by user defined keywords using the twitter API
- Store tweets in a mongoDB database
- Do a sentiment analysis using https://github.com/cjhutto/vaderSentiment
- Store the clean results in a PostgreSQL database