Socket
Socket
Sign inDemoInstall

jake-horizon

Package Overview
Dependencies
272
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jake-horizon

Chalk Animation For Bot


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Socket Badge Awesome CodeCov ForTheBadge uses-js ForTheBadge built-with-love JavaScript JavaScript Badge Pastebin Badge

Docs

Code of Conduct


ATTENTION ⚠️

Before you report this fca, please just note that there are projects depending on this fca and that you are not helping in making the world a better place by reporting someone's recreation of your project

You are only killing the ecosystem of bot creators who want to create bots because you only want to center them to your attention/products, no i didn't intend harm i just wanna keep yours and the fca legacy running

Fca-Unofficial and Horizon should be open-source because you guys keep on reporting fca's just for ppl to come to you it's not cool 😔 you should just be open-minded and report only fca's with REAL Malicious Code Embedded instead of destroying your own community of maintainers 😔

But alas i can't do anything about this if you guys really want to centralize ppl to your fca, no ill intention was intended.. Just wanted to let you guys know. Bye ❣️

Jake-Horizon FCA

Jake-Horizon

Thanks for using this fca! Hope you enjoy it, I'll add more languages soon...

Last Update Final Fix

Follow Me On Facebook 🌍

Facebook Badge Messenger Badge Jake Dev

Follow My Github GitHub

Here ➡️ GitHub

Support My Work

Donate To Me Via Replit Cycles

NPM Status

NPM Version NPM Minimum node.js version Npm package dependents

Downloads

Npm package daily downloads Npm package monthly downloads

Total Downloads

Npm package total downloads

Important !

This package require NodeJS ^14.17.0 to work properly.

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

Have a nice day!, thanks for using HZI Products, dear

KANZUWILLYWONKA(15/04/2023)

Support For :

  • Support English, VietNamese And Now Tagalog Language! More coming soon.
  • All bot if using listenMqtt first.

ChatBot Messenger API

Facebook Already Has And For Users To Create Api For Chatbots At => Facebook Developers.

This Api Can Make You Play With Acc Like You Never Have, Please Pay Attention =)

Note ! If You Want To Read This Api See Documentation At Đây Nè.

Installation

In your teminal/shell type:

npm i jake-horizon@latest

or

npm install jake-horizon@latest

It Will Load Into node_modules (Your Library) - Note Replit Won't Show Where to Find

Download Latest Version Or Update

If You Want To Use The Latest Version Or Update Then Go To Terminal Or Command Prompt Enter the Following:

npm install jake-horizon@latest

or

npm i jake-horizon@latest

API Testing

Benefits For This You Will Not Spend Time Paying For an Acc And Have Acc Use it with a Demo Account for safety => Facebook Whitehat Accounts.

How To Use

var login = require("jake-horizon"); 
// lấy từ lib ra 

// đăng nhập
login({ email: "Gmail Account", password: "Your Facebook Password" }, (err, api) => {
    if(err) return console.error(err); 
    // Return if ERROR
    // Start Listening/Recieving Incoming Messages:
    api.listenMqtt((err, message) => {
        api.sendMessage(message.body, message.threadID);
    });

});

As a result, it will tell you like the picture below: screen shot 2016-11-04 at 14 36 00

If You Want Advanced Use Then Use The Bots Listed Above!

List

You Can Read Full Api Docs At => here.

Mirai.js Settings:

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

    var login = require('bot fca here'); 
    /* Có thể là :
        var login = require('@maihuybao/fca-Unofficial');
        var login = require('fca-xuyen-get');
        var login = require('fca-unofficial-force');
    ...   
    */

And Replace It With:

    var login = require('jake-horizon');

Then Just Run As Normal!

Bot Creation/Remake

I can help you learn about bot creation and stuff if you are interested.

Active 24/7 Facebook:
Jake Dev
Jake Asunto

Join Our Community For More: ChatBot Community Ltd.

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


Save Login Information.

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

And This Mode Is Available In Some Vietnamese And Pinoy Bots So Rest Assured!

Appstate Guide

const fs = require("fs");
var login = require("jake-horizon");

var credentials = { email: "FB_EMAIL", password: "FB_PASSWORD" }; 
// your credentials (this is never logged!)

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

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


FAQS

FAQS => Link

Thank you for using Jake-Horizon!

Keywords

FAQs

Last updated on 21 Jul 2023

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