waffledunker / tweet_streamer

analysing tweets with textblob in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweet_streamer

analysing tweets with kibana in realtime with;

  • logstash(using twiter input)
  • elasticsearch as database
  • flask rest api to analyse tweet sentiments
    • textblob and nltk

##USAGE

  1. pip3 install -r requirements.txt
  2. python3 -m textblob.download_corpora
  3. python3 enrich.py
  4. add twitter logstash config to your pipeline
  5. start logstash service(pre-installed) alt text alt text alt text

That is it.

About

analysing tweets with textblob in realtime


Languages

Language:Python 100.0%