This project will allow to carry out an analysis of people mood based on their social network activity
- Cloning Git-repository:
$ sudo apt-get install git
$ mkdir dir_name
$ cd dir_name
$ git init
$ git clone https://github.com/MarinaMeyta/social_network_analisys.git
$ cd social_network_analisys/
- Activating virtual environment:
$ source djenv/bin/activate
To deactivate venv, just type:
$ deactivate
- Installing Django:
$ sudo apt-get install python-pip
$ pip install django==1.8
- Installing tweepy:
$ pip install tweepy
- Running local server
$ python manage.py runserver