{"id":19699179,"url":"https://github.com/wechaty/wechaty-puppet-padpro","last_synced_at":"2025-10-05T22:27:30.320Z","repository":{"id":57386367,"uuid":"152960069","full_name":"wechaty/wechaty-puppet-padpro","owner":"wechaty","description":null,"archived":false,"fork":false,"pushed_at":"2020-05-01T01:28:03.000Z","size":650,"stargazers_count":242,"open_issues_count":46,"forks_count":64,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-08-29T07:56:59.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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}},"created_at":"2018-10-14T09:52:24.000Z","updated_at":"2025-05-23T00:37:23.000Z","dependencies_parsed_at":"2022-08-30T10:40:20.635Z","dependency_job_id":null,"html_url":"https://github.com/wechaty/wechaty-puppet-padpro","commit_stats":null,"previous_names":["botorange/wechaty-puppet-padpro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wechaty/wechaty-puppet-padpro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padpro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padpro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padpro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padpro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wechaty","download_url":"https://codeload.github.com/wechaty/wechaty-puppet-padpro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padpro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278444553,"owners_count":25987790,"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-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2024-11-11T20:01:26.887Z","updated_at":"2025-10-05T22:27:30.289Z","avatar_url":"https://github.com/wechaty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WECHATY-PUPPET-PADPRO\n\n[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-blue.svg)](https://github.com/chatie/wechaty)\n[![npm version](https://badge.fury.io/js/wechaty-puppet-padpro.svg)](https://badge.fury.io/js/wechaty-puppet-padpro)\n[![Greenkeeper badge](https://badges.greenkeeper.io/botorange/wechaty-puppet-padpro.svg)](https://greenkeeper.io/)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cb818825ff8146bab6a040febb5bd3c3)](https://app.codacy.com/app/windmemory/wechaty-puppet-padpro?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=botorange/wechaty-puppet-padpro\u0026utm_campaign=Badge_Grade_Settings)\n\nThis module is a sub module of [Wechaty Puppet](https://github.com/Chatie/wechaty/issues/1167).\n\nSee more: [Wechaty](https://github.com/chatie/wechaty) [![NPM Version](https://badge.fury.io/js/wechaty.svg)](https://badge.fury.io/js/wechaty) [![Docker Pulls](https://img.shields.io/docker/pulls/zixia/wechaty.svg?maxAge=2592000)](https://hub.docker.com/r/zixia/wechaty/) [![TypeScript](https://img.shields.io/badge/\u003c%2F\u003e-TypeScript-blue.svg)](https://www.typescriptlang.org/) [![Greenkeeper badge](https://badges.greenkeeper.io/Chatie/wechaty.svg)](https://greenkeeper.io/)\n\n## Install\n\n```shell\nnpm install wechaty\nnpm install wechaty-puppet-padpro\n```\n\n## Example\n\n```ts\nimport { Wechaty } from 'wechaty'\nimport { PuppetPadpro } from 'wechaty-puppet-padpro'\n\nconst WECHATY_PUPPET_PADPRO_TOKEN = 'your-token-here'\n\nconst puppet = new PuppetPadpro({\n  token: WECHATY_PUPPET_PADPRO_TOKEN,\n})\n\nconst bot = new Wechaty({\n  puppet,\n})\n\n// Setting Done\n\n// Run wechaty\nbot\n.on('scan', (qrcode, status) =\u003e console.log(`Scan QR Code to login: ${status}\\nhttps://api.qrserver.com/v1/create-qr-code/?data=${encodeURIComponent(qrcode)}`))\n.on('login',            user =\u003e console.log(`User ${user} logined`))\n.on('message',       message =\u003e console.log(`Message: ${message}`))\n.start()\n```\n\n## Docs\n\n[https://docs.chatie.io](https://docs.chatie.io)\n\n## Token\n\n* We stop selling the token service, only provide technical support to our partner. If you have any needs, please [click here to get alpha test](https://github.com/Chatie/wechaty/issues/1846).\n\n## LICENSE\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fwechaty-puppet-padpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwechaty%2Fwechaty-puppet-padpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fwechaty-puppet-padpro/lists"}