![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
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
Huan LI <zixia@zixia.net>, Microsoft Regional Director, MVP.
FAQs
Microsoft Bot Framework v4 Adapter for Wechat PERSONAL Account
The npm package botbuilder-wechaty-adapter receives a total of 3 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.