Skip to content

anoushadt/soccer-tweet-analysis

 
 

Repository files navigation

Party Parrots

Build Status

Project Structure

  • A Django app. This serves as the frontend for the main application

Requirements

  • Have node.js installed
  • Recommended to use a virtualenv

Building the project

  • Install the python requirements. pip install -r requirements.txt
  • Run python setup.py develop
  • Install the frontend requirements. npm install
  • Install the frontend components. bower install
  • Build the frontend components. node_modules/grunt/bin/grunt build_bower

Running the project

  • Run ./manage.py runserver

About

Ingestion pipeline to analyze soccer tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 35.0%
  • Jupyter Notebook 31.8%
  • JavaScript 19.4%
  • HTML 10.2%
  • CSS 1.8%
  • Shell 1.8%