johnmanjiro13 / dokkoi

dokkoi discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dokkoi

This repository has been archived. Use dokkoirb instead.

dokkoi is a friendly discord bot.

Installation

$ go install github.com/johnmanjiro13/dokkoi

Usage

You must set some environment variables.

  • DISCORD_TOKEN : a token of discord bot
  • CUSTOMSEARCH_API_KEY : an api key of google custom search api
  • CUSTOMSEARCH_ENGINE_ID : an engine id of google custom search api
$ dokkoi

You can see a help for dokkoi's commands with sending dokkoi help message on discord.

Development

You can run dokkoi on the docker.

$ cp .env.sample .env
# after setting environment variables
$ docker compose up

About

dokkoi discord bot

License:MIT License


Languages

Language:Go 99.3%Language:Makefile 0.6%Language:Procfile 0.1%