/wechaty-puppet-padchat

Padchat Puppet for Wechaty

Primary LanguageTypeScriptApache License 2.0Apache-2.0

WECHATY-PUPPET-PADCHAT

Powered by Wechaty NPM Version npm (tag) TypeScript Linux/Mac Build Status Greenkeeper badge

This module is a sub module of Wechaty Puppet.

INSTALL

npm install wechaty@next
npm install wechaty-puppet-padchat

SOURCE

import { Wechaty } from 'wechaty'

const WECHATY_PUPPET_PADCHAT_TOKEN = 'your-token-here'

const puppet = 'wechaty-puppet-padchat'
const puppetOptions = {
  token: WECHATY_PUPPET_PADCHAT_TOKEN,
}
  
const bot = new Wechaty({
  puppet,
  puppetOptions,
})

// You are all set

RUN

./node_modules/.bin/ts-node examples/wechaty-padchat-bot.ts

Currently you can apply a Alpha Testing Padchat Token at here: Wechaty Padchat Alpha Testing

AUTHOR

Jiarui LI rui@chatie.io

LICENSE

Apache-2.0