Msger API
Hi! Welcome to an unofficial messenger API built on top of facebook-chat-api
.
Table of Contents
Technologies
This project is created with:
- facebook-chat-api: ^1.8.0
- NodeJS: v14.15.2
Quick Example
const msgerApi = require("msger-api");
const api = new msgerApi("./appstate.json", "./contacts.json", {receiveInput: true});
api.makeMyContactList();
api.selectPersonToTalkWith();
api.makeChat();
Functions
- api.makeMyContactList
- api.selectPersonToTalkWith
- api.checkIfIAlreadyHaveContacts
- api.makeChat
^ more documentation soon