Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 665 Bytes

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