A twitter dashboard to analyse twitter behaviour during and concerning the Batavierenrace.
(Make sure you have Python3 installed) ###Windows###
- Run run.bat
###Others###
- Open a terminal and run:
py neca.py -s template.py
- Open a webbrowser and go to: localhost:8080
- template.py : Handles the tweets, takes out the relevant data and send it as events to the browser
- batatweets.txt : Batavierenrace 2013 dataset
- template_static/index.html : Static html file which defines the layout of the dashboard
- template_static/css/style.css : General stylesheet
- template_static/lib/map.js : Defines our own custom map block
- template_static/lib/gauge.js : Defines our own custom gauge block
- template_static/style/wordcloud.css* : Defines the css for the wordcloud.css
- template_static/jquery/flot.js : Initializes all the blocks
- Bootstrap
- ECA
- jQuery
- JustGage
- Google Maps api
- Raphael