Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 95e9c10

Browse files
committedApr 30, 2021
Remove old files
1 parent 841b915 commit 95e9c10

File tree

169 files changed

+52
-13715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+52
-13715
lines changed
 

‎README.md

+1-45
Original file line numberDiff line numberDiff line change
@@ -1,45 +1 @@
1-
**基于`YuQ-Mirai`的机器人**
2-
* [YuQ-Mirai](https://github.com/YuQWorks/YuQ-Mirai)
3-
* [YuQ-Mirai-SuperDemo](https://github.com/YuQWorks/YuQ-SuperDemo)
4-
* [Mirai](https://github.com/mamoe/mirai)
5-
6-
**最新版本已支持过滑块验证码(版本过低,环境异常等都是不能过滑块验证码的原因),但是需要gui环境,如果是把挂在无ui环境的,可以在有ui环境(比如:windows系统)的机器上登录成功后,把`device.json`复制到程序根目录或者`conf`文件夹下**
7-
8-
## 功能
9-
* 自动签到(QQ、哔哩哔哩、原神、HostLoc、网易云)
10-
* 新帖推送(微博、哔哩哔哩、Twitter、HostLoc)
11-
* 修改步数
12-
* 图床(图片取直链)(qq、teambition、dCloud)
13-
* 群管功能
14-
* 一些小工具
15-
16-
## 教程文章
17-
18-
安装教程、注意事项:[https://www.kuku.me/archives/6/](https://www.kuku.me/archives/6/)
19-
20-
## Docker
21-
22-
```shell
23-
# 拉取镜像
24-
docker pull kukume/kukubot
25-
# 创建文件夹
26-
mkdir -p kukubot/conf
27-
# 把device.json放到kukubot目录下
28-
# 把配置文件YuQ.properties(https://file.kuku.me/kuku-bot/YuQ.properties)设置好账号和密码等信息放到conf目录下
29-
# 运行容器
30-
docker run -it --name kukubot -d \
31-
-p 8081:8081 \
32-
-v $(pwd)/kukubot/conf:/kukubot/conf \
33-
-v $(pwd)/kukubot/db:/kukubot/db \
34-
kukume/kukubot
35-
```
36-
37-
## 鸣谢
38-
39-
> [IntelliJ IDEA](https://zh.wikipedia.org/zh-hans/IntelliJ_IDEA) 是一个在各个方面都最大程度地提高开发人员的生产力的 IDE,适用于 JVM 平台语言。
40-
41-
特别感谢 [JetBrains](https://www.jetbrains.com/?from=kuku-bot) 为开源项目提供免费的 [IntelliJ IDEA](https://www.jetbrains.com/idea/?from=kuku-bot) 等 IDE 的授权
42-
[<img src="https://img.kuku.me/images/2021/01/31/4I4aI.png" width="200"/>](https://www.jetbrains.com/?from=kuku-bot)
43-
44-
## 协议
45-
AGPL
1+
**基于`YuQ-Mirai`的LittleSkin社区支持机器人**

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'org.jetbrains.kotlin.jvm' version '1.4.30'
55
}
66

7-
group 'me.kuku.yuq'
8-
version '1.0-SNAPSHOT'
7+
group 'top.cubik65536.yuq'
8+
version '1.0-Alpha'
99

1010
repositories {
1111
maven { url "https://maven.icecreamqaq.com/repository/maven-public/" }

0 commit comments

Comments
 (0)
This repository has been archived.