Skip to content

wolfofdalalst/Chat-Spam-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Spam-Bot

Before running the program, make sure pyautogui and keyboard modules are installed.
To install them, enter these commands in terminal

pip install -r requirements.txt

How to execute the program?

Run this command in your terminal

python main.py

To change the Fail Safe Key (which is "q" by default) of the program, open main.py and change the following variable

SAFE_KEY = "[input your key here]"

For example if one wants the Fail Safe Key to be "x", we make the following changes

SAFE_KEY = "x"

Disclaimer

Please do not chat spam public channels, take permission before doing so. This repository is educational only. I will not be responsible if your system fails or you fall in some trouble.