Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
[U] Updated to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jul 30, 2020
1 parent 43b9e0e commit 794fc36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,26 @@ English Version: [README](https://github.com/StarWishsama/Comet-Bot/blob/mirai/R
[![Release](https://img.shields.io/github/v/release/StarWishSama/Comet-Bot?include_prereleases)](https://github.com/StarWishsama/Comet-Bot/releases)

## 🎉 它能干什么?
* 以图搜图
* 以图搜图 (支持 ascii2d/SauceNao)
* 彩虹六号战绩查询
* 打卡
* 签到
* bilibili UP主信息/动态查询
* 点歌 (JSON 样式)
* 占卜
* 点歌 (QQ小程序卡片样式)
* 事件概率占卜
* 明日方舟 / 公主连结抽卡模拟器
* 去你大爷的小程序 (将B站分享的视频自动转换为文本)
* 单推小助手 (自动订阅 VTB 开播状态[B站])
* RCON 远程遥控 MC 服务器
* 去你大爷的小程序 (将小程序转换为文本)
* 单推小助手
- 支持订阅 bilibili 用户动态/开播提醒
- 支持订阅 Twitter 最新推文
* rCon 功能, 支持连接到可以使用 rCon 的游戏服务器
* 查询 Twitter 用户信息/推文
* 自动推送最新推文到指定群聊
* 禁言/踢出群员
* 还在开发中...

## ☑ To-Do 列表
详见 [项目页面](https://github.com/StarWishsama/Comet-Bot/projects/2)
详见 [Issues](https://github.com/StarWishsama/Comet-Bot/issues)

## 💽 如何使用

Expand Down
11 changes: 6 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,22 @@ This bot is under heavy develop now, Many feature may not work as well.
* Rainbow Six: Siege game data info lookup
* Class clock in
* Check-in
* Bilibili uploader info/dynamic
* Search music with LightApp message
* Bilibili user info/dynamic/streaming notice
* Search music and share as LightApp style
* Arknights / PCR draw simulator
* Auto convert QQ LightApp message to text for PC user(s)
* VTuber live streaming reminder (BiliBili)
* Push specific user's latest tweet realtime to specific group(s)
* VTuber monitor (BiliBili/Twitter)
* Tweet Pusher
* RCON feature
* Mute/Kick group member
* WIP

## ☑ To-Do
Development Roadmap: [Project Page](https://github.com/StarWishsama/Comet-Bot/projects/2)

## 💽 How to Build

- Notice: You need use JDK 8+ to build
- Notice: You need use JDK 8+ to build it

1. Clone or download the repository to your local computer.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jar {
}

def gitCommitId = 'git rev-parse --short HEAD'
def versionCode = "0.4.1-DEV-" + gitCommitId.execute().text.trim() + "-" + new Date().format("yyyyMMdd", TimeZone.getTimeZone("UTC"))
def versionCode = "0.4.2-DEV-" + gitCommitId.execute().text.trim() + "-" + new Date().format("yyyyMMdd", TimeZone.getTimeZone("UTC"))

group 'io.github.starwishsama.comet'
version versionCode
Expand Down

0 comments on commit 794fc36

Please sign in to comment.