Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sjdiego/fishbot
- Owner: sjdiego
- Created: 2023-01-07T18:29:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T12:15:03.000Z (about 1 year ago)
- Last Synced: 2023-10-08T13:26:20.696Z (about 1 year ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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>`.