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 87 getting-started issues
Sort by recently updated
recently updated
newest added

Since install the package seems difficult for newcomers, even for some developers who had developed for a long time. So we decide to add some image for wechaty. Include folloiwng...

enhancement

I'm trying to [hot-import config](https://github.com/suntong/nodecl/blob/8ddf5eb69d8d84a64d8f26118358034f2716de4b/wx/hot-import-bot/on-message.js#L21-L26): ```js const { hotImport } = require('hot-import') async function onMessage (message) { const cfg = await hotImport('./config') console.log(`Received message: ${message} from ${cfg.db.host}`) } ``` It...

question

``` const { Wechaty } = require('wechaty') function setupBot(id) { const bot = new Wechaty({ profile: `memory-cards/${id}` }) bot .on('scan', './on-scan') .start() return bot } setInterval(async () => { setupBot(Math.random())...

Hello, I'm setting up this bot to extract content (image and video) from wechat. This content is only sent by myself (no other contact). I have set up wechaty with...

运行Wechaty Gateway时,通过python运行` contact = await self.Friendship.search(weixin = '183xxxxxxx')`时报如下错误 ``` 20:30:06 VERB StateSwitch active(true)

🚨 The issue tracker is not for questions 🚨 ```bash 17:32:51 INFO StarterBot onScan: Scanned(3) uncaughtException AssertionError [ERR_ASSERTION]: 1 == 0 at Object.equal (D:\projects\wechaty\node_modules\wechat4u\src\util\global.js:53:14) at D:\projects\wechaty\node_modules\wechat4u\src\core.js:195:16 at processTicksAndRejections (node:internal/process/task_queues:96:5) {...

> Important:Please file the issue follow the template, or we won't help you to solve the problem. ## 0. Report Issue Guide 1. Please run the following command and check...

D:\AI\DingDongBot>node dingdongbot.js file:///D:/AI/DingDongBot/dingdongbot.js:20 function onScan (qrcode: string, status: ScanStatus) { ^ SyntaxError: Unexpected token ':' at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:167:18) at callTranslator (node:internal/modules/esm/loader:285:14) at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:291:30) at async link (node:internal/modules/esm/module_job:76:21) Node.js v20.11.0...

截图如下,望能跑起来的大哥解答一下 ![2023-06-30_001504](https://github.com/wechaty/getting-started/assets/38997988/df1ca997-988a-4b74-83f3-d00998a163c4)