/agile-tweetviz

Analysis and visualization of tweets

Primary LanguagePythonMIT LicenseMIT

agile-tweetviz

Tweet analysis and visualization tool implemented in Python using Tweepy. (Software Engineering Group Project)

Getting Started

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:

Main Page