Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.1 KB

File metadata and controls

53 lines (35 loc) · 2.1 KB

Genius-Userbot

Genius-Userbot is a powerful, advanced, multi-featured Telegram userbot.

Deployment

You can use Genius-Userbot through the cloud application platform Heroku.

Deploy

Or, simply run the following commands in your Vps,

  1. At first enter this command and wait untill complete.
sudo apt update && sudo apt install git curl nano screen python3-pip ffmpeg -y && curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash && source ~/.bashrc && nvm install node
  1. Now simply copy and paste this command and wait.
sudo rm -rf Genius && git clone https://github.com/AdityaHalder/Genius-Userbot Genius && cd Genius && pip3 install -r Installer && screen -R Genius
  1. After that, Enter this command and put your vars and hit ctrl+s to save and hit ctrl+x To Close Text Editor.
nano Internal.env
  1. Now enter this command and wait untill run your userbot.
cp Internal.env Internal && python3 -m AdityaHalder
  1. Finnally, just hit ctrl+a+d to minimize your bot for run in background.

Updates and Support

You can join us on any issue related to Genius-Userbot Update and Support in Telegram.

Repository Credits:

Aditya Halder: Owner Of This Repostory.

Ayiin'xD: A Developer Of This Repositry.

Dan: Thanks For Pyrogram Library.

Laky64: Thanks For PyTgCalls.