Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 446 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 446 Bytes

Install JS deps, build

cd server
npm i
npx tsc

Install Python deps, run

pip install -Ur requirements.txt
python -m bot

.env

Required

BOT_TOKEN - Telegram bot token
STRING_SESSION - Telethon/GramJS string session
API_ID - Telegram app ID
API_HASH - Telegram app hash

Optional

PORT - Server port (default: 8080)
PREFIXES - Command prefixes (default: / !)