The wikipaedia discord server bot
Find a file
superthi1 a4bd301d6d
All checks were successful
Deploy Discord Bot / deploy-bot (push) Successful in 2s
checking for whether the ai actually output something
2026-05-20 20:43:54 +02:00
.forgejo/workflows env fix 2 2026-05-18 23:10:39 +02:00
cogs checking for whether the ai actually output something 2026-05-20 20:43:54 +02:00
.gitignore first iteration 2026-05-19 17:58:39 +02:00
LICENSE.md license changes 2026-05-18 23:36:24 +02:00
main.py 2026-05-18 11:28:15 -05:00
README.md readme changes 2026-05-18 22:27:00 +02:00
requirements.txt switch to openrouter 2026-05-20 20:40:49 +02:00
tools.py fix source cited even when there's no source url, improvements on reference context 2026-05-20 01:37:13 +02:00

Wikipe-tan discord bot

Create a config.json:

{
  "BOT_TOKEN": "discordbottokenhere"
}

To initialize with conda: conda create -n [name] python pip install -r requirements.txt

Without conda, uv, etc: python3 -m venv .venv .venv/bin/activate pip install -r requirements.txt

FORGEJO RUNNER:

This bot is hosted with Forgejo runners.