From 314e3ec3c0a4f7f88067cc50ee24dd5e8f2359c3 Mon Sep 17 00:00:00 2001 From: nanometer5088 Date: Fri, 17 Mar 2023 06:31:52 -0300 Subject: [PATCH] Improved README.md + requirements.txt file --- README.md | 30 +++++++++++++++++++++++++++++- requirements.txt | 2 ++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 44aa2cc..9497502 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ -# Whatsapp-Bulk-Sender \ No newline at end of file +#
Whatsapp Bulk Sender
+ +## Overview +This is a commission-based software that allows users to send bulk messages on WhatsApp by using self-botting. + +## Disclaimer +It's essential to note that self-botting goes against Meta's WhatsApp terms of service (ToS). Therefore, the developer will accept no responsibility for any limitations that may arise from the use of this software on the Meta platform. + +## Features +- Send bulk WhatsApp messages with ease +- Saves time and energy of sending messages one-by-one +- Efficient way to reach out to a large audience using WhatsApp + +## Installation and Usage +1. Download the latest release of the software from the GitHub repository +2. Extract the downloaded files into a folder in your computer +3. Ensure that you have installed the latest version of Python on your computer +4. Open command prompt/terminal and install the required packages using the following command: + +``` +pip install -r requirements.txt +``` +5. To start using the software, run the main.py file through the terminal using the following command: +``` +python main.py +``` + +## Contributing +Contributions are not accepted as this software was developed specifically for a client. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6bfe433 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +openpyxl +pywhatkit \ No newline at end of file