Skip to content

Grub4K/honeybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honeypot bot

Go Discord Bot for setting up a honeypot channel

Usage

Create a config.json in the programs working directory with the following format.

{
    "token": "<bot token>",
    "channels": {
        "<channel id>": {
            "delete": "24h",
            "ignored_roles": [
                "<role id>",
                "<role id>",
            ]
        }
    }
}

Currently the delete key only supports increments of 24h. Any changes to the config file will be automatically watched for using a filesystem watcher.

Docker Compose

Use a compose file that uses the published image from the GitHub Container Registry:

services:
    honeybot:
        image: ghcr.io/grub4k/honeybot
        volumes:
            - ./config.json:/config.json:ro

About

Go Discord Bot for setting up a honeypot channel

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages