A simple chat spamming bot that works with Whatsapp Web and FB Messenger.
Chat Spammer is a script that sends a particular string or message given number of times to a specific person. The script can be used by anyone who use Whatsapp Web or FB Messenger.
Whatsapp Web can be accessed online by going over to this link. FB Messenger can be accessed online by going over to this link.
The script works in this way that it first takes the spam-string and spam-count as inputs from the user. The user needs to keep their Whatsapp Web or Messenger tab opened in the browser. The script then automates the message sending process using PyAutoGui module which has various keyboard and Mouse operation methods.Note : Regular spammings can cause the user's account to be blocked by Whatsapp and FB moderation. So, use in limits.
The coordinates that are provided in the source code work for me and must work for most of the users as well. However if not, the user can always change the coordinates in the "spamming.py" file. The cursor coordinates must align with the "Type your Message Here" prompt.
Linux users can check their cursor positions by entering this command in the terminal. xdotool getmouselocation
Windows users can download any of the MouseTracker applications available on the internet.