bananajoe182 / tweet-collector

Full pipeline to collect tweets, do a sentiment analysis and store the results in a SQL database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweet-collector

Full pipeline to collect tweets, do a sentiment analysis and store the results in a SQL database

tweet-collector

This Docker Pipeline combines multiple tasks:
  1. Collect tweets filtered by user defined keywords using the twitter API
  2. Store tweets in a mongoDB database
  3. Do a sentiment analysis using https://github.com/cjhutto/vaderSentiment
  4. Store the clean results in a PostgreSQL database

Requirements:

About

Full pipeline to collect tweets, do a sentiment analysis and store the results in a SQL database

License:MIT License


Languages

Language:Python 91.3%Language:Dockerfile 8.7%