This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00012bc
commit 6ed456a
Showing
2 changed files
with
69 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,47 @@ | ||
# Nameless-Bot | ||
|
||
一个基于 Mirai-Core 开发的机器人 | ||
|
||
本项目处于开发阶段, 很多功能不一定正常使用 ~~反正也没人用~~ | ||
|
||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d1416f718df943b4bb252e98cbd6604e)](https://www.codacy.com/manual/StarWishsama/Nameless-Bot?utm_source=github.com&utm_medium=referral&utm_content=StarWishsama/Nameless-Bot&utm_campaign=Badge_Grade) | ||
<a href="https://travis-ci.org/StarWishsama/Nameless-Bot"> | ||
<img src="https://api.travis-ci.org/StarWishsama/Nameless-Bot.svg?branch=mirai"> | ||
</a> | ||
<a href="https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/github/license/StarWishsama/Nameless-Bot.svg?style=popout"> | ||
</a> | ||
<a href="https://github.com/StarWishsama/Nameless-Bot/issues"> | ||
<img src="https://img.shields.io/github/issues/StarWishsama/Nameless-Bot.svg?style=popout"> | ||
</a> | ||
|
||
## 🎉 功能 | ||
* 以图搜图 | ||
* 彩虹六号战绩查询 | ||
* 打卡 | ||
* 签到 | ||
* bilibili UP主数据查询 | ||
* 点歌 (JSON 样式) | ||
* 占卜 | ||
* 明日方舟 / 公主连结抽卡模拟器 | ||
* 还在开发中... | ||
|
||
## ☑ To-Do 列表 | ||
详见 [项目页面](https://github.com/StarWishsama/Nameless-Bot/projects/2) | ||
|
||
## 💽 如何构建 | ||
|
||
1. Clone 或者下载这个项目. | ||
|
||
```bash | ||
git clone https://github.com/StarWishsama/Nameless-Bot.git | ||
``` | ||
|
||
2. 编译 | ||
|
||
本项目使用 Gradle, 因此你可以双击文件夹中的 `gradlew.bat` 以构建这个项目. | ||
(你可以在 `/build/libs` 下找到构建好的 jar 文件) | ||
|
||
## 📜 协议 | ||
[GPL v3.0](https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE) | ||
# Nameless-Bot | ||
|
||
A QQ Group bot developed in Mirai-Core. | ||
|
||
This bot is under heavy develop now, Many feature may not work as well. | ||
|
||
中文版本: [README](https://github.com/StarWishsama/Nameless-Bot/blob/mirai/README_zhCN.md) | ||
|
||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d1416f718df943b4bb252e98cbd6604e)](https://www.codacy.com/manual/StarWishsama/Nameless-Bot?utm_source=github.com&utm_medium=referral&utm_content=StarWishsama/Nameless-Bot&utm_campaign=Badge_Grade) | ||
<a href="https://travis-ci.org/StarWishsama/Nameless-Bot"> | ||
<img src="https://api.travis-ci.org/StarWishsama/Nameless-Bot.svg?branch=mirai"> | ||
</a> | ||
<a href="https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/github/license/StarWishsama/Nameless-Bot.svg?style=popout"> | ||
</a> | ||
<a href="https://github.com/StarWishsama/Nameless-Bot/issues"> | ||
<img src="https://img.shields.io/github/issues/StarWishsama/Nameless-Bot.svg?style=popout"> | ||
</a> | ||
|
||
## 🎉 Features | ||
* Search picture original source by picture | ||
* Rainbow Six: Siege game data info lookup | ||
* Class clock in | ||
* Check-in | ||
* Bilibili up info lookup | ||
* Search music with LightApp message | ||
* Arknights / PCR draw simulator | ||
* Auto convert QQ LightApp for PC user(s) | ||
* WIP | ||
|
||
## ☑ To-Do | ||
Development Roadmap: [Project Page](https://github.com/StarWishsama/Nameless-Bot/projects/2) | ||
|
||
## 💽 How to Build | ||
|
||
1. Clone or download the repository to your local computer. | ||
|
||
```bash | ||
git clone https://github.com/StarWishsama/Nameless-Bot.git | ||
``` | ||
|
||
2. Compile | ||
|
||
Configurations for Gradle is well done. Double-click `gradlew.bat` in the root directory to compile a jar file in folder `/build/libs`. | ||
|
||
## 📜 License | ||
[GPL v3.0](https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE) |