Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sjdiego/fishbot

A clone of the original Fishbot of Quakenet
https://github.com/sjdiego/fishbot

Last synced: 3 days ago
JSON representation

A clone of the original Fishbot of Quakenet

Awesome Lists containing this project

README

        

# Fishbot 🐟

A clone look-a-like from the original bot of Quakenet, but made in Go.

### 🔧 How to use

1. Rename the file __config.yml.example__ to __config.yml__
2. Change the `Hostname`, `Port` and other parameters as desired
3. Compile and run using `go build .` and `./fishbot`
- Or run it directly with `go run .`

If you are using Docker to deploy the bot you can use environment variables to
override config.yml parameters.

### 🎣 How to invite bot to my channel

You have to set the config parameter `allow_invites` to `true`. Then everybody
will be able to add the bot to its channel using `/INVITE <#channel>`.