
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
fca-sagor-remake
Advanced tools
Note! This Is a sagor Remake Product (By Schmavery's Facebook-Chat-Api, The Author Is Not Responsible!), If There Is Any Error Please Try Using Another Product!
Facebook Already Has And For Users To Create Api For Chatbots 😪 At Dey => Here.
Note ! If You Want To Share This Api Please See The Document At Here.
If You Want To Use It, Download It By:
npm i fca-sagor-remake
or
npm install fca-sagor-remake
It Will Load Into node_modules (Your Lib) - Note Replit Won't Show Where to Find
If You Want To Use The Latest Version Or Update Then Go To Terminal Or Command Prompt Enter :
npm install fca-sagor-remake@latest
Or
npm i fca-sagor-remake@latest
Benefits For This You Will Not Spend Time Paying Acc And Have Acc Please Use With Demo Account => Facebook Whitehat Accounts.
const login = require("fca-sagor-remake"); // get from lib
// log in
login({email: "Gmail Account", password: "Your Facebook Password"}, (err, api) => {
if(err) return console.error(err); // error case
// create bots that automatically copy you:
api.listenMqtt((err, message) => {
api.sendMessage(message.body, message.threadID);
});
});
As a result, it will copy you as shown below:
If You Want Advanced Use Then Use The Bots Listed Above!
You Can Read Full Api At => here.
You Need To Go To Mirai.js File, Then Find The Line
var login = require('depending on bot');
/* Maybe :
var login = require('@maihuybao/fca-Unofficial');
var login = require('fca-sagor-get');
var login = require('fca-unofficial-force');
...
*/
And Replace It With:
var login = require('fca-sagor-remake')
Then Run As Normal!
If You Want To Research Or Create Your Own Bot Then Go Here To Read Its Function And How To Use It => [Link](https://github.com/Schmavery/facebook-chat-api#Unofficial %20Facebook%20Chat%20API)
To Save You Need 1 Apstate Type (Cookie, etc,..) To Save Or Use Login Code As Above To Login !
And This Mode Is Available In Some Bots In Vietnam So You Can Rest assured!
Instructions With Appstate
const fs = require("fs");
const login = require("fca-sagor-remake");
var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // info tk
login(credentials, (err, api) => {
if(err) return console.error(err);
// log in
fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState(), null,'\t')); //create appstate
});
Or Easier (Professional) You Can Use => c3c-fbstate To Get Fbstate And Rename It To Apstate Also ! (appstate.json)
FAQS => Link
FAQs
Facebook Chat Api Remake by Md Sagor Munshi
We found that fca-sagor-remake demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.