Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 350 Bytes

Add your Bot token from telegram bot father bot, developer api_id and api_hash to a .env file

on linux:

echo -e "TOKEN=$your_token\nAPI_ID=$your_api_id\nAPI_HASH=$your_api_hash" > .env

pip install python3 python3-pip screen -y

apt install screen

pip install -r requirements

screen python3 main.py

might add bash file to automate things later.