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-05-15 20:37:10 +08:00
.github update 2021-02-19 20:20:00 +08:00
assets move arcb30 card maker code to public repo to convenient dev 2021-04-28 19:01:25 +08:00
config 114514 tickets have just been resolved as Fixed! 2021-04-08 23:11:56 +08:00
core giveup, don't use eventlet.timeout in the sendMesage 2021-05-15 20:37:10 +08:00
database Update __init__.py 2021-04-28 19:38:19 +08:00
modules 🐛 id, not class 2021-05-15 16:47:05 +08:00
.gitignore more ping infomation 2021-04-28 21:39:15 +08:00
bot.py Revert "Revert "bugfix(?)"" 2021-05-15 20:32:43 +08:00
legacy_subbot.py 🚑 2021-04-17 22:23:28 +08:00
LICENSE Update LICENSE 2020-08-20 18:17:55 +08:00
README.md update 2021-02-13 19:54:31 +08:00
requirements.txt Update requirements.txt 2021-04-27 23:01:51 +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 test: now is a console 2021-04-10 21:12:32 +08:00

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.