Skip to content

Tools for the analytics professional to scrape data from social media APIs like Facebook and Twitter

License

Notifications You must be signed in to change notification settings

olegdanilchenko/socialRinsight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialRinsight

socialRinsight is a tool for analytics professionals to quickly scrape social insights data as cleaned data frames for analysis in R. For example, you might want to:

  • Pull a report on multiple brands from Facebook Insights instead of manually pulling each brand
  • Set the script to automatically run for fixed-cadence reporting on your managed brands
  • Analyze your competitors' activity on social media

Examples:

Pull page level data from Facebook for March 2014:

fbPage("examplebrand", "2014-03-01", "2014-04-01", access_token)

Pull post level data for the first 2 weeks of March 2014:

fbPost("examplebrand", "2014-03-01", "2014-03-15", access_token)

Note:

Currently socialRinsight only supports Facebook with Twitter support coming soon

About

Tools for the analytics professional to scrape data from social media APIs like Facebook and Twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages