|
2 | 2 | <img src="https://raw.githubusercontent.com/403Code/403Code/main/picture/fb-bot-react.gif" width="500"> |
3 | 3 | </p> |
4 | 4 | <h4 align="center"> |
5 | | - <img src="https://raw.githubusercontent.com/403Code/403Code/main/picture/bot-react.png"> |
6 | | - Otomatisasi Facebook Bot React dengan Google Script |
| 5 | + <img src="https://raw.githubusercontent.com/403Code/403Code/main/picture/bot-react.png"> |
| 6 | + Otomatisasi Bot Reaksi Facebook dengan Google Script |
7 | 7 | </h4> |
8 | 8 | <div align="center"> |
9 | 9 | <a href="https://github.com/403Code"> |
10 | | - <img alt="Last Commit" src="https://img.shields.io/github/last-commit/403Code/Bot-React.svg"/> |
| 10 | + <img alt="Commit Terakhir" src="https://img.shields.io/github/last-commit/403Code/Bot-React.svg"/> |
11 | 11 | </a> |
12 | 12 | <a href="https://github.com/403Code"> |
13 | | - <img alt="Language" src="https://img.shields.io/github/languages/count/403Code/Bot-React.svg"/> |
| 13 | + <img alt="Jumlah Bahasa" src="https://img.shields.io/github/languages/count/403Code/Bot-React.svg"/> |
14 | 14 | </a> |
15 | 15 | <a href="https://github.com/403Code"> |
16 | | - <img alt="Top Language" src="https://img.shields.io/github/languages/top/403Code/Bot-React.svg"/> |
| 16 | + <img alt="Bahasa Utama" src="https://img.shields.io/github/languages/top/403Code/Bot-React.svg"/> |
17 | 17 | </a> |
18 | 18 | <a href="https://github.com/403Code"> |
19 | | - <img alt="Repo Size" src="https://img.shields.io/github/repo-size/403Code/Bot-React.svg"/> |
| 19 | + <img alt="Ukuran Repository" src="https://img.shields.io/github/repo-size/403Code/Bot-React.svg"/> |
20 | 20 | </a> |
21 | 21 | <a href="https://github.com/403Code"> |
22 | | - <img alt="Stars" src="https://img.shields.io/github/stars/403Code/Bot-React.svg"/> |
| 22 | + <img alt="Bintang" src="https://img.shields.io/github/stars/403Code/Bot-React.svg"/> |
23 | 23 | </a> |
24 | 24 | <a href="https://github.com/403Code"> |
25 | | - <img alt="Forks" src="https://img.shields.io/github/forks/403Code/Bot-React.svg"/> |
| 25 | + <img alt="Fork" src="https://img.shields.io/github/forks/403Code/Bot-React.svg"/> |
26 | 26 | </a> |
27 | 27 | </div> |
28 | 28 | <p align="center"> |
29 | 29 | Dibuat dengan ❤️ oleh <a href="https://github.com/403Code">Nanta</a> |
30 | 30 | </p> |
31 | 31 |
|
| 32 | +--- |
| 33 | + |
32 | 34 | ## 🔎 Fitur |
33 | | -* Memberi reaksi pada postingan dengan lebih dari 1 jenis reaksi |
34 | | -* Mengganti cookies dari pastebin atau layanan lain yang mendukung tampilan raw/plain text |
| 35 | +* Memberikan reaksi ke postingan dengan banyak jenis reaksi |
| 36 | +* Mengganti cookie dari Pastebin atau sumber raw/plain text lainnya |
| 37 | +* Opsi auto-follow (aktif/nonaktif) |
| 38 | +* 🌐 Lebih stabil dengan menggunakan `www.facebook.com` |
| 39 | +* 🔔  Integrasi Discord Webhook untuk log aktivitas |
| 40 | + |
| 41 | +--- |
| 42 | + |
| 43 | +## 🤔 Cara Penggunaan |
| 44 | + |
| 45 | +Pergi ke bagian kode berikut: |
35 | 46 |
|
36 | | -## 🤔 Cara Menggunakan |
37 | | -Pergi ke bagian kode ini: |
38 | 47 | ```javascript |
39 | 48 | const config = { |
40 | | - cookie: "xxx", |
41 | | - reactType: [1,16,2,3], |
| 49 | + cookie: "xxx", |
| 50 | + reactType: [1,16,2,3], |
| 51 | + webhookUrl: "xxx", |
42 | 52 | }; |
43 | 53 | ``` |
44 | | -### 🚶♂️➡️ Langkah-langkah: |
45 | | -- Ubah `"xxx"` menjadi cookies Facebook milikmu, contohnya: `cookie: "sb=xxxxxx;datr=xxxxxxxxx;c_user=xxxxxxxx",` (jangan hapus tanda kutip ganda) atau kamu bisa menggunakan website yang menampilkan raw/plain text seperti [Pastebin](https://pastebin.com) dan gunakan seperti ini: `cookie: "https://pastebin.com/raw/xxxxxxxx",` |
46 | | -- Ubah `reactType` sesuai reaksi (dengan React ID) yang kamu inginkan, berdasarkan tabel di bawah. Contoh: `reactType: [1,16,2,3],` (tanpa tanda kutip tunggal/ganda, dipisahkan dengan koma). Script akan mengacak antara LIKE, LOVE, WOW, dan CARE di setiap postingan. Jika hanya ingin satu reaksi, gunakan format: `reactType: [1],` yang berarti hanya reaksi LIKE yang akan dijalankan. |
| 54 | + |
| 55 | +### 🚶♂️ Langkah-langkah: |
| 56 | + |
| 57 | +- Ganti `"xxx"` pada **cookie** dengan cookie Facebook milikmu |
| 58 | + Contoh: |
| 59 | + ```javascript |
| 60 | + cookie: "sb=xxxxxx;datr=xxxxxxxxx;c_user=xxxxxxxx", |
| 61 | + ``` |
| 62 | + (jangan hapus tanda kutip) |
| 63 | + |
| 64 | + Atau gunakan link raw: |
| 65 | + ```javascript |
| 66 | + cookie: "https://pastebin.com/raw/xxxxxxxx", |
| 67 | + ``` |
| 68 | + |
| 69 | +- Atur **reactType** berdasarkan tabel di bawah |
| 70 | + Contoh: |
| 71 | + ```javascript |
| 72 | + reactType: [1,16,2,3], |
| 73 | + ``` |
| 74 | + Ini akan memberikan reaksi LIKE, CARE, LOVE, dan WOW secara acak |
| 75 | + |
| 76 | + Untuk satu jenis reaksi: |
| 77 | + ```javascript |
| 78 | + reactType: [1], |
| 79 | + ``` |
| 80 | + |
| 81 | +- Atur **webhookUrl** dengan URL webhook Discord milikmu |
| 82 | + Contoh: |
| 83 | + ```javascript |
| 84 | + webhookUrl: "https://discord.com/api/webhooks/xxxx", |
| 85 | + ``` |
| 86 | + Ini akan mengirimkan log aktivitas ke server Discord kamu |
| 87 | + |
| 88 | +--- |
47 | 89 |
|
48 | 90 | ## 📑 Tabel Reaksi |
49 | | -| Nama Reaksi | React ID | Emoji Reaksi | |
50 | | -|---------------|----------|--------------| |
51 | | -| LIKE / SUKA | 1 | 👍 | |
52 | | -| LOVE / SUPER | 2 | ❤ | |
53 | | -| WOW | 3 | 😮 | |
54 | | -| HAHA | 4 | 😆 | |
55 | | -| SAD / SEDIH | 7 | 😢 | |
56 | | -| ANGRY / MARAH | 8 | 😡 | |
57 | | -| CARE / PEDULI | 16 | 🤗 | |
| 91 | + |
| 92 | +| Nama Reaksi | ID Reaksi | Emoji | |
| 93 | +|-------------|-----------|-------| |
| 94 | +| SUKA | 1 | 👍 | |
| 95 | +| SUPER | 2 | ❤ | |
| 96 | +| WOW | 3 | 😮 | |
| 97 | +| HAHA | 4 | 😆 | |
| 98 | +| SEDIH | 7 | 😢 | |
| 99 | +| MARAH | 8 | 😡 | |
| 100 | +| PEDULI | 16 | 🤗 | |
| 101 | + |
| 102 | +--- |
58 | 103 |
|
59 | 104 | ## 📲 Kontak |
60 | 105 | [](https://www.facebook.com/dementorize) |
61 | 106 | [](https://t.me/Rizemary) |
62 | 107 | [](https://instagram.com/dementorize) |
63 | 108 |
|
| 109 | +--- |
| 110 | + |
64 | 111 | ## 💰 Dukung Saya |
65 | 112 | [](https://buymeacoffee.com/zonenathan) |
66 | 113 | [](https://paypal.me/Rizemary) |
67 | 114 | [](https://ko-fi.com/zonenathan) |
68 | | -[](https://trakteer.id/d.izzy) |
69 | | -[](https://saweria.co/zeryuu) |
70 | | -[](https://nyawer.co/zeryuu) |
| 115 | +[](https://trakteer.id/d.izzy) |
| 116 | +[](https://saweria.co/zeryuu) |
| 117 | +[](https://nyawer.co/zeryuu) |
| 118 | + |
| 119 | +--- |
71 | 120 |
|
72 | | -## 🌐 Readme lain |
73 | | --blue) [](https://github.com/403Code/Bot-React/blob/main/README.md) |
| 121 | +## 🌐 Readme Lainnya |
| 122 | + [-blue)](https://github.com/403Code/Bot-React/blob/main/README.ID.md) |
0 commit comments