An open-source bot which helps you to choose best swords for fishes around the world.
Go to file
tretrauit 1f7b5fe125 repo: publish
I haven't done anything yet.
2023-12-26 23:51:22 +07:00
swordfish repo: publish 2023-12-26 23:51:22 +07:00
swordfish-common repo: publish 2023-12-26 23:51:22 +07:00
.gitignore repo: publish 2023-12-26 23:51:22 +07:00
Cargo.lock repo: publish 2023-12-26 23:51:22 +07:00
Cargo.toml repo: publish 2023-12-26 23:51:22 +07:00
LICENSE repo: publish 2023-12-26 23:51:22 +07:00
README.md repo: publish 2023-12-26 23:51:22 +07:00

Swordfish

An open-source bot which helps you to choose best swords for fishes around the world.

Usage

TODO™️

Installation

  1. Clone the repository.
  2. Install Tesseract

Tesseract works on Linux way better than Windows, but oh well.

  1. Set up your MongoDB database.

The free tier in MongoDB Atlas is NOT enough as it is limited to 500 entries only.

  1. Set up the required environment variables, which contains these variables:
# Putting all of these into a .env file is fine.
DISCORD_TOKEN=<token>
MONGODB_URL=<mongodb url>
# Optional, only if the url doesn't contain a username.
MONGODB_USERNAME=<mongodb username>
# Optional, only if the url doesn't contain a password.
MONGODB_PASSWORD=<mongodb password>
  1. Start the bot:
cargo run

FAQ

How does it work?

It'd be the same as Nori in general.

License

GNU AGPLv3

GNU AGPL