Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryolitia/dailyimageqqbot
https://github.com/cryolitia/dailyimageqqbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryolitia/dailyimageqqbot
- Owner: Cryolitia
- License: apache-2.0
- Created: 2021-06-28T13:31:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T08:44:24.000Z (over 3 years ago)
- Last Synced: 2024-12-19T20:31:24.679Z (about 2 months ago)
- Language: Kotlin
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DailyImageQQBot
一个自动向QQ群推送[APOD](https://apod.nasa.gov/apod/astropix.html)和[Bing每日一图](https://cn.bing.com)的Bot。
支持独立运行和[mirai-console](https://github.com/mamoe/mirai-console)]两种运行方式
## 1. 独立运行
下载Releases中的`console-x.y-all.jar`并直接运行即可一次性发送图片,运行完毕后会自动退出。
## 2. mirai-console
下载Release中的`plugin-x.y.mirai.jar`,参考[Mirai用户手册](https://github.com/mamoe/mirai/blob/dev/docs/UserManual.md)配置运行。
在私聊或群聊中输入`/sendAPOD`即可获得今日APOD;
在控制台中输入`/sendAPOD [群号]`即可在对应群聊中获得今日APOD;
`/sendBing`与`/sendBing [群号]`同理。
Powered by [mirai](https://github.com/mamoe/mirai)