seabornlee / banban

A WeChat group bot to facilitate learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can apply for the PadLocal TOKEN from here. The code snippets below illustrate what has been described above on Linux/ MacOS and on Windows.

On Linux / macOS

export WECHATY_PUPPET=wechaty-puppet-padlocal
export WECHATY_PUPPET_PADLOCAL_TOKEN='puppet_padlocal_your-token-here'
npm start

On Windows

set WECHATY_PUPPET=wechaty-puppet-padlocal
set WECHATY_PUPPET_PADLOCAL_TOKEN='puppet_padlocal_your-token-here'
npm start

About

A WeChat group bot to facilitate learning


Languages

Language:JavaScript 100.0%