All Projects → chatrbot → wechaty-puppet-simplepad

chatrbot / wechaty-puppet-simplepad

Licence: Apache-2.0 License
Another implementation of Wechaty-Puppet

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wechaty-puppet-simplepad

grpc
gRPC Service & Protocol Buffers for Wechaty Puppet
Stars: ✭ 20 (-4.76%)
Mutual labels:  puppet, wechaty
RHCA-study-notes
Red Hat Certified Architect personal study notes
Stars: ✭ 95 (+352.38%)
Mutual labels:  puppet
awesome-puppet
A curated list of amazingly awesome puppet resources inspired by @bayandin's awesome-awesomeness.
Stars: ✭ 62 (+195.24%)
Mutual labels:  puppet
puppet-jira
Atlassian JIRA Puppet Module
Stars: ✭ 62 (+195.24%)
Mutual labels:  puppet
puppet-healthcheck
Puppet resources to evaluate the health and status of things.
Stars: ✭ 22 (+4.76%)
Mutual labels:  puppet
puppet-snmp
Puppet module to manage Net-SNMP.
Stars: ✭ 33 (+57.14%)
Mutual labels:  puppet
vagrant-dspace
(No longer actively maintained. Replaced by Docker compose in main codebase.) DSpace + Vagrant. Quickly spin up a virtual machine (via Vagrant) which is "DSpace development ready"
Stars: ✭ 37 (+76.19%)
Mutual labels:  puppet
control-repo
An opinionated control repository and steps for setting it up in PE
Stars: ✭ 34 (+61.9%)
Mutual labels:  puppet
design-system
A resource for creating user interfaces based on brand, UX, and dev principles
Stars: ✭ 17 (-19.05%)
Mutual labels:  puppet
cumin
An automation and orchestration framework — This is a mirror, to contribute see:
Stars: ✭ 18 (-14.29%)
Mutual labels:  puppet
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (+19.05%)
Mutual labels:  puppet
puppet-kafka
The kafka module for managing the installation and configuration of Apache Kafka
Stars: ✭ 30 (+42.86%)
Mutual labels:  puppet
puppet-augeasproviders
Alternative Augeas-based providers for Puppet
Stars: ✭ 64 (+204.76%)
Mutual labels:  puppet
puppet-graphite
Puppet module for graphite monitoring tools
Stars: ✭ 67 (+219.05%)
Mutual labels:  puppet
php-wechaty
PHP Wechaty is a Conversational SDK for Chatbot Makers Written in PHP
Stars: ✭ 35 (+66.67%)
Mutual labels:  wechaty
puppet-summary
The Puppet Summary is a web interface providing reporting features for Puppet, it replaces the Puppet Dashboard project
Stars: ✭ 41 (+95.24%)
Mutual labels:  puppet
puppet-posix acl
A puppet module for POSIX ACLs
Stars: ✭ 15 (-28.57%)
Mutual labels:  puppet
puppet-tea
Puppet 4.6 Types: Abstracted & Extracted
Stars: ✭ 14 (-33.33%)
Mutual labels:  puppet
puppet-slurm
A Puppet module designed to configure and manage SLURM(see https://slurm.schedmd.com/), an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters
Stars: ✭ 18 (-14.29%)
Mutual labels:  puppet
puppet-rundeck
Module for managing the installatation and configuration of the rundeck orchestration tool
Stars: ✭ 37 (+76.19%)
Mutual labels:  puppet

WECHATY-PUPPET-SIMPLEPAD

Powered by Wechaty TypeScript Stage

如何开始使用

  1. clone我们的demo项目
$ git clone https://github.com/chatrbot/wechaty-puppet-simplepad-demo.git
  1. 安装相应的依赖
$ cd wechaty-puppet-simplepad-demo
$ npm install
  1. 执行运行命令,把{YOUR_TOKEN}替换为您自己的token
$ npx ts-node ./bot.ts -t {YOUR_TOKEN}

更多信息可以阅读wikidemo的介绍.

SimplePad的优势

  • 架构清晰易懂

    SimplePad是以一套完整的Http协议接口为基础进行的Puppet实现.所有主动操作底层都是以Http调用为主,简单明了. 消息接收使用了WebSocket,方便开发者能够在本地开发调试(在没有公网IP的情况下).

  • 扩展方便快捷

    • 如果您擅长的是Java/Python/Go等其他语言或者苦于Node的繁琐?
    • 如果您只是想简单的使用Wechaty的某个功能?
    • 如果您想快速集成相关功能到您已有的项目中?

    我们有全套完整的Http协议的接口,只需要进行简单的Http调用即可实现您想要的功能.

    • 那么如何接收机器人收到的消息?

    我们支持Http回调Websocket两种方式,让您有轻松愉快的开发体验.

  • 提供快捷的操作后台

    在您获取到TOKEN后我们会提供一个快捷的操作后台,让你更为方便的管理自己的TOKEN,并且提供类Postman的接口调试工具来高效的开发和调试.

PUPPET功能对比

SimplePad是目前功能最为完善,接口最为全面(支持Http协议调用),使用最为方便的Puppet实现之一.

Puppet donut wxwork paimon padlocal simplepad👍
支持账号 个人微信 企业微信 个人微信 个人微信 个人微信
<消息>
收发文本
收发个人名片
收发图文链接
发送图片、文件 (较慢)
接收图片、文件
发送视频 (较慢)
接收视频
发送小程序
接收动图
发送动图 (以文件形式发送) (以文件形式发送) (以文件形式发送)
接收语音消息
发送语音消息
转发文本
转发图片
转发图文链接
转发音频
转发视频
转发文件
转发动图
转发小程序
<群组>
创建群聊
设置群公告
获取群公告
群二维码
拉人进群
踢人出群
退出群聊
改群名称
入群事件
离群事件
群名称变更事件
@群成员
群列表
群成员列表
群详情
<联系人>
修改备注
添加好友
自动通过好友
好友列表
好友详情
<朋友圈(http协议)>
朋友圈列表
朋友圈详情
朋友圈点赞
发送朋友圈
删除朋友圈
修改朋友圈背景图
<其他>
登录事件
扫码状态
登出事件
主动退出登录
依赖协议 Windows Windows iPad iPad iPad
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].