A stable pluggable Telegram userbot + Voice & Video Call music bot, based on Telethon.
Nє¢єѕѕαяу Vαяιαвℓєѕ
API_ID
&API_HASH
- API_ID & API_HASH for your account. Get it from MyTelegramOrgSESSION
- SessionString for your accounts login session. Get it from Sєѕѕισи. 👇
Sєѕѕισи
- Linux :
wget -O session.py https://raw.githubusercontent.com/btwOreO/Jarvis/refs/heads/main/resources/session/ssgen.py && python3 session.py
- PowerShell :
cd desktop ; wget https://raw.githubusercontent.com/btwOreO/Jarvis/refs/heads/main/resources/session/ssgen.py ; python jarvis.py
Dαтαвαѕє Vαяιαвℓєѕ
One of the following database:
- For Redis (tutorial here)
- For MONGODB
MONGO_URI
- Get it from mongodb.
- For SQLDB
DATABASE_URL
- Get it from elephantsql.
ᴠᴘs/ʟᴏᴄᴀʟ ᴅᴇᴘʟᴏʏᴍᴇɴᴛ ᴍᴇᴛʜᴏᴅ
- Get your Necessary Variables
- Clone The Repository:
git clone https://github.com/btwOreO/jarvis
- Go to the cloned folder:
cd jarvis
- Install the requirements:
pip install -r requirements.txt
- Fill your details in a
.env
file, as given in.env.sample
. - Run the Bot:
- Linux Users:
bash startup
- Windows Users:
python -m pyJarvis
- Linux Users:
━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━
- Lonami for Telethon.
- MarshalX for PyTgCalls.