{"id":20169212,"url":"https://github.com/ioxee/wa_bulk_messenger","last_synced_at":"2025-03-03T04:14:02.526Z","repository":{"id":203610724,"uuid":"710014313","full_name":"IOxee/WA_Bulk_Messenger","owner":"IOxee","description":"An automation tool for sending scripted messages line-by-line on WhatsApp Web. Useful for sending bulk messages without manual input.","archived":false,"fork":false,"pushed_at":"2023-10-28T16:52:37.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T15:22:11.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/IOxee.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,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T20:44:17.000Z","updated_at":"2024-06-23T21:13:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8fc430b-89d8-4f5f-bee5-468cba1b932f","html_url":"https://github.com/IOxee/WA_Bulk_Messenger","commit_stats":null,"previous_names":["ioxee/wa_bulk_messenger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IOxee%2FWA_Bulk_Messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IOxee%2FWA_Bulk_Messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IOxee%2FWA_Bulk_Messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IOxee%2FWA_Bulk_Messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IOxee","download_url":"https://codeload.github.com/IOxee/WA_Bulk_Messenger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605820,"owners_count":19989612,"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":[],"created_at":"2024-11-14T01:11:46.037Z","updated_at":"2025-03-03T04:14:02.504Z","avatar_url":"https://github.com/IOxee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhatsApp Web Automated Message Sender (Enhanced Version)\n\u003e Send scripted messages on WhatsApp Web with ease.\n\nThis enhanced tool is designed for those looking to send bulk messages on WhatsApp Web automatically. Beyond the basic features, it offers scheduled messaging and an option for cancellation, ensuring a seamless user experience.\n\n---\n\n## 🚀 Getting Started\n\n### 📋 Prerequisites\n- **WhatsApp Web**: Make sure you have it open in your browser.\n- **Account Login**: Ensure you're logged into your WhatsApp account on the browser.\n\n### 📖 How to Execute the Script\n1. Open your browser's developer tools. Use `Ctrl+Shift+I (F12)` for most browsers or `Cmd+Option+I` on Mac.\n2. Go to the 'Console' tab.\n3. Copy the entire provided script.\n4. Paste the script into the console.\n5. Press `Enter`.\n\n---\n\n## ⚙ Configuration\n\nBefore executing the script, you might want to adjust its configuration:\n\n- **Selectors**:\n  - `SEND_BUTTON_SELECTOR`: Finds the send button on WhatsApp Web.\n  - `TEXTAREA_SELECTOR`: Finds the message input area.\n\n\u003e 📝 Note: These selectors are pre-configured. However, if WhatsApp modifies their web structure in the future, you might need to adjust them.\n\n- **Execution Timing**:\n  - `EXECUTE_IMMEDIATELY`: Determines whether the script runs immediately (`true`) or waits for a scheduled time (`false`).\n  - `TARGET_HOUR`, `TARGET_MINUTE`, `TARGET_SECOND`: Schedule the message. For 2:30:53 PM, set the values to 14, 30, and 53 respectively.\n\n- **Message Content**:\n  - `MESSAGE_TEXT`: Here's where you input your message. Separate lines with line breaks for multiple messages.\n\n---\n\n## 📩 Sending the Messages\n\nOnce you've executed the script, it will either:\n- Send the messages immediately.\n- Wait for the scheduled time (based on `EXECUTE_IMMEDIATELY`).\n\n---\n\n## 🛑 Cancelling Scheduled Messages\n\nChanged your mind about sending the messages? No problem!\n\nIf you've set the script to dispatch messages at a certain time but wish to cancel, use the following command in the console:\n\n```javascript\ncancel();\n```\n\n---\n\n### ❗ Important Note\n\nIf there's a checked checkbox in your WhatsApp Web interface (as illustrated below), uncheck it to ensure the script functions correctly.\n![image](https://github.com/IOxee/WA_Bulk_Messenger/assets/48241519/6abee017-fd52-4173-86ac-42eacf29298e)\n\n---\n\n### 🚫 Disclaimer\n\nThis tool is crafted for personal and ethical purposes only. Using it for spam can result in a ban from WhatsApp. Always adhere to WhatsApp's terms of service. The creators and maintainers of this tool are not responsible for any misuse or consequences resulting from the use of this script.\n\n---\n\n### 📜 License\n\nMIT License\n\nCopyright (c) 2023 IO\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fioxee%2Fwa_bulk_messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fioxee%2Fwa_bulk_messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fioxee%2Fwa_bulk_messenger/lists"}