summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md62
1 files changed, 5 insertions, 57 deletions
diff --git a/README.md b/README.md
index 232c1e2..c7cc2a8 100644
--- a/README.md
+++ b/README.md
@@ -1,59 +1,7 @@
-**This project in rebuild now**
+# ATRI
-# ATRI————A project of pleasure
-アトリは、高性能ですから!
+## How to start
-[CN](README_CN.md)
-
-[![time tracker](https://wakatime.com/badge/github/Kyomotoi/ATRI.svg)](https://wakatime.com/badge/github/Kyomotoi/ATRI)
-[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bef72993062f422f83e882c6d8e6f20e)](https://www.codacy.com/manual/Kyomotoi/ATRI?utm_source=github.com&utm_medium=referral&utm_content=Kyomotoi/ATRI&utm_campaign=Badge_Grade)
-## ABOUT
-This project name and inspiration from [ATRI-My Dear Moments-](https://atri-mdm.com/) by [ANIPLEX](https://aniplex-exe.com/).
-
-For Tencent QQ group add a lively ATRI is the goal of this project.
-
-The project leader, learn Python is still less than half a year, so i think the code of this project may increase your blood pressure. But i'll do it better!
-
-This project also serves as a good channel for me to learn Python. Thanks [Richard Chien](https://github.com/richardchien) and the Python-SDK: [NoneBot](https://github.com/nonebot/nonebot), them provided great help to this project.
-
-## ACHIEVE
-アトリ can run on all platforms.
-
-This project is completed by `go-CQHTTP + NoneBot` with `Python` as the main language.
-
-**The framework of the previous version is CoolQ, here to commemorate the suspension of CoolQ**
-
-**May we meet in a more open parallel world**
-
-## MORE INTRODUCTION
-This project is now formal edition, but the code is a entire hunk of shit.
-
-If you want to experience, you can join my Tencent QQ group: 567297659
-
-- Any more about functions: [THE DOOR](https://blog.lolihub.icu/#/ATRI/user)
-
-- Any more about install: [THE DOOR](https://blog.lolihub.icu/#/ATRI/install)
-
-AND
-
-~~If this project reach 100 stars and 30 forks, i'll put on skirt and show the photo on my blog~~
-
-## THANKS
-[Richard Chien](https://github.com/richardchien): [CQHTTP](https://github.com/richardchien/coolq-http-api) and [NoneBot](https://github.com/nonebot/nonebot).
-
-[mnixry](https://github.com/mnixry): Give advice.
-
-[JetBrains](https://www.jetbrains.com/) provides [PyCharm](https://www.jetbrains.com/pycharm/) authorization for this project.
-
-And them:
- - 50861735 11CNY
- - 1072324725 17CNY
- - 2862890179 func
- - AfdianUser_quGy 5CNY
- - 1752179928 45.14CNY
-
-## OTHER
-This project has been activated by [Afdian](https://afdian.net/@Kyomotoi), welcome to sponsor.
-
-## ABOUT OPEN SOURCE
-[GPLv3](https://github.com/Kyomotoi/Aya/blob/master/LICENSE)
+1. generate project using `nb create` .
+2. writing your plugins under `atri/plugins` folder.
+3. run your bot using `nb run` .