Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 862 Bytes

local.md

File metadata and controls

56 lines (36 loc) · 862 Bytes

Local hosting guide


Tutorial video

Click on below button to expand

YouTube
× Check below icon/image


Commands

1) Sudo update & upgrade

sudo apt upgrade && sudo apt update

2) Install screen

sudo apt install screen

3) clone repo and open dictionary

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

4) Install requirements

sudo apt install python3-pip && pip3 install -r requirements.txt

5) Open Screen

screen -S SpamX 

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

python3 sh.py