The wikipaedia discord server bot
- Python 100%
|
All checks were successful
Deploy Discord Bot / deploy-bot (push) Successful in 2s
|
||
|---|---|---|
| .forgejo/workflows | ||
| cogs | ||
| .gitignore | ||
| LICENSE.md | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| tools.py | ||
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.