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