Archived
1
0
Fork 0
Matrix-support branch for Akari Bot
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-08-02 17:42:00 +08:00
.github Delete doc.yml 2021-06-05 12:39:00 +08:00
assets makes rc/ab/newbie return correspond page link :stupidhead: 2021-05-30 13:02:01 +08:00
config bugfix 2021-05-23 01:05:52 +08:00
core Update template.py 2021-06-19 11:37:48 +08:00
database breaking change: alias system;don't use while True in the mcv rss check 2021-06-05 18:25:21 +08:00
modules Attempt to fix InfoboxRender TemplateStyles 2021-08-02 17:42:00 +08:00
.gitignore Update ignore 2021-06-19 20:58:26 +08:00
bot.py remove eventlet.timeout 2021-05-22 16:08:02 +08:00
legacy_subbot.py remove a bit of shit from legacy_subbot 2021-06-14 16:16:20 +08:00
LICENSE Update LICENSE 2020-08-20 18:17:55 +08:00
README.md Update README.md 2021-07-08 20:05:18 +08:00
requirements.txt Update requirements.txt 2021-06-17 21:47:26 +08:00
slk_coder.py add bedrock & dungeons jira mcv rss 2021-04-10 22:41:19 +08:00
start add restart 2021-02-21 22:48:40 +08:00
start.bat add restart 2021-02-21 22:48:40 +08:00
unit_test.py feat(user): Extension:CentralAuth support 2021-07-10 22:56:52 +08:00

第四次重构正在进行中详情请见v4-dev分支

bot

Based on Graia.

Introduction

This repository is only used for me to easier pull code into the server. I may not add any comments to the code(well, only core.parser have full code comments.), so if you want to read and understand the code, it may be difficult.

This bot is designed to work in different scenarios, the code may be confusing and quality may very poor. I'm very sorry about this but I'm too lazy to improve it. :(

(And sorry for my poor English but if I do not write something, maybe I cant change it forever.)

How it works

message -> bot.py -> core.parser(pre-process) -> choose a method -> send message

Where is config example?

See config branch.