Skip to content

SamPandey001/Secktor-Deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Secktor-Deploy

Deploy in any shell including Termux

  • Termux Installation Video tutorial
  • All you need is patient and Internet and shell or phone with termux.
  • If you don't have termux install from Termux here with no issues.
  • First fork Repo and edit sample-config.env to config.env
  • Fill variables in config.env file.
  • Don't put OWNER_NUMBER,MONGODB_URI,SESSION_ID as it can be stolen.
  • Put them during installation when it asks.
  • Open shell or termux and run this commands
bash <(curl -L https://github.com/SamPandey001/Secktor-Deploy/raw/main/install.sh)
  • If you see pop up (curl is not installed) run

      apt-get install curl
    
  • Put your github username when it asks

  • Volla!! bot is alive.

  • Restart bot. Send command to bot .restart or

  • Stop Bot

       ctrl+c then npm stop secktor
    
  • Start again.

       cd Secktor-Md
       npm start
    
  • Change env variables.

    1. to make a file.

      touch config.env
      
    2. To edit

      nano config.env
      
    3. To save and exit

      ctrl+o and ctrl+x
      
    4. To change session and restart

      cd Secktor-Md/lib/auth_info_baileys && rm -rf *
      cd .. && npm start
      
  • SUPPORT GROUP: WhatsApp

About

Bash Script to deploy bot easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages