Skip to content

wongdongd/wechaty-puppet-padlocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start with Demo

0. Apply Token

You need PadLocal token to run this demo. How to Apply Token

1. Prepare Node Environment

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

https://github.com/padlocal/wechaty-puppet-padlocal-demo/blob/42d2ab8dcfeff2b2be1f6b8b2e09d0f5fc0fdc11/main.ts#L10-L12

[Optional] Uncomment following code to turn on debug log https://github.com/padlocal/wechaty-puppet-padlocal-demo/blob/42d2ab8dcfeff2b2be1f6b8b2e09d0f5fc0fdc11/main.ts#L5-L8

4. Run the demo

$ npm run demo

carbon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published