UNPKG

facebook-group-posts-scraper

Version:
12 lines (11 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const yacl_1 = require("yacl"); const getFbGroupPostsCommand = new yacl_1.Command({ name: 'posts', description: 'Get group posts from Facebook', run: () => { console.log('Get group posts from Facebook'); }, }); exports.default = getFbGroupPostsCommand;