Closed suntong closed 4 years ago
Working now.
Tested with wechaty-getting-started examples/ding-dong-bot.js
.
See https://github.com/wechaty/wechaty-getting-started/issues/106 & https://github.com/wechaty/wechaty-getting-started/issues/107.
It seems that no problem with this issue, it will be closed now. Thanks for your effort to Wechaty!
Is your feature request related to a problem? Please describe.
Wechaty framework actually has the power to change the puppet on the fly:
I.e., the same script,
starter-bot.js
, does not need to specify which puppet it is using, all can be provided at run time from command line.However,
wechaty-puppet-padplus
based client code is not there yet.Describe the solution you'd like
I'll see if I can try to make starter-bot.js to be puppet agnostic, so
wechaty-puppet-padplus
based script can be started with the same ideology as well.If I make it, I'll report back.
[enhancement]