ChankitSaini / callsmusicc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: / !)

About


Languages

Language:Python 76.7%Language:TypeScript 23.3%