Wickr IO Hello World Bot
Wickr's Hello World Bot
Description:
Responds to users messages with canned responses sent out in a numerical order
- Note: This is a good template to edit and create a custom integration for Wickr
Configuration:
Wickr IO integrations are configured by running the configure.sh file,
to add any additional tokens you want to prompt for do so by adding them to the array in line 63 in configure.js
Required tokens:
- DATABASE_ENCRYPTION_KEY - Choose a 16-character(minimum) string key to derive the crypto key from in order to encrypt and decrypt the user database of this bot. This must be specified, there is no default. NOTE: be careful not to change if reconfiguring the bot or else the user database won't be accessible.