This small project compares tweets of 2 twitter users in given time span. Shows comparison by plotting graph in ExtJS
Used python-flask, ExtJS, JQuery.
SETUP:
Starting the server:
- Install Python 2.7 or higher
- Install Python-Flask by running: sudo apt-get install python-flask
- Navigate to root folder of application
- Run command: python run.py
- Note URL prompted at terminal
Using the application:
Use any standard browser and hit to URL noted at previous step.
NOTE: Created and tested on Ubuntu 12.04