{"id":19990019,"url":"https://github.com/wechaty/wechaty-puppet-padchat","last_synced_at":"2025-05-04T09:34:13.651Z","repository":{"id":57169597,"uuid":"133892280","full_name":"wechaty/wechaty-puppet-padchat","owner":"wechaty","description":"Padchat Puppet for Wechaty","archived":true,"fork":false,"pushed_at":"2019-12-01T12:35:00.000Z","size":935,"stargazers_count":281,"open_issues_count":84,"forks_count":46,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-10-13T23:47:23.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/wechaty-puppet-padchat","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-en.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-05-18T02:25:30.000Z","updated_at":"2024-10-05T10:41:20.000Z","dependencies_parsed_at":"2022-09-11T02:10:21.689Z","dependency_job_id":null,"html_url":"https://github.com/wechaty/wechaty-puppet-padchat","commit_stats":null,"previous_names":["lijiarui/wechaty-puppet-padchat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fwechaty-puppet-padchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wechaty","download_url":"https://codeload.github.com/wechaty/wechaty-puppet-padchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224391390,"owners_count":17303609,"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":[],"created_at":"2024-11-13T04:50:54.253Z","updated_at":"2024-11-13T04:51:04.742Z","avatar_url":"https://github.com/wechaty.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# WECHATY-PUPPET-PADCHAT (DEPRECATED)\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-padchat.svg)](https://www.npmjs.com/package/wechaty-puppet-padchat)\n[![npm (tag)](https://img.shields.io/npm/v/wechaty-puppet-padchat/next.svg)](https://www.npmjs.com/package/wechaty-puppet-padchat?activeTab=versions)\n[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-blue.svg)](https://www.typescriptlang.org/)\n[![Linux/Mac Build Status](https://travis-ci.com/lijiarui/wechaty-puppet-padchat.svg?branch=master)](https://travis-ci.com/lijiarui/wechaty-puppet-padchat) [![Greenkeeper badge](https://badges.greenkeeper.io/lijiarui/wechaty-puppet-padchat.svg)](https://greenkeeper.io/)\n\n# DEPRECATED\n\nThis project is no longer maintained and supported, for people who need to use iPad way connect to wechat, please check [`wechaty-puppet-padpro`](https://github.com/botorange/wechaty-puppet-padpro)\n\n`wechaty-puppet-padpro` is an upgrade version of this project, provides more features and more stable service. \n\n---\n\nThis module is a sub module of [Wechaty Puppet](https://github.com/Chatie/wechaty/issues/1167).\n\n## INSTALL\n\n```shell\nnpm install wechaty\nnpm install wechaty-puppet-padchat\n```\n\n## SOURCE\n\n```ts\nimport { Wechaty } from 'wechaty'\n\nconst WECHATY_PUPPET_PADCHAT_TOKEN = 'your-token-here'\n\nconst puppet = 'wechaty-puppet-padchat'\nconst puppetOptions = {\n  token: WECHATY_PUPPET_PADCHAT_TOKEN,\n}\n  \nconst bot = new Wechaty({\n  puppet,\n  puppetOptions,\n})\n\n// You are all set\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## RUN\n\n```shell\n./node_modules/.bin/ts-node examples/wechaty-padchat-bot.ts\n```\n\n## Get Token\n\nScan the qrcode to contact us and ask for token\n![contact](./image/contact.gif)\n\n[More info about token](https://github.com/lijiarui/wechaty-puppet-padchat/wiki/Buy-Padchat-Token)\n\n## Doc\nhttps://docs.chatie.io/wechaty\n\n## AUTHOR\n\nJiarui LI \u003crui@chatie.io\u003e\n\n## LICENSE\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fwechaty-puppet-padchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwechaty%2Fwechaty-puppet-padchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fwechaty-puppet-padchat/lists"}