Skip to content

403Code/Bot-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Reaction Bot Automation with Google Script

Made with ❤️ by Nanta


🔎 Features

  • Reacting posts with multiple reactions
  • Change cookies from Pastebin or any raw/plain text source
  • Auto-follow option (enable/disable)
  • 🌐 More stable using www.facebook.com
  • 🔔 new Discord Webhook integration for activity logs

🤔 How to use

Go to this part of the code:

const config = {
  cookie: "xxx",
  reactType: [1,16,2,3],
  webhookUrl: "xxx",
};

🚶‍♂️ Steps:

  • Change "xxx" in cookie with your Facebook cookies
    Example:

    cookie: "sb=xxxxxx;datr=xxxxxxxxx;c_user=xxxxxxxx",

    (keep the quotes)

    Or use raw link:

    cookie: "https://pastebin.com/raw/xxxxxxxx",
  • Set reactType based on the table below
    Example:

    reactType: [1,16,2,3],

    This will randomly react with LIKE, CARE, LOVE, and WOW

    For single reaction:

    reactType: [1],
  • Set webhookUrl with your Discord webhook URL
    Example:

    webhookUrl: "https://discord.com/api/webhooks/xxxx",

    This will send activity logs to your Discord server


📑 Reacts Table

Reaction Name React ID React Emoji
LIKE / SUKA 1 👍
LOVE / SUPER 2
WOW 3 😮
HAHA 4 😆
SAD / SEDIH 7 😢
ANGRY / MARAH 8 😡
CARE / PEDULI 16 🤗

📲 Contact

Facebook Telegram Instagram


💰 Support me

BuyMeACoffee PayPal Ko-Fi Trakteer Saweria Nyawer

🌐 Other Readme

About

Facebook Reaction Bot Automation with Google Script

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors