gateway-irc

command module
v0.0.0-...-c895854 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2021 License: MIT Imports: 12 Imported by: 0

README

bytebot-irc

Running bytebot with docker-compose

First, let's configure the bot with a .env file, supposing that an IRC server runs at irc.example.com/6697, fill your .env as follows:

BYTEBOT_NICK="your-bots-nick"
BYTEBOT_SERVER="irc.example.com:6697"
BYTEBOT_CHANNELS="#test,#bytebot"

Then, we can run the main gateway with docker-compose up, the redis server will be accessible on localhost's port 6379, and in the #test and #bytebot channels of the server.

Writing an application

You can find a commented reaction application in the examples, named reaction.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL