nobebot2插件《猜猜看》
Project description
nonebot-plugin-guess
《猜猜看》nonebot2插件(Guess a name plugin for nonebot2)
Field-tested with nonebot 2.0.0b2
安装
pip install nonebot-plugin-guess
# pip install nonebot-plugin-guess -U # 升级到最新版
or
poetry add nonebot-plugin-guess
# poetry add nonebot-plugin-guess@latest # 升级到最新版
or
poetry add git+https://github.com/ffreemt/nonebot-plugin-guess-game.git
or
pip install git+https://github.com/ffreemt/nonebot-plugin-guess-game.git
or clone https://github.com/ffreemt/nonebot-plugin-guess-game and install from the repo.
使用
# bot.py
...
nonebot.load_plugin("nonebot_plugin_guess")
...
然后在机器人所在的群里或给机器人发私信 /guess
(或cai, 猜猜看, 猜)即可开始“猜猜看”游戏。
定制
插件自带的游戏数据仅限“猜城市名” 及固定的城市名:"上海", "北京", "广州", "深圳", "香港", "雅典", "西安", "长沙", "多伦多", "旧金山", "Zurich", "约翰内斯堡"; 最多猜的次数: 4
如需自己定制游戏,可在.env
里加入:
# .env
guess_name = "人名"
guess_max = 3
guess_name_list = ["贾宝玉", "林黛玉",]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for nonebot-plugin-guess-0.1.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a44fb5e2d02094df79b3b34b909c32d2abb658c980e35107f82a0b94eb219bf |
|
MD5 | 1df6832c1cbfdb154e80a74d905e3433 |
|
BLAKE2b-256 | e5dd792186bb63356dd9f43b2f579236c05697030de14761f569c1170d15dae8 |
Close
Hashes for nonebot_plugin_guess-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b839bdc8ebb2a8279f5387942a4638d5018b061557b5caaa3d821d576eea2a49 |
|
MD5 | dd52de4be5e6960ddae18ea64f6a6b88 |
|
BLAKE2b-256 | 173b89d740264665afd30a9b6e2f3d2bf360ab3a0e9dfa2a79cd27ab76b6034d |