Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 552 Bytes

FBJS Example

Prerequisites

You need to have NodeJS and npm installed on your local machine. Library is written on NodeJS v16.2.0 and npm v7.13.0. We recommend to use these versions or a greater one.

Usage

You need to install dependencies with

npm install

Once all dependencies all installed to run you can use following command.

FACEBOOK_USERNAME="<your_facebook_username>" FACEBOOK_PASSWORD="<your_facebook_password>" FACEBOOK_2FA_CODE="<facebook_2fa_code>" FACEBOOK_GROUP_ID="<ffacebook_group_id>" npm start