BBona
This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Manuel a60291bec2
Add loglevel, public setting and config env
* Log levels for less spam when running in production
* Add 'public' setting that allows to not post the invite link for the /help command
* config env variable that allows running multiple instances with different config
2021-05-05 08:13:50 +02:00
resources Update gitignore 2021-02-07 22:37:49 +11:00
.editorconfig Merged test stuff into beebot 2017-12-31 01:54:52 +01:00
.eslintrc.json Added some logging for failed message sends 2018-02-11 00:30:40 +01:00
.gitignore Update gitignore 2021-02-07 22:37:49 +11:00
Dockerfile removed double 2017-12-15 14:28:22 +01:00
README.md Update readme 2021-02-02 14:15:41 +11:00
config.default.json Add loglevel, public setting and config env 2021-05-05 08:13:50 +02:00
filters.js Fixed \pride 2018-02-26 13:23:54 +01:00
imageex.js Fixed \pride 2018-02-26 13:23:54 +01:00
index.js Add loglevel, public setting and config env 2021-05-05 08:13:50 +02:00
package.json Add loglevel, public setting and config env 2021-05-05 08:13:50 +02:00
twemoji.js Initial commit 2017-12-07 03:30:56 +01:00
yarn.lock Added hazmat suit and switched to yarn 2020-03-13 21:46:54 +01:00

README.md

beebot

BBona

Installation

On Linux - run npm i

On Windows - ask nuuls (xd). Or install node-canvas yourself, see https://github.com/Automattic/node-canvas/wiki/Installation---Windows, then run npm i

Then copy the config.default.json file to config.json, enter your credentials and run it with node index.js

Usage

Add the bot to your discord server with the correct privileges and then run /bee :emote: or /bee @user The bot spawns an HTTP server on port 3002 on localhost, so you can use that - http://host/bee?url=<url> or http://host/bee?reverse=true&url=<url>

Docker

Build the container

You can build the container with the following command npm run docker

Run the image

Running your image with -d runs the container in detached mode, leaving the container running in the background. The -p flag redirects a public port to a private port inside the container. Run the image you previously built:

$ docker run -p 3002:3002 -d beebot:latest