Improved README.md + requirements.txt file

This commit is contained in:
nanometer5088
2023-03-17 06:31:52 -03:00
parent 063ba4a8d0
commit 314e3ec3c0
2 changed files with 31 additions and 1 deletions

View File

@@ -1 +1,29 @@
# Whatsapp-Bulk-Sender # <div style="text-align: center;">Whatsapp Bulk Sender</div>
## 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.

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
openpyxl
pywhatkit