Skip to content

AbeWinters/twitter-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Dashboard

A twitter dashboard to analyse twitter behaviour during and concerning the Batavierenrace.

Installation instruction

(Make sure you have Python3 installed) ###Windows###

  1. Run run.bat

###Others###

  1. Open a terminal and run: py neca.py -s template.py
  2. Open a webbrowser and go to: localhost:8080

File definitions

  • 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

Used Libraries

  • Bootstrap
  • ECA
  • jQuery
  • JustGage
  • Google Maps api
  • Raphael

Packages

No packages published

Languages

  • JavaScript 63.6%
  • HTML 26.4%
  • Python 7.9%
  • CSS 2.0%
  • Shell 0.1%
  • Makefile 0.0%