You need PadLocal token to run this demo. How to Apply Token
Install Node, 16 LTS version is recommended.
$ node --version // >= v16.0.0
2. Clone the wechaty-puppet-padlocal-demo project.
$ git clone [email protected]:padlocal/wechaty-puppet-padlocal-demo.git
Then install Node dependencies.
$ cd wechaty-puppet-padlocal-demo
$ npm install
3. Set you PadLocal Token in main.ts
wechaty-puppet-padlocal-demo/main.ts
Lines 10 to 12 in 42d2ab8
[Optional] Uncomment following code to turn on debug log
wechaty-puppet-padlocal-demo/main.ts
Lines 5 to 8 in 42d2ab8
$ npm run demo