{"id":13809186,"url":"https://github.com/Los-had/whatsapp-automation","last_synced_at":"2025-05-14T05:33:26.513Z","repository":{"id":104443255,"uuid":"380365896","full_name":"Los-had/whatsapp-automation","owner":"Los-had","description":"Automating whatsapp with python","archived":false,"fork":false,"pushed_at":"2021-07-13T23:35:27.000Z","size":79,"stargazers_count":62,"open_issues_count":0,"forks_count":13,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-08-04T01:10:21.062Z","etag":null,"topics":["automation","python","whatsapp"],"latest_commit_sha":null,"homepage":"https://los-had.github.io/whatsapp-automation/","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/Los-had.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}},"created_at":"2021-06-25T22:23:35.000Z","updated_at":"2024-04-09T12:36:02.000Z","dependencies_parsed_at":"2023-04-20T23:35:22.455Z","dependency_job_id":null,"html_url":"https://github.com/Los-had/whatsapp-automation","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Los-had%2Fwhatsapp-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Los-had%2Fwhatsapp-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Los-had%2Fwhatsapp-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Los-had%2Fwhatsapp-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Los-had","download_url":"https://codeload.github.com/Los-had/whatsapp-automation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225277990,"owners_count":17448800,"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","python","whatsapp"],"created_at":"2024-08-04T01:02:05.566Z","updated_at":"2024-11-19T01:30:52.220Z","avatar_url":"https://github.com/Los-had.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# whatsapp-automation\n Automating whatsapp with python\n## used on this project\n- [x] pyautogui\n- [x] pywhatkit\n- [x] pyttsx3\n- [x] SpeechRecognition\n- [x] colorama\n    * embedded in python\n        - [x] time\n        - [x] random\n        - [x] sys\n        - [x] webbrowser\n        - [x] sqlite3 and sqlite3 Error\n    \n## why?\nI created this project to improve myself and study a little more in the subjects of python and task automation\n\n## using\n***WARNING: this program needs sqlite3 db installed to work properly.***\n\n***WARNING: this program needs internet connection to work properly.***\n\ndownload the dependencies running this commands on your terminal \n```\ncd ./whatsapp-automation\ncd ./app\ncd ./dependencies\npip install -r requirements.txt\n``` \nor the executing the file ``denpendencies.cmd`` or ``dependencies.sh`` when the installing processes finish \ndownload the project in the github after that open your terminal and write \n```\ncd ./whatsapp-automation\ncd ./app\npython app.py\n```\n\n## mvp\n\n- [x] send messages \n    - [x] send encrypted messages  | [features](#sem)\n    - [x] send random messages | [features](#srm)\n- [x] embedded spammer | [features](#spammerfeatures)\n\n### Extra\n- [x] Contacts sqlite db | [features](#cdbf)\n    - [x] view all the contacts in the list,\n    - [x] add contacts in the list,\n    - [x] delete contacts in the list\n    - [x] update contact info\n- [x] send other types of media on whatsapp like videos, photos and more.  | [features](#otm)\n- [x] speech recognition  | [features](#sr)\n- [x] tts  | [features](#tts)\n\n\n## Features\n\n\u003cdiv id=\"spammerfeatures\"\u003e\n    \u003ch3\u003eembedded spammer features\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003eembedded time counter, with voice\u003c/li\u003e\n        \u003cli\u003ecustom messages delay\u003c/li\u003e\n        \u003cli\u003ecustom messages content\u003c/li\u003e\n        \u003cli\u003euses pyautogui for more faster spam\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\u003cdiv id=\"sem\"\u003e\n    \u003ch3\u003eencrypted message features\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003eembedded Caesar cipher encryption system, with voice\u003c/li\u003e\n        \u003cli\u003ecustom messages delay\u003c/li\u003e\n        \u003cli\u003ecustom messages content\u003c/li\u003e\n        \u003cli\u003ecustom cipher key\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\u003cdiv id=\"cdbf\"\u003e\n    \u003ch3\u003eContacts.db crud\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ci\u003eC\u003c/i\u003ereate contacts\u003c/li\u003e\n        \u003cli\u003e\u003ci\u003eR\u003c/i\u003eead contacts\u003c/li\u003e\n        \u003cli\u003e\u003ci\u003eU\u003c/i\u003epdate contacts\u003c/li\u003e\n        \u003cli\u003e\u003ci\u003eD\u003c/i\u003eelete contacts\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\u003cdiv id=\"sr\"\u003e\n    \u003ch3\u003espeech recognition features\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003etransform voice in text\u003c/li\u003e\n        \u003cli\u003esave the text in a .txt file\u003c/li\u003e\n        \u003cli\u003eauto save\u003c/li\u003e\n        \u003cli\u003eenglish support\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\u003cdiv id=\"tts\"\u003e\n    \u003ch3\u003etts features\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003etransform your text in voice\u003c/li\u003e\n        \u003cli\u003esave the voice in a .mp3 file\u003c/li\u003e\n        \u003cli\u003eauto save\u003c/li\u003e\n        \u003cli\u003evarious voices\u003c/li\u003e\n        \u003cli\u003evarious languages support\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\u003cdiv id=\"otm\"\u003e\n    \u003ch3\u003esend images features\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003esend images\u003c/li\u003e\n        \u003cli\u003ecustom delay\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLos-had%2Fwhatsapp-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLos-had%2Fwhatsapp-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLos-had%2Fwhatsapp-automation/lists"}