fbjs-cli
v0.3.0
Published
A CLI tool to automate Facebook interactions
Downloads
6
Readme
fbjs-cli
A CLI tool for fbjs
Usage
$ npm install -g fbjs-cli
$ fb COMMAND
running command...
$ fb (-v|--version|version)
fbjs-cli/0.1.0-beta darwin-x64 node-v16.2.0
$ fb --help [COMMAND]
USAGE
$ fb COMMAND
...
Commands
fb config
describe the command here
USAGE
$ fb config
OPTIONS
-h, --help show CLI help
See code: src/commands/config.ts
fb groups:get
describe the command here
USAGE
$ fb groups:get
See code: src/commands/groups/get.ts
fb groups:get:posts
describe the command here
USAGE
$ fb groups:get:posts
OPTIONS
-c, --concurrent=concurrent [default: 1] Number of concurrent jobs
-h, --help show CLI help
-i, --ids=ids (required) Comma separated Facebook group ids
-o, --output=output [default: /Users/kaanyagci/Documents/makepad/fbjs-cli] The output path to save output
posts
--cookiePath=cookiePath The JSON file path for cookies to use. This will skip the authentication process
--debug Indicates the development environment
--format=(json|csv|tsv) [default: json] The format of parsed files
--headfull Indicates the not headless mode
--public Indicates the public visibility to skip authentication process
See code: src/commands/groups/get/posts.ts
fb help [COMMAND]
display help for fb
USAGE
$ fb help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help