npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fca-mtx-project

v1.1.2

Published

[![Socket Badge](https://socket.dev/api/badge/npm/package/fca-horizon-remastered)](https://socket.dev/npm/package/fca-horizon-remastered)

Downloads

32

Readme

Socket Badge

Important !

This package require NodeJS 14.17.0 to work properly.

Notification !

  • We will have Example Video on Channel "MTX PROJECT"

Original Project(Deprecated): https://github.com/Schmavery/facebook-chat-api

Wishing you a good day!, thank you for using HZI products, best regards

MTXPROJECT (15/04/2023) VAlid Until

Support For :

  • Support English, VietNamese !,
  • All bot if using listenMqtt first.

Create Api for ChatBot Messenger

Facebook Already Has And Allows Users To Create Api For Chatbots 😪 Click => Here.

This Api Can Make You Payy Acc Like You Never Had Acc, Please Pay Attention =))

Note ! If You Want To Use This Api Please See The Document At Here.

Download

If You Want To Use It, Please Download It By:

npm i fca-mtx-project

or

npm install fca-mtx-project

It Will Download To node_modules (Your Lib) - Note Replit Will Not Be Found Anywhere 😪

Download Latest Version Or Update

If You Want To Use The Latest Or Updated Version Then Go To Terminal Or Command Promt Enter :

npm install fca-mtx-project@latest

Hoặc

npm i fca-mtx-project@latest

If You Want To Test Api

The benefit of this is that you will not waste time paying and having an account 😪 Please Use With Demo Account => Facebook Whitehat Accounts.

Using

const login = require("fca-mtx-project"); // taken from lib 

// đăng nhập
login({email: "Gmail Account", password: "Your Facebook Password"}, (err, api) => {

    if(err) return console.error(err); // error case

    // Create a bot that automatically imitates you:
    api.listenMqtt((err, message) => {
        api.sendMessage(message.body, message.threadID);
    });

});

As a result, it will imitate you as shown below:

If You Want Advanced Use Then Use The Bot Types Listed Above !

LIST

You Can Read Full Api At => here.

Settings For Mirai:

You Need To Go To File Mirai.js, Then Find Line

    var login = require('test bot'); 
    /* Maybe :
        var login = require('@maihuybao/fca-mtx-project');
        var login = require('fca-xuyen-get');
        var login = require('fca-mtx-project-force');
    ...   
    */

And Replace It With:

    var login = require('fca-mtx-project')

After that, run normally !

Self-study

If You Want To Research Or Create Your Own Bot, Go To This To Read Its Functions And How To Use It => Link


Save Login Information.

To Save, You Need 1 Apstate Type (Cookie, etc,..) To Save Or Use Login Code As Above To Log In !

And this mode is already available in some Vietnamese bots, so you can rest assured !

Instructions With Appstate

const fs = require("fs");
const login = require("fca-mtx-project");

var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // account information

login(credentials, (err, api) => {
    if(err) return console.error(err);
    // log in
    fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState(), null,'\t')); //GET appstate
});

Or Easier (Professional) You Can Use => c3c-fbstate To Get Fbstate And Rename It Back To Apstate! (appstate.json)


FAQS

FAQS => Link