Setup
yarn install // npm run install
cp .env.example .env
add access token in .env ACCESS_TOKEN=EAAAAZAw4FxQIBACUixxxxxxxxxxxxx
Get feeds of Page
npx babel-node getFeeds.js // output: output/feeds.json
Get comments
npx babel-node getComments.js // output: output/comments.json