Tweet Live Sentiment Analytics

Getting started

  • Install docker and docker-compose.
  • Get twitter credentials from here by creating new application.
  • Copy the credentials to your environment variable (Use the template below).
export TWITTER_CONSUMER_KEY=
export TWITTER_CONSUMER_SECRET=
export TWITTER_ACCESS_TOKEN_KEY=
export TWITTER_ACCESS_TOKEN_SECRET=
  • In case you use .bashrc, source it by source ~/.bashrc.
  • run docker-compose up