Skip to content

✅ Reacts in Private, Groups, Channels ✅ Skips edited & replied messages ⚙️ Use /react → ON/OFF per chat 🟢 Status: ONLINE & REACTING EVERYWHERE

License

Notifications You must be signed in to change notification settings

TEAM-DLK/AutoReactUserbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Telegram Auto React Userbot

Automatically reacts to new messages in PMs, Groups & Channels with random emojis.

Setup

1. Get Credentials

  • Go to my.telegram.org
  • Create app → Get API_ID & API_HASH
  • Generate Session String using this tool or run:
    from pyrogram import Client
    app = Client("session", api_id=YOUR_ID, api_hash="YOUR_HASH")
    app.start(); print(app.export_session_string()); app.stop()
    
    

2. Deploy (Free Options)

Option A: Pella.app

Go to pella.app Click "New Project" upload app.py + requirements.txt edit Environment Variables: textAPI_ID = your_id API_HASH = your_hash SESSION_STRING = your_session_string

About

✅ Reacts in Private, Groups, Channels ✅ Skips edited & replied messages ⚙️ Use /react → ON/OFF per chat 🟢 Status: ONLINE & REACTING EVERYWHERE

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages