Tweet analysis and visualization tool implemented in Python using Tweepy. (Software Engineering Group Project)
First, create a virtual environment for this project in the current directory and activate it.
$ virtualenv tweetviz
$ source tweetviz/bin/activate
Before running the server, install the requirements.
$ pip install -r requirement.txt
Finally, you can run the server.
$ python TweetViz/runserver.py
In localhost, you can see the main page: