{"id":13862561,"url":"https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot","last_synced_at":"2025-07-14T12:31:19.914Z","repository":{"id":50162655,"uuid":"260477191","full_name":"holps-7/WhatsApp-Bulk-Messaging-Bot","owner":"holps-7","description":"Use this WhatsApp Bot to send messages in Bulk!","archived":false,"fork":false,"pushed_at":"2023-10-18T01:50:46.000Z","size":356,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-14T02:08:48.498Z","etag":null,"topics":["automation","bot","bulk-messages","firefox-webdriver","hacktoberfest","hacktoberfest2021","python","script","selenium","selenium-python","whatsapp","whatsapp-web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/holps-7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-05-01T14:21:22.000Z","updated_at":"2023-01-17T10:50:08.000Z","dependencies_parsed_at":"2024-04-13T16:00:27.131Z","dependency_job_id":null,"html_url":"https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holps-7%2FWhatsApp-Bulk-Messaging-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holps-7%2FWhatsApp-Bulk-Messaging-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holps-7%2FWhatsApp-Bulk-Messaging-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holps-7%2FWhatsApp-Bulk-Messaging-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holps-7","download_url":"https://codeload.github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225974508,"owners_count":17553967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bot","bulk-messages","firefox-webdriver","hacktoberfest","hacktoberfest2021","python","script","selenium","selenium-python","whatsapp","whatsapp-web"],"created_at":"2024-08-05T06:01:47.438Z","updated_at":"2024-11-22T22:31:17.802Z","avatar_url":"https://github.com/holps-7.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ccenter\u003e\n  \n![](https://img.shields.io/badge/author-Ramesh%20Sachan-brightgreen) ![](https://img.shields.io/badge/licence-MIT-green)\n\n\u003c/center\u003e\n\n# WhatsApp-Bulk-Messaging-Bot!\n### Coded by: [@holps-7](https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/)\n### Give me the credits if you copy ANY part from this code. Don't be NOOB!!\n## Star this repo if you liked the project!\n\nA simple script that can be used for sending Bluk Messages to your contacts...\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n\n\n### Prerequisites\n\nYou will need the following for running this script-\u003cbr/\u003e\n\u003e1)Python3 installed in your system\u003cbr/\u003e\n\u003e2)Firefox web browser with Firefox webdriver\u003cbr/\u003e\n\u003e3)pip3\u003cbr/\u003e\n\u003e4)selenium\u003cbr/\u003e\n\n\n\n### Installation Instructions\n\n#### 1) Installing Python3\n\u003eVisit the following url for details on how to install Python 3 for various Operating systems https://realpython.com/installing-python/#step-1-download-the-python-3-installer\n\n\n#### 2) Installing Firefox\n```elm\ncd\nsudo apt-get -y install firefox\ncd\nwget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz\ntar xzf geckodriver-v0.25.0-linux64.tar.gz\nsudo mv geckodriver /usr/bin/geckodriver\n```\n\n\n#### 3) Installing pip3\n```elm\ncd\napt install python3-pip\n```\n\n\n#### 4) Installing Selenium\n```elm\ncd\npip3 install selenium\n```\n\n\n\n### Break down into end to end tests\n\nThis project is not any kind of extention of any other project\n\n\n\n## Deployment\n\n\u003e1. Clone the project\u003cbr/\u003e\n\u003e2. Follow the installation instructions\u003cbr/\u003e\n\u003e3. Open WhatsApp-script.py file in any text editor\u003cbr/\u003e\n\u003e4. Now, in line 50 replace the following with the name of your .csv file that has the list of the Contact Names/ Group Names and the messages you want to send them\n```elm\n('list.csv')\n```\n\u003e**NOTE:- You should enter the names and messages in your csv file in the following format**\n![Format of .csv file](https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/blob/master/Screenshots/csv.png?raw=true)\n\u003e7. Open terminal and run the following command\u003cbr/\u003e\n```elm\ncd Downloads/WhatsApp-Bulk-Messaging-Bot-master\npython3 WhatsApp-script.py\n```\n\u003e8. Scan the QR code shown on your screen\n\u003e9. After successful login press Y on your terminal for confirmation\n![Login Confirmation](https://github.com/holps-7/WhatsApp-Bulk-Messaging-Bot/blob/master/Screenshots/login%20confirmation.png?raw=true)\n\n    PS:- I used Atom editor, which is one of the greatest editors.\n         Availabe for free on https://atom.io\n\n## Contributing\n\nFeel free to create Pull Requests, for contributing.\n\n\n## Authors\n\n  * **Ramesh Sachan** - Vellore Institute of Technology\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n\n\n## Legal disclaimer:\n\n**Usage of WhatsApp-Bulk-Messaging-Bot for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholps-7%2FWhatsApp-Bulk-Messaging-Bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholps-7%2FWhatsApp-Bulk-Messaging-Bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholps-7%2FWhatsApp-Bulk-Messaging-Bot/lists"}