{"id":15022805,"url":"https://github.com/wechaty/puppet-whatsapp","last_synced_at":"2025-10-24T14:30:38.100Z","repository":{"id":36970854,"uuid":"290995139","full_name":"wechaty/puppet-whatsapp","owner":"wechaty","description":"Wechaty Puppet for Whatsapp","archived":false,"fork":false,"pushed_at":"2024-01-07T23:06:18.000Z","size":783,"stargazers_count":24,"open_issues_count":49,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-03T00:01:13.755Z","etag":null,"topics":["chatbot","wechaty","wechaty-puppet","whatsapp"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/wechaty-puppet-whatsapp","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wechaty.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":"2020-08-28T08:36:50.000Z","updated_at":"2024-05-28T02:43:41.000Z","dependencies_parsed_at":"2024-01-23T21:15:50.602Z","dependency_job_id":"09962cdc-2ba7-4567-a94b-778027107697","html_url":"https://github.com/wechaty/puppet-whatsapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"wechaty/puppet-mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpuppet-whatsapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpuppet-whatsapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpuppet-whatsapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fpuppet-whatsapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wechaty","download_url":"https://codeload.github.com/wechaty/puppet-whatsapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868455,"owners_count":16555616,"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":["chatbot","wechaty","wechaty-puppet","whatsapp"],"created_at":"2024-09-24T19:58:24.213Z","updated_at":"2025-10-24T14:30:36.990Z","avatar_url":"https://github.com/wechaty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WECHATY PUPPET WHATSAPP\n\n[![NPM Version](https://badge.fury.io/js/wechaty-puppet-whatsapp.svg)](https://badge.fury.io/js/wechaty-puppet-whatsapp)\n[![npm (tag)](https://img.shields.io/npm/v/wechaty-puppet-whatsapp/next.svg)](https://www.npmjs.com/package/wechaty-puppet-whatsapp?activeTab=versions)\n[![NPM](https://github.com/wechaty/wechaty-puppet-whatsapp/workflows/NPM/badge.svg)](https://github.com/wechaty/wechaty-puppet-whatsapp/actions?query=workflow%3ANPM)\n[![ES Modules](https://img.shields.io/badge/ES-Modules-brightgreen)](https://github.com/Chatie/tsconfig/issues/16)\n\n![wechaty puppet whatsapp](docs/images/wechaty-puppet-whatsapp.png)\n\n[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-brightgreen.svg)](https://github.com/wechaty/wechaty)\n[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-blue.svg)](https://www.typescriptlang.org/)\n\nPuppet Whatsapp\n\n## USAGE\n\n### Puppet Whatsapp\n\n```ts\nimport { WechatyBuilder }   from 'wechaty'\nimport { PuppetWhatsapp } from 'wechaty-puppet-whatsapp'\n\nconst puppet  = new PuppetWhatsapp()\nconst wechaty = WechatyBuilder.build({ puppet })\n\nwechaty.start()\n```\n\n## WECHATY GETTING STARTED\n\nTL;DR:\n\n```sh\nexport WECHATY_PUPPET=wechaty-puppet-whatsapp\nnpm start\n```\n\nLearn how to run Wechaty bot from \u003chttps://github.com/wechaty/wechaty-getting-started\u003e\n\n## HISTORY\n\n### main v1.19\n\n1. Upgrade to Wechaty Puppet v1.19 API\n1. Upgrade dependencies\n\n### v1.16 (Apr 6, 2022)\n\nSupported all features from [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js/) by [Issue #19](https://github.com/wechaty/puppet-whatsapp/issues/19).\n\nThanks for all efforts from the [@juzibot](https://github.com/orgs/wechaty/teams/juzi) team: [@su-chang](https://github.com/su-chang), [@hcfw007](https://github.com/hcfw007), and [@windmemory](https://github.com/windmemory), who has implemented those features to the Wechaty community!\n\n### v1.0 (Oct 30, 2021)\n\nRelease 1.0 of Wechaty Puppet Whatsapp.\n\n- v0.5 (Sep 2021) Puppet API v0.51 implemented.\n- v0.4 (Sep 2021): ES Modules support\n\n### v0.2 (Feb 11, 2021)\n\n1. Passed the perfect restart unit testing.\n\n### v0.0.1 (Nov, 2020)\n\nInitial version.\n\n1. Kick-off PR from [@univerone](https://github.com/univerone) with ding-dong-bot enabled!\n\n## SPECIAL THANKS\n\nWechaty Puppet Whatsapp is built on top of [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js), which is A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app, created by Pedro S. Lopez, [@pedroslopez](https://github.com/pedroslopez).\n\n## MAINTAINERS\n\n1. [@univerone](https://wechaty.js.org/contributors/univerone) Shanshan JIANG\n1. [@su-chang](https://wechaty.js.org/contributors/su-chang/) Chang SU\n\n## COPYRIGHT \u0026 LICENSE\n\n- Code \u0026 Docs © 2020-now Wechaty Contributors \u003chttps://github.com/wechaty\u003e\n- Code released under the Apache-2.0 License\n- Docs released under Creative Commons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fpuppet-whatsapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwechaty%2Fpuppet-whatsapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fpuppet-whatsapp/lists"}