{"id":31051781,"url":"https://github.com/ajay-develops/whatsapp-bot","last_synced_at":"2026-04-19T05:35:15.389Z","repository":{"id":181054014,"uuid":"654974543","full_name":"ajay-develops/whatsapp-bot","owner":"ajay-develops","description":"A WhatsApp bot extension to send messages","archived":false,"fork":false,"pushed_at":"2023-08-28T18:40:40.000Z","size":183,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"multi-user-baileys","last_synced_at":"2025-09-15T00:54:53.000Z","etag":null,"topics":["whatsapp-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ajay-develops.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":"2023-06-17T13:52:45.000Z","updated_at":"2023-10-21T16:03:26.000Z","dependencies_parsed_at":"2024-11-11T16:46:43.568Z","dependency_job_id":null,"html_url":"https://github.com/ajay-develops/whatsapp-bot","commit_stats":null,"previous_names":["templar-ajay/whatsapp-web.js-automatic-messaging-solution","templar-ajay/whatsapp-bot","ajay-develops/whatsapp-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajay-develops/whatsapp-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-develops%2Fwhatsapp-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-develops%2Fwhatsapp-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-develops%2Fwhatsapp-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-develops%2Fwhatsapp-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajay-develops","download_url":"https://codeload.github.com/ajay-develops/whatsapp-bot/tar.gz/refs/heads/multi-user-baileys","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-develops%2Fwhatsapp-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["whatsapp-bot"],"created_at":"2025-09-15T00:54:40.256Z","updated_at":"2026-04-19T05:35:15.384Z","avatar_url":"https://github.com/ajay-develops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whatsapp-web.js-automatic-messaging-solution\n\na custom solution to send automated whatsapp messages using a CRM or POST requests.\n\n# development commands\n## To install the chrome extension \n- `cd client`\n- `npm i`\n- `npm run dev`\n- goto `chrome://extensions/`\n- enable `developer mode`\n- click `load unpacked`\n- navigate to the `client` folder and select the `dist` folder\n## To start the server locally\n- `cd server`\n- `npm i`\n- `npm run dev`\n\n- send message url - `http://localhost:8080/send-message`\n- request type - POST\n- JSON payload - \n```json\n{\n  \"customData\":  {\n    \"secret\":\"the secret key generated and authenticated by the chrome extension\",\n    \"phoneNumber\":\"the phone number you want to send message along with country code\",\n    \"message1\":\"the message you want to send\",\n    \"message2\":\"you can send multiple messages and the server will randomly choose one messsage and send it\"\n  }\n}\n```\n\n# production commands for ubuntu\n\n```bash\n# update ubuntu\nsudo apt update\n\n# install nvm\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash\nsource ~/.bashrc\n\n# install node\nnvm install --lts\n\n# installing the pm2 service\nnpm install -g pm2\n\n# delete the logs after a certain amount of time\npm2 install pm2-logrotate\n\n# clone this repo\ngit clone https://github.com/templar-ajay/whatsapp-bot.git\n\ncd whatsapp-bot/server\nnpm i\n```\n\nStart the server\n\n```bash\n# start the process using pm2\npm2 start server.js --name server\n\n# check logs of the process\npm2 logs 1\n# here 1 is the id of the process\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajay-develops%2Fwhatsapp-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajay-develops%2Fwhatsapp-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajay-develops%2Fwhatsapp-bot/lists"}