Skip to content

Skill-Bits/realtime-twitter-analysis

Repository files navigation

Twitter realtime analysis Actions Status

image

Requirements

  • Python 3
  • Docker + docker-compose

Watch a youtube tutorial 📺

Youtube tutorial

Features

  • Tweepy for twitter fetching
  • X for sentiment analysis
  • rabbitmq for job queueing
  • influxDB for sentiment storage
  • grafana for visualization

Setup

create .env file inside 1.ingest folder and put there your twitter credentials

Improvements for the future

  • dockerize python scripts