Skip to content

403Code/Bot-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Reaction Bot Automation with Google Script

Made with ❤️ by Nanta

🔎 Features

  • Automatically react to posts with multiple types of reactions
  • Change cookies from Pastebin or any service that supports raw/plain text

🤔 How to Use

Locate this part of the code:

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

🚶‍♂️ Steps:

  • Replace "xxx" with your Facebook cookies. Example: cookie: "sb=xxxxxx;datr=xxxxxxxxx;c_user=xxxxxxxx", (do not remove the quotation marks). Alternatively, you can use a service that shows raw/plain text such as Pastebin. Example: cookie: "https://pastebin.com/raw/xxxxxxxx",
  • Update reactType with the reactions (using React IDs) you want to use. Refer to the table below. Example: reactType: [1,16,2,3], (no quotes, separated by commas). This will randomly apply LIKE, LOVE, WOW, and CARE reactions to each post. If you only want a single reaction, use: reactType: [1], which means only the LIKE reaction will be applied.

📑 Reaction Table

Reaction Name React ID Emoji
LIKE 1 👍
LOVE 2
WOW 3 😮
HAHA 4 😆
SAD 7 😢
ANGRY 8 😡
CARE 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

No packages published