getting-started
getting-started copied to clipboard
A Starter Project Template for Wechaty works out-of-the-box
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/[email protected]:...
```js import { ScanStatus, WechatyBuilder, log, Friendship } from 'wechaty' ``` 报错SyntaxError: The requested module 'wechaty' does not provide an export named 'Friendship'
## add the cross-env package to dependencies ``` [√ ] Bug Fix [ ] Feature [ ] Other (Refactoring, Added tests, Documentation, ...) ``` ## Checklist - [√ ] Commit...
run in the latest google cloud shell ```bash 12:30:46 INFO StarterBot onScan: Scanned(3) 12:30:48 ERR PuppetWeChatBridge onLoad() exception: Error: execute proxyWechaty(init) error: 503, init() without a ready angularenv file:///home/g3185835784/cloudshell_open/getting-started/node_modules/wechaty-puppet-wechat/src/bridge.ts:356 throw...
const contactList = await bot.Contact.findAll() while I am using this API in the demo code, I found it throws below exception. Is it that you did not implement the FindAll()...
🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/wechaty [question] > cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-wechat npm start > [email protected] start >...
## 1. Versions - What is your wechaty version? Answer: 1.20.2 - Which puppet are you using for wechaty? (padchat/puppeteer/padpro/...) Answer: wechaty-puppet-service - What is your wechaty-puppet-XXX(padchat/puppeteer/) version? Answer: -...
## I'm submitting a... ``` [ ] Bug Fix [ ] Feature [ ] Other (Refactoring, Added tests, Documentation, ...) ``` ## Checklist - [ ] Commit Messages follow the...
根据这里的教程 https://wechaty.js.org/docs/getting-started/running-locally make bot 之后, 用wechat 扫描二维码,手机显示 service unavailable for this account
When I use wechaty-puppet-padlocal,run the script look like following command npx ts-node auto-replyv.ts, The following error message is displayed:Module '"wechaty"' has no exported member 'MessageType'. I already Imported module: import...