Archived
1
0
Fork 0
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.
akari-bot/README.md

20 lines
742 B
Markdown
Raw Normal View History

2020-06-13 13:58:28 +00:00
# bot
2020-08-07 07:04:51 +00:00
Based on [Graia](https://github.com/GraiaProject/Application).
2020-07-08 15:24:13 +00:00
## Introduction
2020-07-08 15:24:13 +00:00
2021-02-13 11:54:31 +00:00
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.
2020-07-08 15:24:13 +00:00
2020-08-21 16:28:03 +00:00
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. :(
2020-07-08 15:24:13 +00:00
2020-08-21 16:28:03 +00:00
(And sorry for my poor English but if I do not write something, maybe I cant change it forever.)
2020-07-09 14:53:33 +00:00
## How it works
2020-07-09 14:53:33 +00:00
2021-02-13 11:54:31 +00:00
message -> `bot.py` -> `core.parser(pre-process)` -> choose a method -> send message
## Where is config example?
See config branch.