Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-kirami/nonebot-plugin-answersbook
愿一切无解都有解!解除你的迷惑,终结你的纠结!
https://github.com/a-kirami/nonebot-plugin-answersbook
Last synced: 2 months ago
JSON representation
愿一切无解都有解!解除你的迷惑,终结你的纠结!
- Host: GitHub
- URL: https://github.com/a-kirami/nonebot-plugin-answersbook
- Owner: A-kirami
- License: mit
- Created: 2022-04-27T09:03:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T13:10:56.000Z (over 1 year ago)
- Last Synced: 2024-11-01T19:35:56.818Z (2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📖 介绍
谁的生活不迷茫,谁的人生不迷惑。每个人都希望未卜先知,都希望掌控自己命运的罗盘,可变换莫测的世界总让我们感到失望,其实,我们的困惑并不在身外,而在我们的内心深处。我们总是希望心灵的疑惑得带一个真诚的回应,即便这个回应只是简单的“是”或“否”。
这是一本治愈系的心灵解惑书,它将带给你的不止是生活的指引,还有心灵的慰藉。
数据来源于吉林美术出版社2018年9月第1版的《神奇的答案之书》,数据著作权为原作者张权所有。
*本项目由[HoshinoBot](https://github.com/Ice-Cirno/HoshinoBot)的插件[answersbook](https://github.com/A-kirami/answersbook)移植而来。
## 💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-answersbook
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-answersbook
pdm
pdm add nonebot-plugin-answersbook
poetry
poetry add nonebot-plugin-answersbook
conda
conda install nonebot-plugin-answersbook
打开 nonebot2 项目的 `bot.py` 文件, 在其中写入
nonebot.load_plugin('nonebot_plugin_answersbook')
从 github 安装
在 nonebot2 项目的插件目录下, 打开命令行, 输入以下命令克隆此储存库git clone https://github.com/A-kirami/nonebot-plugin-answersbook.git
打开 nonebot2 项目的 `bot.py` 文件, 在其中写入
nonebot.load_plugin('src.plugins.nonebot_plugin_answersbook')
## 🎉 使用
### 指令表
| 指令 | 说明 |
|:-----:|:----:|
| 翻看答案 <问题> | 翻看这个问题的答案 |
| <回复一条消息> 翻看答案 | 翻看这个问题的答案 |