https://github.com/wechaty/sidecar-demos
Sidecar Demos & Examples
https://github.com/wechaty/sidecar-demos
rpa sidecar wechaty
Last synced: 3 months ago
JSON representation
Sidecar Demos & Examples
- Host: GitHub
- URL: https://github.com/wechaty/sidecar-demos
- Owner: wechaty
- License: apache-2.0
- Created: 2021-07-11T18:55:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T03:48:51.000Z (almost 4 years ago)
- Last Synced: 2025-06-06T10:11:35.286Z (4 months ago)
- Topics: rpa, sidecar, wechaty
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sidecar-demos
Wechaty community sidecar demos.
[](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)
[-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/factorial-linux-x64-library)
[-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)
[-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)
[](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)
[-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/wecom-win32-x86)[](https://github.com/huan/sidecar)
A sidecar can intercepting function calls or messages or events passed between your Node.js application and any instant messaging software components.
## Branches
We are using different branches for different sidecar target application demos:
- [WeChat Sidecar 3.2.1.121](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)
- [.so(x64) Sidecar for Linux](https://github.com/wechaty/sidecar-demos/tree/so-linux-x64-library)
- [DLL(x86) Sidecar for Windows](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)
- [DLL(x64) Sidecar for Windows](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)
- [USER32.DLL MessageBox Sidecar](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)
- WeCom Sidecar (TBA)## Requirements
1. Node.js >= 10
## Install
```sh
git clone https://github.com/wechaty/sidecar-demos.git
cd sidecar-demos
npm install
```## Usage
First, you need to launch the application which you want to attach the sidecar. After your account has been logged in:
```sh
npm start
```Then your account will be able to reply `dong` automatically when receives a message with text `ding`.
## To-do list
- [ ] WeCom Android
- [wecom android](https://github.com/edxposedd/wework)
- [ ] WeChat Mac
- [ ] WeCom Windows
- [3.0.27.2701](https://github.com/smallevilbeast/wxwork_pc_api)## History
### master v0.7
### v0.6 (Jul 27, 2021) [](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)
1. [USER32.DLL MessageBox Sidecar](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)
### v0.5 (Jul 19, 2021) [-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)
1. [Windows DLL(x86) Sidecar](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)
### v0.4 (Jul 18, 2021) [-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)
1. [Windows DLL(x64) Sidecar](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)
### 0.3 (Jul 17, 2021) [-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/factorial-linux-x64-library)
1. [Linux .so Sidecar](https://github.com/wechaty/sidecar-demos/tree/so-linux-x64-library)
### 0.2 (Jun 14, 2021) [-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/wecom-win32-x86)
1. [WeCom Sidecar Win32 X86](https://github.com/wechaty/sidecar-demos/tree/wecom-win32-x86)
### 0.1 (Jun 13, 2021) [](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)
1. [WeChat Sidecar 3.2.1.121](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)
### 0.0.1 (Jun 12, 2021)
1. First release
1. Powered by [Sidecar](https://github.com/huan/sidecar)## Special thanks
1. Thanks to @cixingguangming55555 who is a hacker and chatbot hard core fan. He created and shared [老张学技术](https://github.com/cixingguangming55555/wechat-bot) to the chatbot developers' community which is a great source of knowledge.
## Author
[Huan](https://github.com/huan) [(李卓桓)](http://linkedin.com/in/zixia), Tencent TVP of Chatbot, \
[](https://stackoverflow.com/users/1123955/huan)
## Copyright & License
- Code & Docs © 2021-now Huan
- Code released under the Apache-2.0 License
- Docs released under Creative Commons