Skip to content

Very simple Node.js app to aggregate the count of social media followers.

Notifications You must be signed in to change notification settings

hackerstolz/community-count-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

community-count-aggregator

Very simple Node.js app to aggregate the count of social media followers.

Prerequisites

Due to a better and better protection of Facebook and Twitter site grabbing, we decided to use a Facebook and Twitter app for grabbing data. Since committing the real credentials would be a bad idea, the repository does not run out-of-box anymore. You'll need to add a file credentials.json in the root of this repository with the following content:

{
  "facebook": {
    "clientId": "Your Client Id",
    "clientSecret": "Your Client Secret"
  },
  "twitter": {
    "consumerKey": "Your Consumer Key",
    "consumerSecret": "Your Consumer Secret"
  }
}

After that, the Community Count Aggregator is ready for work!

Usage

Execute npm start to get all social media followers for Hackerstolz.

About

Very simple Node.js app to aggregate the count of social media followers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published