npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@aimetar/wechaty-puppet-xp

v1.13.1

Published

Puppet XP for Wechaty

Downloads

4

Readme

Wechaty Puppet XP

NPM NPM Version npm (tag) ES Modules

Powered by Wechaty Powered by Sidecar TypeScript Downloads GitHub stars Gitter

Official website: https://wechaty.js.org/docs/puppet-providers/xp

WECHATY PUPPET YOUTH STAR

wechaty-puppet-xp is a local puppet for Wechaty:

  1. If you are a user of Windows,You can use this puppet to implement your chatbot.
  2. It's a completely free service and doesn't need token.

GETTING STARTED

  • STEP 1: Install wechat client in your Windows computer.
  • STEP 2: Login the wechat client on the computer.
  • STEP 3: Getting Started with TypeScript/JavaScript (RECOMMENDED).

QUICK START

1.12.0+ is the latest version, only support WeChat v3.6.0.18, 1.11.14 is the last version base WeChat v3.3.0.115. Note to use the npm package that matches the WeChat version.

git clone https://github.com/wechaty/wechaty-puppet-xp.git
cd wechaty-puppet-xp
npm install
#
# Do not forget to install WeChat with requried version and login.
#

| Run | Source code | Description | | :------------- |:-------------| :-----| | npm start | examples/ding-dong-bot.ts | Puppet ding/dong | | npm run start:ripe | examples/ripe-wechaty.ts | Wechaty ding/dong | | npm run start:raw | examples/raw-sidecar.ts | Sidecar ding/dong |

PUPPET COMPARISON

XP is a young puppet,it keeps growing and improving.

Puppet|xp👍| :---|:---| 支持账号|个人微信| <消息>| 接收文本|✅ 接收图片|✅ 接收文件|✅ 接收动图|✅ 接收表情|✅ 接收小程序卡片|✅ 接收联系人卡片|✅ 接收位置卡片|✅ 发送文本|✅ 发送图片|✅ 发送文件|✅ 发送动图|✅(以文件形式发送) <群组>| @群成员|✅ 群列表|✅ 群成员列表|✅ 群详情|✅ 进群提示|✅ <联系人>| 好友列表|✅ 好友详情|✅ <其他>| 登录事件|✅ 依赖协议|Windows

VERSION SUPPORT

puppet-xp|wechat| |:---|:---| |1.11.14|WeChat-v3.3.0.115| |1.12.7|WeChat-v3.6.0.18| |1.3.x|WeChat-v3.9.2.23|

HISTORY

next v1.13.0 (September 21, 2023)

  1. This version start to support WeChat v3.9.2.23,need to update WeChat on your pc to 3.9.2.23
  2. WeChatSetup-v3.9.2.23.exe

main v1.12.7 (November 22, 2022)

  1. This version start to support WeChat v3.6.0.18,need to update WeChat on your pc to 3.6.0.18
  2. WeChatSetup-v3.6.0.18.exe

v1.11.14

the last version base WeChat 3.3.0.115, next version will support WeChat 3.6.0.18

v1.0

wechaty 1.xx support

v0.5

  1. ES Module support
  2. WeChatSetup-v3.3.0.115.exe

v0.4.7 (Aug 15, 2021)

  1. Support send files.
  2. Support forward text message.

v0.4.2 (Aug 10, 2021)

Support room.say(text, ...mentionList), you can at RoomMember.

v0.4 (Aug 9, 2021)

  1. Added some support for classes Contact and Room
  2. Support bot.Contact.findAll()/bot.Contact.find(query)
  3. Support bot.Room.findAll()/bot.Room.find(query)

v0.2 (July 23, 2021)

  1. Code clean
  2. Fix all unit tests
  3. Run unit testings under Windows
  4. Deploy to NPM with GitHub actions
  5. examples/ding-dong-bot.ts works on Windows!
  6. examples/raw-sidecar.ts works on Windows!
  7. wechaty-getting-started supports WECHATY_PUPPET=wechaty-puppet-xp now.

v0.0.1 (July 19, 2021)

Initial version: https://wechaty.js.org/docs/puppet-providers/xp

Blogs:

Author

  1. Hua ZHANG @cixingguangming55555
  2. Yuchao LU @atorber

Copyright & License

  • Code & Docs © 2021 Wechaty Contributors
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons