Skip to content

hrigner/twitter-sentiment-analysis

Repository files navigation

twitter-sentiment-analysis

A two-day-hackathon result.

Search for tweets, analyze with AYLIEN and show the result.

Get up and running

  1. Get the Qlik Associative Engine up and running. Note that you must accept the Qlik Core EULA by setting the ACCEPT_EULA environment variable.
ACCEPT_EULA=yes docker-compose up -d
  1. Install dependencies
npm install
  1. Fetch Twitter API keys and access tokens and AYLIEN Application ID and Application Key and add those in server.js
  2. Start the server and the ui.
npm run server
npm run sentiment-ui
  1. Go to http://localhost:8080

About

A two-day-hackathon result

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published