Automatically reacts to new messages in PMs, Groups & Channels with random emojis.
- 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()
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