Discord bot for weeb servers
Go to file
Renovator b7906a0b03 chore: Configure Renovate (#1)
Reviewed-on: #1
Co-authored-by: Renovator <kontakt+renovator@caras.cafe>
Co-committed-by: Renovator <kontakt+renovator@caras.cafe>
2024-04-22 15:49:29 +02:00
.idea docs: add README 2024-04-06 18:41:04 +02:00
api feat: basic bot 2024-04-06 18:32:49 +02:00
commands feat: start work on character quiz 2024-04-07 12:49:03 +02:00
messageresponder feat: basic bot 2024-04-06 18:32:49 +02:00
util feat: start work on character quiz 2024-04-07 12:49:03 +02:00
.gitignore feat: basic bot 2024-04-06 18:32:49 +02:00
LICENSE docs: add license 2024-04-06 18:34:19 +02:00
main.py feat: start work on character quiz 2024-04-07 12:49:03 +02:00
Pipfile feat: basic bot 2024-04-06 18:32:49 +02:00
Pipfile.lock feat: basic bot 2024-04-06 18:32:49 +02:00
README.md docs: add README 2024-04-06 18:41:04 +02:00
renovate.json chore: Configure Renovate (#1) 2024-04-22 15:49:29 +02:00

Maple

Discord bot for weeb servers; currently this is specifically made for my own server, so don't expect many configuration options. If you really want to use it and don't know how to get around, feel free to ask me on fedi hernik@kitsunes.club or discord @hernik.

Features

  • Fetch manga info from MangaDex when a user sends a message containing <Manga Name>
  • Fetch manga info from MangaDex in forum channels dedicated for manga
    • Also edits title to the English MangaDex title
  • Yuri, of course
  • Maybe more to come, if I think of any more features

Setup

Requirements

  • Python 3.11
  • pipenv

How to run

  1. git clone https://git.mnau.xyz/hernik/maple && cd maple
  2. pipenv install --dev
  3. pipenv run python main.py