Skip to content

IROTECHLAB/arattai-simplebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– Arattai Bot - Reverse Engineered Chat Bot

Warning License Python Zoho Contributors

Created by IROTECHLAB


โš ๏ธ IMPORTANT DISCLAIMER

THIS BOT IS REVERSE ENGINEERED SOFTWARE - FOR EDUCATIONAL PURPOSES ONLY

๐Ÿ”ด WARNING:

  • Arattai is a product of ZOHO CORPORATION
  • Using this bot MAY result in PERMANENT ACCOUNT BAN
  • We are NOT RESPONSIBLE for any misuse or bans
  • DO NOT use for spamming, harassment, or bulk messaging
  • Respect Arattai/Zoho's Terms of Service
  • USE AT YOUR OWN RISK

๐Ÿ“ฑ What is Arattai Bot?

A Python bot that responds to commands in Arattai chat (Zoho's social platform). It reads messages with prefix "." and replies automatically.

Search terms: Arattai bot, Zoho Arattai bot, Arattai automation, Arattai chat bot, Arattai API, reverse engineered Arattai, Arattai Python bot, IROTECHLAB Arattai, Arattai chat ID finder


๐Ÿ‘ฅ Contributors

We Welcome Contributors!

Want to contribute? Check our CONTRIBUTORS.md file.


โœจ Features

  • โœ… Command-based responses (.menu, .alive, .time, .ping)
  • โœ… Rate limiting to avoid detection
  • โœ… Self-message detection
  • โœ… Cookie authentication (no password)
  • โœ… Console logging when messages received
  • โœ… Silent fail (no error spam, only shows when working)
  • โœ… Works 24/7 on PC/Server/VPS
  • โœ… Android compatible (with Reqable)

๐Ÿ“‹ Requirements

  • Python 3.6+
  • requests library
  • Arattai account (by Zoho)
  • Android phone OR PC
  • Reqable app (for cookie & chat ID extraction)

๐Ÿš€ Quick Installation

# Clone from IROTECHLAB
git clone https://github.com/IROTECHLAB/arattai-simplebot
cd arattai-simplebot

# Install requirements
pip install requests

# Run the bot
python bot.py

๐Ÿ”‘ TWO THINGS YOU NEED

Before running the bot, you need to get two things using Reqable:

  1. ๐Ÿช COOKIES - For authentication (12 cookies)
  2. ๐Ÿ’ฌ CHAT ID - Which chat the bot should monitor (starts with CT_)

๐Ÿ“ฑ Reqable Guide

Your Reqable app will show:

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  Request & Respond...                โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ Headers(37)  Body  Cookies(12) POST โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ Urlencode  Raw  Hex                  โ”‚
โ”‚                                      โ”‚
โ”‚ chid    CT_12875210191...            โ”‚ โ† YOUR CHAT ID HERE
โ”‚ msg     test                          โ”‚
โ”‚ msgid   1771397291254                 โ”‚
โ”‚ sid     NENQ1Q6MzU5N...               โ”‚
โ”‚ dname   BAJRANG                       โ”‚
โ”‚ unfurl  false                         โ”‚
โ”‚                                      โ”‚
โ”‚ โ†‘ Request          โ†“ Response        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿช PART 1: Getting Cookies

Step 1: Install Reqable

  • Download Reqable from Play Store
  • Open app โ†’ Install SSL certificate (follow guide)

Step 2: Capture Traffic

  • Open Reqable โ†’ Add App โ†’ Select your browser
  • Turn ON Reqable (allow VPN)
  • Open browser โ†’ Go to web.arattai.in
  • LOGIN to your Zoho/Arattai account
  • Open any chat (Pocket/Saved Messages)
  • Send a message (type "test")

Step 3: Find the Request

  • Go back to Reqable
  • Look for sendofficechatmessage.do request
  • Tap on it to open details

Step 4: Copy Cookies

  • At the top, tap on Cookies(12) tab
  • You'll see all 12 cookies:
    • zalb_cf22541252
    • __Secure-iamsdt
    • _iamadt
    • _iambdt
    • CT_CSRF_TOKEN
    • x-tkp-token
    • e2ee_registration_id
    • e2ee_device_id
    • JSESSIONID
    • com_avcliq_owner
    • com_chat_owner
    • com_arattai_owner
  • Tap copy icon or long press โ†’ Copy all

Step 5: Generate cookies.txt


๐Ÿ’ฌ PART 2: Finding Your Chat ID

Step 1: Go to Body Tab

  • In the same sendofficechatmessage.do request
  • Tap on Body tab (next to Headers/Cookies)

Step 2: Look for chid parameter

  • Scroll down in the Body section
  • Find chid=
  • The value after = is your CHAT ID

Example:

chid = CT_1287521019107750094_20004081014-GC
       โ†‘                                  โ†‘
            THIS IS YOUR CHAT ID

Step 3: Copy the full CHAT ID

  • Copy everything after chid=
  • It starts with CT_ and is very long

Step 4: Update in bot script

Open bot.py and find this line:

self.CHAT_ID = "CT_1287521019107750094_20004081014-GC"

Replace it with YOUR chat ID:

self.CHAT_ID = "CT_YOUR_CHAT_ID_HERE"

๐ŸŽฏ For Different Chats

Want the bot to work in a different chat?

  1. Open that specific chat in your browser
  2. Send any message in that chat
  3. Go to Reqable
  4. Find the new sendofficechatmessage.do request
  5. Check Body tab โ†’ copy the chid value
  6. Update it in the bot script

๐Ÿš€ Running the Bot

Once you have both:

  • โœ… cookies.txt in bot folder
  • โœ… CHAT_ID updated in script
python bot.py

Expected output:

============================================================
๐Ÿค– ArattaiBot - COOKIE FILE VERSION
============================================================
๐Ÿ“ฑ Chat: CT_1287521019107750094_20004081014-GC
๐Ÿ‘ค Your ID: 20004081014
๐Ÿค– Bot signature: ๐Ÿค–
โœ… Loaded 12 cookies from cookies.txt
============================================================

๐ŸŸข Bot is running! Send commands with prefix '.'

๐Ÿ“จ 1 new message(s):

๐Ÿ‘ค John: .menu
   ๐Ÿ” Processing command: .menu
   โœ… Bot: **Menu**...

๐Ÿ‘ค John: Hello
   (no command - ignored)

Note: Bot only shows output when messages are received. No news is good news!


๐ŸŽฎ Available Commands

Command Description
.menu Show all commands
.alive Check bot uptime
.time Current time
.ping Test response

โš ๏ธ Troubleshooting

Problem Solution
No cookies loaded Repeat cookie steps carefully
Bot not responding Cookies expired - get fresh ones
Wrong chat responding Check CHAT_ID in script
401 Unauthorized Cookies expired - refresh
Rate limited Bot handles this automatically
Can't find chid Look in Body tab, not Headers
Nothing in console Bot is working fine! It only shows when messages arrive

๐Ÿค How to Contribute

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

After your PR is merged, your name will be added to CONTRIBUTORS.md!


๐Ÿ“„ MIT License with Terms


Copyright (c) 2026 IROTECHLAB

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

ADDITIONAL TERMS:
1. This is REVERSE ENGINEERED software of Zoho's Arattai - EDUCATIONAL USE ONLY
2. Users assume ALL RISK of account suspension/ban from Zoho/Arattai
3. Developers (IROTECHLAB) and CONTRIBUTORS are NOT LIABLE for any misuse or damages
4. NO commercial use without permission
5. NO spamming, harassment, or bulk messaging
6. Users MUST comply with Zoho Corporation's Terms of Service

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

๐Ÿ”’ Legal Notice

Arattai is a product of ZOHO CORPORATION. This bot is NOT affiliated with, authorized by, or endorsed by Zoho Corporation or Arattai. All trademarks belong to their respective owners. References to Arattai/Zoho are for identification purposes only.

By using this bot, you agree to take full responsibility for your Zoho/Arattai account.


๐Ÿ“Š SEO & Search Keywords

Arattai bot, Zoho Arattai bot, Arattai automation, Arattai Python bot, Arattai reverse engineered, Arattai API bot, Arattai chat bot, Arattai auto responder, Arattai self bot, Arattai command bot, how to make Arattai bot, Arattai bot tutorial, Arattai bot GitHub, Arattai bot Python, Arattai bot Android, Arattai cookie extractor, Arattai Reqable guide, Zoho social platform, Arattai messaging bot, IROTECHLAB Arattai, Arattai unofficial bot, Arattai chat ID finder, how to get Arattai chat ID, Arattai chid parameter, Reqable Arattai tutorial, Arattai sendofficechatmessage, Arattai bot 2026, Arattai Python script, Arattai open source


๐Ÿ“ฑ Connect with IROTECHLAB


โญ Support the Project

  • Star the repository on GitHub
  • Share with friends (who accept the risks)
  • Contribute code or documentation
  • Report bugs you find

โš ๏ธ USE AT YOUR OWN RISK - NOT OFFICIAL ZOHO PRODUCT โš ๏ธ

ยฉ 2026 IROTECHLAB โ€ข GitHub โ€ข Contributors Welcome

About

A reverse engineered Python bot for Arattai (Zoho's social platform) that responds to commands with "." prefix. Uses cookie authentication. Educational purposes only.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages