Skip to content

waffledunker/tweet_streamer

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages