Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
botbuilder-wechaty-adapter
Advanced tools
Microsoft Bot Framework v4 Adapter for Wechat PERSONAL Account
Source: Time to do it differently, build chatbots with streams
Microsoft Bot Framework v4 adapter for Wechat Individual Account
If you are finding the Bot Framework v3 version of this adapter, please goto:
npm install botbuilder-wechaty-adapter
We assume that, you already have a wechat individual account.
Step 1, create your wechaty adapter:
import { WechatyAdapter } from "botbuilder-wechaty-adapter"
const adapter = new WechatyAdapter()
Step 2, start listening your wechaty adapter:
const closeFn = await adapter.listen(async (context: TurnContext) => {
// ...
})
From there you can pass the context
to your bot logic's onTurn()
method.
To Be Supported.
An example is located at examples/
directory. Using following command to run it.
npm run example
This package is greatly inspired by:
Please feel free to open issues, if you have any suggestion.
Upgrade to Microsoft BotBuilder v4
botbuilder-wechaty-adapter
from botbuilder-wechaty-connect
for following the v4 naming style.Release botbuilder-wechaty-adapter@3.0
for BotBuilder v3
ConsoleConnector
npm run example
FAQs
Microsoft Bot Framework v4 Adapter for Wechat PERSONAL Account
The npm package botbuilder-wechaty-adapter receives a total of 6 weekly downloads. As such, botbuilder-wechaty-adapter popularity was classified as not popular.
We found that botbuilder-wechaty-adapter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.