Skip to content

OriCat101/spam-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Bot

PyPI Libraries.io dependency status for latest release PyPI - Wheel PyPI - License

Spam anything!

Installation

Run this command on terminal $ pip install spam-bot

How to use

from spam_bot import spam

msg = "Hello World"
msg_count = 500

spam(msg, msg_count)

This is is a simple spam-bot program.

If you want to spam things in a specific .txt file, You should use following way

from spam_bot import ReadFile

file = ReadFile("filename.txt")

file.spam()

Then, run the program and quickly switch tabs to whatever app you want to spam and select the box to type in.

Then wait 5 senconds.. 5..4..3..2..1

Boom!

Releases

No releases published

Packages

No packages published

Languages