chore(readme): remove Greenkeeper badge (#42) Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
chore(readme): remove Greenkeeper badge (#42)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
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.
context
onTurn()
To Be Supported.
An example is located at examples/ directory. Using following command to run it.
examples/
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
botbuilder-wechaty-connect
Release botbuilder-wechaty-adapter@3.0 for BotBuilder v3
botbuilder-wechaty-adapter@3.0
ConsoleConnector
Huan LI <zixia@zixia.net>, who is recognized as both Microsoft Regional Director (RD) and Microsoft Most Valuable Professional (MVP) from Microsoft.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
BOTBUILDER-WECHATY-ADAPTER
Microsoft Bot Framework v4 adapter for Wechat Individual Account
If you are finding the Bot Framework v3 version of this adapter, please goto:
FEATURES
INSTALLATION
Preparation
We assume that, you already have a wechat individual account.
Usage
Step 1, create your wechaty adapter:
Step 2, start listening your wechaty adapter:
From there you can pass the
contextto your bot logic’sonTurn()method.Attachment
To Be Supported.
EXAMPLE
An example is located at
examples/directory. Using following command to run it.THANKS
This package is greatly inspired by:
ISSUES
Please feel free to open issues, if you have any suggestion.
SEE ALSO
CHANGELOG
v4.0 master
Upgrade to Microsoft BotBuilder v4
botbuilder-wechaty-adapterfrombotbuilder-wechaty-connectfor following the v4 naming style.v3.0 Jan 11, 2019
Release
botbuilder-wechaty-adapter@3.0for BotBuilder v3ConsoleConnectorv0.0.1 Apr 17, 2018
npm run exampleTODO
AUTHOR
Huan LI <zixia@zixia.net>, who is recognized as both Microsoft Regional Director (RD) and Microsoft Most Valuable Professional (MVP) from Microsoft.
COPYRIGHT & LICENSE