repozdigger / Social_Media_Scraper

Scrapes Instagram, Facebook, and Twitter of a person's name, and computes their social influence score.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Media Scraper

Scrapes Instagram, Facebook, and Twitter of a person's name, and computes their social influence score.

Algorithm:

Social Score = (twitter followers + facebook page likes + instagram followers) / (combined users on facebook, twitter, and instagram)

Usage:

python socialScore.py "name of person to compute score"

This will return a positive score value.

About

Scrapes Instagram, Facebook, and Twitter of a person's name, and computes their social influence score.

License:MIT License


Languages

Language:Python 100.0%