A bot for creating and displaying shared rooms on Wickr.
See the WickrIO Getting Started Guide.
Room Bot understands the following commands:
/help
- Prints a help message with all available commands/list
- Lists all rooms managed by the Room Bot/create
- Creates a new managed room/join
- Joins a managed room/visibility
- Set the visibility of this room
Rooms managed by the Room Bot have a visibility
setting which controls how users can find and join the room.
public
- Any user can list or join the room. If the bot is not a moderator of the room, an invite request will be sent instead.private
- The room is publicly listed, but users must be invitedhidden
- The room is unlisted and invite-only
Originally developed by dwickr.
Run make
to create a new software.tar.gz
package, which can be installed as a WickrIO Custom Integration. See the WickrIO docs for more details.
Ensure your bot is not available to users outside of your network. We highly recommend disabling Wickr Federation for bots by making a security group with that feature disabled: https://docs.aws.amazon.com/wickr/latest/adminguide/security-groups.html#edit-security-group.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.