{"id":28445076,"url":"https://github.com/wechaty/sidecar-demos","last_synced_at":"2025-06-29T20:33:05.645Z","repository":{"id":91647426,"uuid":"385029891","full_name":"wechaty/sidecar-demos","owner":"wechaty","description":"Sidecar Demos \u0026 Examples","archived":false,"fork":false,"pushed_at":"2021-11-24T03:48:51.000Z","size":204,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T10:11:35.286Z","etag":null,"topics":["rpa","sidecar","wechaty"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-07-11T18:55:28.000Z","updated_at":"2025-02-26T06:20:04.000Z","dependencies_parsed_at":"2024-01-23T21:15:52.162Z","dependency_job_id":"ef1d2f95-1bf1-4c9b-b6d9-68a67dac5ad5","html_url":"https://github.com/wechaty/sidecar-demos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wechaty/sidecar-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fsidecar-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fsidecar-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fsidecar-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fsidecar-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wechaty","download_url":"https://codeload.github.com/wechaty/sidecar-demos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wechaty%2Fsidecar-demos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262663391,"owners_count":23345046,"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":["rpa","sidecar","wechaty"],"created_at":"2025-06-06T10:11:15.878Z","updated_at":"2025-06-29T20:33:05.608Z","avatar_url":"https://github.com/wechaty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sidecar-demos\n\nWechaty community sidecar demos.\n\n[![Sidecar WeChat Win32 X86 3.2.1.121](https://img.shields.io/badge/Sidecar-WeChat%203.2.1.121-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)\n[![Sidecar Lib Factorial Linux x64 Library](https://img.shields.io/badge/Sidecar-Linux%20.so%20(x64)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/factorial-linux-x64-library)\n[![Sidecar Lib Factorial Windows x86 DLL](https://img.shields.io/badge/Sidecar-Windows%20DLL%20(x86)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)\n[![Sidecar Lib Factorial Windows x64 DLL](https://img.shields.io/badge/Sidecar-Windows%20DLL%20(x64)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)\n[![Sidecar User32.DLL Windows MessageBox](https://img.shields.io/badge/Sidecar-MessageBox%20USER32.DLL-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)\n[![Sidecar WeCom Win32 X86](https://img.shields.io/badge/Sidecar-WeCom%20Win32%20(x86)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/wecom-win32-x86)\n\n[![Powered by Sidecar](https://img.shields.io/badge/Powered%20By-Sidecar-red.svg)](https://github.com/huan/sidecar)\n\nA sidecar can intercepting function calls or messages or events passed between your Node.js application and any instant messaging software components.\n\n## Branches\n\nWe are using different branches for different sidecar target application demos:\n\n- [WeChat Sidecar 3.2.1.121](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)\n- [.so(x64) Sidecar for Linux](https://github.com/wechaty/sidecar-demos/tree/so-linux-x64-library)\n- [DLL(x86) Sidecar for Windows](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)\n- [DLL(x64) Sidecar for Windows](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)\n- [USER32.DLL MessageBox Sidecar](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)\n- WeCom Sidecar (TBA)\n\n## Requirements\n\n1. Node.js \u003e= 10\n\n## Install\n\n```sh\ngit clone https://github.com/wechaty/sidecar-demos.git\ncd sidecar-demos\nnpm install\n```\n\n## Usage\n\nFirst, you need to launch the application which you want to attach the sidecar. After your account has been logged in:\n\n```sh\nnpm start\n```\n\nThen your account will be able to reply `dong` automatically when receives a message with text `ding`.\n\n## To-do list\n\n- [ ] WeCom Android\n  - [wecom android](https://github.com/edxposedd/wework)\n- [ ] WeChat Mac\n- [ ] WeCom Windows\n  - [3.0.27.2701](https://github.com/smallevilbeast/wxwork_pc_api)\n\n## History\n\n### master v0.7\n\n### v0.6 (Jul 27, 2021) [![Sidecar User32.DLL Windows MessageBox](https://img.shields.io/badge/Sidecar-MessageBox%20USER32.DLL-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)\n\n1. [USER32.DLL MessageBox Sidecar](https://github.com/wechaty/sidecar-demos/tree/user32-dll-win32-message-box)\n\n### v0.5 (Jul 19, 2021) [![Sidecar Lib Factorial Windows x86 DLL](https://img.shields.io/badge/Sidecar-Windows%20DLL%20(x86)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)\n\n1. [Windows DLL(x86) Sidecar](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x86-library)\n\n### v0.4 (Jul 18, 2021) [![Sidecar Lib Factorial Windows x64 DLL](https://img.shields.io/badge/Sidecar-Windows%20DLL%20(x64)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)\n\n1. [Windows DLL(x64) Sidecar](https://github.com/wechaty/sidecar-demos/tree/dll-windows-x64-library)\n\n### 0.3 (Jul 17, 2021) [![Sidecar Lib Factorial Linux x64 Library](https://img.shields.io/badge/Sidecar-Linux%20.so%20(x64)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/factorial-linux-x64-library)\n\n1. [Linux .so Sidecar](https://github.com/wechaty/sidecar-demos/tree/so-linux-x64-library)\n\n### 0.2 (Jun 14, 2021) [![Sidecar WeCom Win32 X86](https://img.shields.io/badge/Sidecar-WeCom%20Win32%20(x86)-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/wecom-win32-x86)\n\n1. [WeCom Sidecar Win32 X86](https://github.com/wechaty/sidecar-demos/tree/wecom-win32-x86)\n\n### 0.1 (Jun 13, 2021) [![Sidecar WeChat Win32 X86 3.2.1.121](https://img.shields.io/badge/Sidecar-WeChat%203.2.1.121-brightgreen)](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)\n\n1. [WeChat Sidecar 3.2.1.121](https://github.com/wechaty/sidecar-demos/tree/wechat-win32-x86-3.2.1.121)\n\n### 0.0.1 (Jun 12, 2021)\n\n1. First release\n1. Powered by [Sidecar](https://github.com/huan/sidecar)\n\n## Special thanks\n\n1. 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.\n\n## Author\n\n[Huan](https://github.com/huan) [(李卓桓)](http://linkedin.com/in/zixia), Tencent TVP of Chatbot, \\\u003czixia@zixia.net\\\u003e\n\n[![Profile of Huan LI (李卓桓) on StackOverflow](https://stackoverflow.com/users/flair/1123955.png)](https://stackoverflow.com/users/1123955/huan)\n\n## Copyright \u0026 License\n\n- Code \u0026 Docs © 2021-now Huan\n- Code released under the Apache-2.0 License\n- Docs released under Creative Commons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fsidecar-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwechaty%2Fsidecar-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwechaty%2Fsidecar-demos/lists"}