- 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.
-
to make a file.
touch config.env
-
To edit
nano config.env
-
To save and exit
ctrl+o and ctrl+x
-
To change session and restart
cd Secktor-Md/lib/auth_info_baileys && rm -rf * cd .. && npm start
-