Basic spambot created in python.
Create python virtual environment:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
To execute this code run it as root:
$ sudo bash
$ source venv/bin/activate
$ python3 spambot.py
After that follow the terminal instructions.
Make sure that you have copied the image you will use to spam to the clipboar. To execute this code run it as root:
$ sudo bash
$ source ven/bin/activate
$ python3 spambot_image.py
After that follow the terminal instructions.
To end spambot you only need to press ESC button.