/spamming_bot

A spamming bot used to spam stickers, msg, and emojis in the WhatsApp group. Besides this, we can use it to spam in meet, discord, and Instagram

Primary LanguagePython

spamming_bot

You are required to have install python in your local machine The current version of python used in this code is Python 3.9.1 first clone the repo to your local machine and than install the required dependencies

Dependencies are:

  1. tkinter
  2. pyautogui
  3. webbrowser
  4. time which is already present

Setup for App

1. Clone App

 $ git clone https://github.com/shubhasai/spamming_bot.git

2. Move in Directory

 $ cd spamming_bot

4. Run Locally

$ python3 <file_name> 

Want to Contribute?

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

 $ git clone https://github.com/<your_user_name>/spamming_bot.git

3. Checkout into a new branch

 $ git checkout -b <branch_name>

4. Make your changes

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>"

6. Push Code to Github under your branch

 $ git push origin <branch_name>   

You can install these by using pip command from your terminal.