Skip to content

ITZ-ZAID/Telegram

Repository files navigation

How To Host

The easiest way to deploy this Bot •

𝐋𝐨𝐜𝐚𝐥 𝐃𝐞𝐩𝐥𝐨𝐲𝐦𝐞𝐧𝐭 ✅

sudo apt update && apt upgrade -y
apt-get install git curl python3-pip ffmpeg -y
pip3 install -U pip
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm install v18
git clone https://github.com/ITZ-ZAID/Telegram # clone the repo.(Before Cloning Make Sure uh have Filled Your Vars in config.ini)
cd Telegram
pip3 install -U -r requirements.txt
nano .env # use vim to edit ENVs (if uh have already filled then Run start command
# fill up the ENVs (Steps: press i to enter in insert mode then edit the file. Press Esc to exit the editing mode then type :wq! and press Enter key to save the file).
python3 -m Telegram # start the bot.

𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐆𝐫𝐨𝐮𝐩

𝐒𝐨𝐮𝐫𝐜𝐞𝐬

𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐞 𝐒𝐭𝐫𝐢𝐧𝐠 𝐒𝐞𝐬𝐬𝐢𝐨𝐧

𝐓𝐡𝐚𝐧𝐤𝐬 ---->

  • Kigyo For Base
  • Telethon library
  • PyroGram Library
  • Zaid Robot