Skip to content

alexraskin/Konikotaka

Repository files navigation

Konikotaka

Konikotaka is a Discord Bot that I created for my personal server. It's a fun project that I use to learn new technologies and concepts.

Konikotaka

Name and Photo Konikotaka

Features

Running the Bot Locally

I would prefer if you don't run an instance of my bot. Just call the invite command with an invite URL to have it on your server.

Nevertheless, the installation steps are as follows:

Create an .env file in the root directory with the following variables:

DISCORD_TOKEN=
POSTGRES_URL=
GUILD_ID=
GENERAL_CHANNEL_ID=
BOT_CHANNEL_ID=
AWS_ACCESS_KEY=
AWS_SECRET_ACCESS_KEY=
PREFIX=
HEALTHCHECK_URL=
X-API-KEY=
CLIENT_ID=
OPENAI_TOKEN=
CLOUDFLARE_AI_GATEWAY_URL=
CLOUDFLARE_AI_URL=
CLOUDFLARE_AI_TOKEN=

Build the docker image:

docker build -t konikotaka .
docker run --env-file ./.env -p 8000:8000 konikotaka

or pull the docker image:

docker pull ghcr.io/alexraskin/konikotaka:latest

Contributing

I prefer if you don't contribute to this project. It's a personal project that I use to learn new technologies and concepts. If you have any suggestions, please open an issue.

Privacy Policy and Terms of Service

No personal data is stored.

License

MPL 2.0