- Heroku: Click Here
1) Sudo update & upgrade
sudo apt upgrade && sudo apt update```
<b>2) Install screen </b>
```python
sudo apt install screen```
<b>3) clone repo and open dictionary </b>
```python
git clone https://github.com/Badhacker98/Spam_X_bot && cd Spam_X_bot```
<b>4) Install requirements </b>
```python
sudo apt install python3-pip && pip3 install -r requirements.txt```
<b>5) Open Screen </b>
```python
screen -S Spam_X_bot ```
<b>6) Run sh.py to fill values and start SpamX </b>
```python
python3 sh.py```
----