This is a project consisting on the extraction of tweets from users on Twitter where, applying a normalized metric, will result on the detection of possible influencers and people on social media that could help brands sell and promote their products
This is a high abstraction level representation of the architecture implemented:
api
: contains the PHP files for frontend and backend functionality following Model View Controller pattern.doc
: contains adittional files and content for web development (images, css, js, ...).web
: documentation built with Sphinx that details the structure of the code (classes, methods, functions, ...) in the main_analysis folder
Main appliance and tools to install:
sudo apt update
sudo apt install python3 python3-pip nodejs libpq-dev -y
Python API can be launched with the launch script in /influencer-detection/src/api:
sudo bash launch.bash
Node server instance will be launch in /web:
sudo npm start
Luis Blázquez Miñambres |
Alvaro Martín Lopez |