Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hortbot/hortbot

A Twitch IRC bot - the code behind CoeBot, AutoModBot (and of course, HortBot)
https://github.com/hortbot/hortbot

go golang irc twitch twitch-irc

Last synced: 8 days ago
JSON representation

A Twitch IRC bot - the code behind CoeBot, AutoModBot (and of course, HortBot)

Lists

README

        

# hortbot

[![](https://github.com/hortbot/hortbot/workflows/CI/badge.svg?branch=master)](https://github.com/hortbot/hortbot/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov](https://codecov.io/gh/hortbot/hortbot/branch/master/graph/badge.svg)](https://codecov.io/gh/hortbot/hortbot)

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](https://github.com/golangci/golangci-lint) (for linting; also run in CI)