Skip to content

hortbot/hortbot

Repository files navigation

hortbot

codecov

A chat bot for Twitch.

Features

  • Custom commands
  • Repeated / scheduled commands
  • Moderation and filters
  • Quotes
  • Variables
  • LastFM, Steam integration, and more

Cool new stuff

  • Zero-downtime updates
  • Multi-domain website
  • OAuth token management for both users and bot instances
  • A real command parser (instead of ordered string replacements)
  • Improved URL filtering

Credits

  • endsgamer, for the original CoeBot codebase.
  • oxguy3, for the original CoeBot website.

Requirements

To build:

  • Go 1.22+

For development:

  • Docker (for tests and model generation)
  • golangci-lint (for linting; also run in CI)