Home - ahamlinman/peribot GitHub Wiki

Welcome to the Peribot wiki! The wiki includes various tutorials, guides, and references for individuals who want to develop with Peribot.

Tutorials

  • Zero to Peribot: A "Hello, world!" for Peribot and Peribot::GroupMe, which takes you through the steps necessary to create a basic GroupMe bot.

Guides

  • Building Services: A guide to how services in Peribot work, as well as how to create services with Peribot::Service and handler methods.
  • How Peribot Thinks: An overview of Peribot's lower-level architecture that explains how Peribot::Service and Peribot::Processor work under the hood. This guide also introduces the processing stages implemented by Peribot.

References

  • Message Format: The official standard format for all messages in Peribot. If you plan to create any sort of advanced functionality, you probably need to be familiar with this.