Skip to content

WebCDC/spambot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spambot

Basic spambot created in python.

Setup

Create python virtual environment:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Execute - Text Spambot

To execute this code run it as root:

$ sudo bash
$ source venv/bin/activate
$ python3 spambot.py

After that follow the terminal instructions.

Execute - Image Spambot

Preparation

Make sure that you have copied the image you will use to spam to the clipboar. To execute this code run it as root:

Running

$ sudo bash
$ source ven/bin/activate
$ python3 spambot_image.py 

After that follow the terminal instructions.

End

To end spambot you only need to press ESC button.

Releases

No releases published

Packages

No packages published

Languages