1.1.0 • Published 3 years ago

msger-api v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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}); //initializing.
api.makeMyContactList(); // asks you to select your contacts who you want to talk with
api.selectPersonToTalkWith(); //ask you to select the person you want to talk with atm
api.makeChat(); //creates a chat for you

Functions

  • api.makeMyContactList
  • api.selectPersonToTalkWith
  • api.checkIfIAlreadyHaveContacts
  • api.makeChat

^ more documentation soon

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago