Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 618 Bytes

termux.md

File metadata and controls

41 lines (27 loc) · 618 Bytes

Termux hosting guide


Commands

1) pkg update & upgrade

pkg upgrade && pkg update

2) Install python3, git, screen

pkg install python3 && pkg install git && pkg install screen 

3) clone repo and open dictionary

git clone https://github.com/RiZoeLX/SpamX && cd SpamX

4) Install requirements

python3 -m pip install --upgrade pip && pip3 install -r requirements.txt

5) Run screen

screen -S SpamX

6) Run sh.py to fill values and start SpamX

python3 sh.py