Skip to content

Web project for collecting informations from social networks and visualize the overall sentiment

License

Notifications You must be signed in to change notification settings

lcouellan/crawlerSMCaen

Repository files navigation

crawlerSMCaen

First part of a Web project for collecting and parsing reactions from social networks (Facebook and Twitter). The analysis is focused on suporter feeling of the soccer team Stade Malherbe de Caen.

It's a group project involving Lénaïc Couellan and Pierre Labadille, students in M2-DNR2i from the University of Caen.

Installing

Clone the repository (localy or in python server)

git clone https://github.com/lcouellan/crawlerSMCaen.git
cd crawlerSMCaen

Rename the file "config_template.py" to "config.py" and fill it with your MongoDb id (locate in: /config/)

Run installDependencies.sh to install dependencies

chmod +x installDependencies.sh
sudo ./installDependencies.sh

Set up a CRONTAB to automate the parser and crawler

crontab -e
#[end of file add]:
#replace ~ by your path
#replace 3 to set the hour of the day you wish
0 3 * * * cd ~/crawlerSMCaen/module_parseNcrawl/ && python3 main.py

Important note

The second part of the project (search engine and feelings monitoring) is available: feelingAnalysisSMCaen.

Built with

License

This project is licensed under the GNU License - see the LICENCE file for details

About

Web project for collecting informations from social networks and visualize the overall sentiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published