getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

A Starter Project Template for Wechaty works out-of-the-box

Results 83 getting-started issues
Sort by recently updated
recently updated
newest added

##Env: "qrcode-terminal": "^0.12.0", "wechaty": "^1.18.1", "wechaty-puppet-wechat": "^1.18.1" "node":v16.14.2 OS:Windows10 npm:8.5.0 ##reproduce: ``` mkdir ding-dong-bot cd ding-dong-bot npm init -y npm install wechaty npm install qrcode-terminal npm install wechaty-puppet-wechat ``` (Create...

question

## I'm submitting a... ``` [ ] Bug Fix [ ] Feature [- ] Other (Refactoring, Added tests, Documentation, ...) ``` ## Checklist - [ ] Commit Messages follow the...

## 1. Versions - What is your wechaty version? Answer:Wechaty Getting Started - Which puppet are you using for wechaty? (padchat/puppeteer/padpro/...) Answer:puppet - What is your wechaty-puppet-XXX(padchat/puppeteer/) version? Answer:wechaty-puppet-wechat -...

For example, like this one: We need a getting started screencast for beginners in README.md.

enhancement
help wanted

🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/wechaty [question]

my node version: 10/14/16/18 while i use each node version to install in this template, always trigger errors like these: npm ERR! code 1 npm ERR! path /Users/xiao/WorkSpace/MySpace/vv-wechaty/node_modules/frida npm ERR!...

![图片](https://user-images.githubusercontent.com/106372074/170649947-882e03d6-0979-4b28-9d39-727a202e8d8a.png)

Today, I ran the demo `wechaty-getting-started` with the default configuration, it was successful But when I ran the demo with the latest versions of `[email protected]` and `[email protected]` ```js npm run...

question

uncaughtException AssertionError [ERR_ASSERTION]: 1 == 0 at Object.equal (C:\Users\Admin\Desktop\bot\node_modules\wechat4u\lib\util\global.js:69:24) at C:\Users\Admin\Desktop\bot\node_modules\wechat4u\lib\core.js:214:24 at processTicksAndRejections (node:internal/process/task_queues:96:5) { code: 2, details: 'AssertionError [ERR_ASSERTION]: 1 == 0\n' + ' at Object.equal (C:\\Users\\Admin\\Desktop\\bot\\node_modules\\wechat4u\\lib\\util\\global.js:69:24)\n' + '...

I tried to use this example https://wechaty-gettingstarted-c8yuaq9m5m1.ws-us45.gitpod.io/, but the QR code doesn't work.