{"id":19863214,"url":"https://github.com/hollali/whatsapp_bot","last_synced_at":"2026-05-11T13:02:07.394Z","repository":{"id":248830417,"uuid":"829907759","full_name":"hollali/Whatsapp_bot","owner":"hollali","description":"This script sends a scheduled WhatsApp message using the pywhatkit library. Simply provide the recipient's phone number, message content, and the desired time for sending. Ensure that your WhatsApp Web is logged in on your default browser and that you have an active internet connection. Customize and run the script to automate sending WhatsApp mess","archived":false,"fork":false,"pushed_at":"2024-07-17T08:32:11.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:23:13.760Z","etag":null,"topics":["python","pywhatkit"],"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/hollali.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-17T08:24:54.000Z","updated_at":"2024-07-17T08:35:50.000Z","dependencies_parsed_at":"2024-07-17T10:57:53.817Z","dependency_job_id":null,"html_url":"https://github.com/hollali/Whatsapp_bot","commit_stats":null,"previous_names":["hollali/whatsapp_bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollali%2FWhatsapp_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollali%2FWhatsapp_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollali%2FWhatsapp_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollali%2FWhatsapp_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hollali","download_url":"https://codeload.github.com/hollali/Whatsapp_bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241272619,"owners_count":19937091,"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":["python","pywhatkit"],"created_at":"2024-11-12T15:14:02.736Z","updated_at":"2026-05-11T13:02:02.372Z","avatar_url":"https://github.com/hollali.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Certainly! Here is a README for the given code:\nWhatsApp Message Sender\n\nThis script sends a WhatsApp message to a specified phone number using the pywhatkit library.\nPrerequisites\n\n    Python installed on your system.\n    pywhatkit library installed. You can install it using pip:\n\n    bash\n\n    pip install pywhatkit\n\nUsage\n\n    Clone or download the repository:\n\n    bash\n\ngit clone Whatsapp_bot\ncd Whatsapp_bot\n\nEdit the script: Update the phone_number, message, hour, and minute variables in the script with the desired values.\n\nRun the script:\n\nbash\n\n    python send_whatsapp_bot.py\n\nExample\n\nHere is an example of how to use the script:\n\npython\n\nimport pywhatkit as kit\n\n# Phone number should include the country code\nphone_number = '+233505036932'\nmessage = \"Hi\"\n# Time in 24-hour format\nhour = 5\nminute = 19\n\n# Send the WhatsApp message\nkit.sendwhatmsg(phone_number, message, hour, minute)\n\nprint(\"Message sent successfully!\")\n\nIn this example, the script will send a WhatsApp message saying \"Hi\" to the phone number +233505036932 at 05:19 AM.\nNotes\n\n    Ensure that your computer has an active internet connection.\n    Your WhatsApp Web must be logged in on the default web browser.\n    The script should be run a few minutes before the scheduled time to allow it to open the browser and send the message.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhollali%2Fwhatsapp_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhollali%2Fwhatsapp_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhollali%2Fwhatsapp_bot/lists"}