Skip to content

This project will allow to carry out an analysis of people mood based on their social network activity

Notifications You must be signed in to change notification settings

MarinaMeyta/social_network_analisys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social_network_analisys

This project will allow to carry out an analysis of people mood based on their social network activity

Little Guide to run project locally

  1. 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/

  1. Activating virtual environment:

$ source djenv/bin/activate

To deactivate venv, just type:

$ deactivate

  1. Installing Django:

$ sudo apt-get install python-pip

$ pip install django==1.8

  1. Installing tweepy:

$ pip install tweepy

  1. Running local server

$ python manage.py runserver

About

This project will allow to carry out an analysis of people mood based on their social network activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published