Skip to content

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

License

Notifications You must be signed in to change notification settings

BenMiller3/Social_Media_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages