Skip to main content

Tokens - Wechaty Puppet Services

What is Wechaty Puppet Service Token?

TOKEN is a unique string for authorizing Wechaty Puppet Service.

Examples

  1. WorkPro TOKEN : puppet_workpro_7ce4cf8a1ab789166c39c6
  2. PadLocal TOKEN : puppet_padlocal_7ce48a1ab789166c39c6
  3. Paimon TOKEN : puppet_paimon_7ce4cf8a1ab789166c39c6
  4. Donut TOKEN : puppet_donut_e7ce4cf8a1ab789166c39c6
  5. UUIDv4 TOKEN : 56945fa4-7ce8-4cf8-a1a9-b789166c39c6

When you are using a Wechaty Puppet Service, you need to provide TOKEN to it so that it can serve you correctly.

Get A Token

There are three ways we provide tokens:

  • Free Short Term Token : You can get a short-term free TOKEN for testing.
  • Free Long Term Token : To get a long-term free TOKEN, join our Wechaty Contributor Program.
  • Paid Long Term Token : buy a TOKEN from our Wechaty Puppet Service Providers.

If you have any questions about the Wechaty Puppet Service, please feel free to talk to us by joining our Gitter network if you aren’t already a member.

1. Free TOKEN (Short-term)

Short-term TOKEN(7 days) is for those developers who want to test Wechaty Puppet Service to make sure the service can meet their needs.

TODO: list a easy to follow steps how to apply free token

2. Free TOKEN (Long-term)

Long-term TOKEN is for those developers who have joined our Wechaty Contributor Program.

Anyone who has a merged PR to our GitHub repos will be welcome to join.

TODO: give a short intro for steps to join the WCP.

3. Paid TOKEN

Paid TOKEN is the easiest one to getting started with the Wechaty Puppet Service.

Select a Wechaty Puppet Service from the list below and follow the steps in its page, then contact the Puppet Service Provider to buy one.

If you want to buy more than 10 at a time, or you need consulting services, please contact us in Gitter room at https://gitter.im/wechaty/wechaty.

Wechaty Puppet Services

Now, we have the following Wechaty Puppet Services:

NamePlatformProtocolLife Cycle
WorkProWeComWindowsBeta
WXWorkWeComWindowsDeprecated
PaimonWeChatPadBeta
PadLocalWeChatPadBeta
DonutWeChatWindowsDeprecated

If you are interested in using a Wechaty Puppet Provider directly in your program instead of a Puppet Service, please visit our Wechaty Puppet Directory

Usage

The following shell commands demonstrated how to use it under Linux/macOS:

export WECHATY_PUPPET_SERVICE_TOKEN=__TOKEN__
bot.ts
make bot

__TOKEN__ is your TOKEN.

Learn More

Learn more about all the Wechaty Puppet Services at our official website