Simple bot for sending multiple random images of animals Easily extensible.
It's a bot aimed to send random images of multiple animals with multi-languages support.
You can add anything at src/data/animals.js
.
You will need:
The first thing to do is to put your env variables.
You will need to rename the file .env.example
to .env
and then edit it by adding your credits.
You'll need to install their node_modules. In a terminal in the root folder of the project, type:
npm i
And then, to launch the bot, do
npm run commands:launch && npm start
You just need to build the image with:
docker buildx build . -t imagimals:latest
To use docker compose you need to edit compose/.env
.
And then after editing this file, do:
cd compose && docker compose up -d
In the future
- Docs
- Multi languages support
- Functions to simplify the process of adding apis and languages
- Support of multiple types of apis
- Types for typescript