{"id":14986923,"url":"https://github.com/fitri-hy/whatsapp-bot","last_synced_at":"2025-10-15T20:20:13.432Z","repository":{"id":249667614,"uuid":"831370034","full_name":"fitri-hy/whatsapp-bot","owner":"fitri-hy","description":"Whastapp Bot With All In One Tool","archived":false,"fork":false,"pushed_at":"2024-11-01T04:33:25.000Z","size":78190,"stargazers_count":12,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T23:14:13.196Z","etag":null,"topics":["ai","bot","downloader","gpt","image","video","wabot","whatsapp","whatsapp-bot","whatsapp-client"],"latest_commit_sha":null,"homepage":"","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/fitri-hy.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,"zenodo":null}},"created_at":"2024-07-20T11:01:07.000Z","updated_at":"2024-11-25T14:09:23.000Z","dependencies_parsed_at":"2024-09-14T20:54:53.259Z","dependency_job_id":"485ce9bc-89bb-4658-84fd-00fe557a1455","html_url":"https://github.com/fitri-hy/whatsapp-bot","commit_stats":{"total_commits":60,"total_committers":2,"mean_commits":30.0,"dds":"0.18333333333333335","last_synced_commit":"4cb5a1e742d3fcbd8b3616dc1b772528811639d4"},"previous_names":["fitri-hy/whatsapp-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/whatsapp-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fwhatsapp-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fwhatsapp-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fwhatsapp-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fwhatsapp-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/whatsapp-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fwhatsapp-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279110904,"owners_count":26105907,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["ai","bot","downloader","gpt","image","video","wabot","whatsapp","whatsapp-bot","whatsapp-client"],"created_at":"2024-09-24T14:13:47.840Z","updated_at":"2025-10-15T20:20:08.412Z","avatar_url":"https://github.com/fitri-hy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whatsapp Bot\n\n### Bulk Message\n```\n.bulk list\n```\n```\n.bulk create \u003cnamegroup\u003e \u003cphone1,phone2,phone3,...\u003e \"responseText\"\n\nexample:\n.bulk create group-bulk 681111111111,6282222222222,62833333333 \"Hi, This is a bulk message\"\n```\n```\n.bulk start \u003cgroup_name\u003e\n\nexample:\n.bulk start group-bulk\n```\n\n### Custom Message\nGo to: `/config/ConfigMessage.json\n\n### App Searching\n```\n.app \u003cquery\u003e\n\nexample:\n.app whatsapp\n```\n\n### Chat GPT\n```\n.ai \u003cquestion\u003e\n\nexample:\n.ai hi\n```\n\n### SEO Checker\n```\n.seo \u003cdomain\u003e\n\nexample:\n.seo i-as.dev\n```\n\n### Math\n```\n.mtk \u003csummation\u003e\n\nexample:\n.mtk 10+10-10*2/2\n```\n\n### Encrypted\n```\n.md5 \u003ctext\u003e - Generates an MD5 hash of the text.\n.sha256 \u003ctext\u003e - Generates a SHA-256 hash of text.\n.sha512 \u003ctext\u003e - Generates a SHA-512 hash of the text.\n.ripemd160 \u003ctext\u003e - Generates a RIPEMD-160 hash of the text.\n.blake2 \u003ctext\u003e - Generates a BLAKE2 hash of the text.\n```\n\n### Translation\n```\n.translate \u003clang-id\u003e \u003ctext\u003e\n\nexample:\n.translate id hungry\n```\n\n### PDF Searching\n```\n.searchpdf \u003cquery\u003e\n\nexample:\n.searchpdf modules javascript\n```\n\n### Video Searching\n```\n.searchvideo \u003cquery\u003e\n\nexample:\n.searchvideo learn javascript\n```\n\nFeatures will continue to grow over time\n\n## Instalation\n```\ngit clone https://github.com/fitri-hy/whatsapp-bot.git\ncd whatsapp-bot\nnpm install\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fwhatsapp-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fwhatsapp-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fwhatsapp-bot/lists"}