{"id":14978827,"url":"https://github.com/mrpandya/whatsapp-bomber","last_synced_at":"2025-06-16T16:04:36.365Z","repository":{"id":44096629,"uuid":"262414624","full_name":"mrpandya/whatsapp-bomber","owner":"mrpandya","description":"A python script to automate your whatsapp and send multiple messages.","archived":false,"fork":false,"pushed_at":"2022-10-09T10:40:55.000Z","size":29413,"stargazers_count":129,"open_issues_count":2,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T20:07:53.993Z","etag":null,"topics":["hacktoberfest","python","selenium-webdriver","whatsapp","whatsapp-bomber"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrpandya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-08T19:46:54.000Z","updated_at":"2025-03-14T19:31:46.000Z","dependencies_parsed_at":"2022-08-12T11:00:27.760Z","dependency_job_id":null,"html_url":"https://github.com/mrpandya/whatsapp-bomber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrpandya/whatsapp-bomber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpandya%2Fwhatsapp-bomber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpandya%2Fwhatsapp-bomber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpandya%2Fwhatsapp-bomber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpandya%2Fwhatsapp-bomber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrpandya","download_url":"https://codeload.github.com/mrpandya/whatsapp-bomber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpandya%2Fwhatsapp-bomber/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260193830,"owners_count":22972618,"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":["hacktoberfest","python","selenium-webdriver","whatsapp","whatsapp-bomber"],"created_at":"2024-09-24T13:58:28.939Z","updated_at":"2025-06-16T16:04:36.344Z","avatar_url":"https://github.com/mrpandya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWHATSAPP BOMBER\u003c/h1\u003e\n\u003c/br\u003e\n\u003ch4 align=\"center\"\u003eA script to automate whatsapp message sending\u003c/h4\u003e\n\u003cimg alt=\"Sample\" src=\"/Images/img.png\"\u003e\n\n## How to setup\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:\n\n#### *The following commands have been tested only on Linux and Windows*\n\n### Clone this repository\n```bash\n$ git clone https://github.com/mrpandya/whatsapp-bomber\n```\n## Install dependencies\n```bash\n$ pip install -r requirements.txt\n```\n\n \u003ch5\u003e Chrome is required for this script. For Linux users Chromium browser will also work\u003c/h5\u003e\n \u003ch6\u003e To install Chromium Browser (only for Linux usesrs) :\u003c/h6\u003e\n \n```bash\n$ sudo apt-get install chromium-browser\n```\n\n\u003ch5\u003eDownload Chrome driver from here:\u003ca href=\"https://chromedriver.storage.googleapis.com/index.html?path=2.36/\"\u003e Chromedriver download page\u003c/a\u003e( choose your specific version )\nExtract it in a known location , as we need the location later (as mentioned in the code's comments)\u003c/h5\u003e\n\n\n## Steps To Follow\n\n\u003cp\u003e\n    \u003ch5\u003eStep 1: Enter the \"start bot\"/1 option to start using the bot.\u003c/h5\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 2: Enter the name(s) of the contacts separated by a comma(,) if more than one.\u003c/h5\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 3: Enter the message(s) you want to send, again separated by a comma(,) if more than one.\u003c/h5\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 4: Type True/False to show logs, meaning show the status of the bot(recommended)\u003c/h5\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 5: Choose whether you want to use Selenium or HTTP Requests(Under-Dev)\u003c/h5\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 5.1: If you chose selenium, choose a browser of your choice.\u003c/h5\u003e\n  \u003ch6\u003eYou should have something that looks like this\u003c/h6\u003e\n  \u003cimg src=\"/Images/StepsFinal.png\" alt=\"Steps\"\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 5: Authorize whatsapp web\u003c/h5\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ch5\u003eStep 6: Wait for your messages to be sent :)\u003c/h5\u003e\n\u003c/p\u003e \n\n\u003ch4 align='center'\u003e You're ready to go\u003c/h4\u003e\n\u003ch6 align=\"center\"\u003ePlease do not use this for spamming people\u003cbr\u003e\u003c/h6\u003e\n\u003c/br\u003e\n\n---\n\u003ch3 align=\"center\"\u003e\u003cb\u003eDeveloped with :heart: by \u003ca href=\"https://github.com/mrpandya\"\u003eManan Pandya\u003c/a\u003e.\u003c/b\u003e\u003c/h1\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpandya%2Fwhatsapp-bomber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrpandya%2Fwhatsapp-bomber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpandya%2Fwhatsapp-bomber/lists"}