Socket
Socket
Sign inDemoInstall

msger-api

Package Overview
Dependencies
196
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    msger-api

An unofficial messenger api built on top of facebook-chat-api.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Msger API

Hi! Welcome to an unofficial messenger API built on top of facebook-chat-api.

Table of Contents

  • Technologies
  • Quick Example
  • Functions inside of the API

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

FAQs

Last updated on 03 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc