nonebot-plugin-setu-now


Namenonebot-plugin-setu-now JSON
Version 0.6.6 PyPI version JSON
download
home_pageNone
Summary另一个色图插件
upload_time2024-12-04 03:09:30
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.11
licenseMIT License Copyright (c) 2021 kexue Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords nonebot2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://user-images.githubusercontent.com/44545625/209862575-acdc9feb-3c76-471d-ad89-cc78927e5875.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
</p>

<div align="center">

# nonebot-plugin-setu-now

_✨ NoneBot2 涩图插件 ✨_

</div>

<p align="center">
  <a href="https://raw.githubusercontent.com/kexue-z/nonebot-plugin-setu-now/master/LICENSE">
    <img src="https://img.shields.io/github/license/kexue-z/nonebot-plugin-setu-now.svg" alt="license">
  </a>
  <a href="https://pypi.org/project/nonebot-plugin-setu-now/">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-setu-now" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
</p>


## 简介

可通过群聊或私聊获取 Pixiv 涩图的 NoneBot2 插件


## 特色

- **极高的涩图发送成功率(仅限0.5.0以上新版本)**

- 通过回复获取图片信息

- 自动撤回涩图

- R18白名单群组

- 自动撤回涩图

- 独立的下载发送任务结构,速度更快


## 安装

**使用 `nb-cli` 安装(推荐):**
```
nb plugin install nonebot-plugin-setu-now
```

使用 `pip` 安装:
```
pip install nonebot-plugin-setu-now
```

使用 `git clone` 安装(不推荐喵):
```
git clone https://github.com/kexue-z/nonebot-plugin-setu-now.git
```


### .env 默认配置

> 只有要用到的才填写,如果用不到或者不知道怎么设置,就不用写配置也能用

```ini
setu_cd=
setu_path=
setu_proxy=
setu_withdraw=
setu_reverse_proxy=
setu_size=
setu_api_url=
setu_max=
setu_add_random_effect=
setu_minimum_send_interval=
setu_send_as_bytes=
setu_excludeAI=
```


- `setu_cd` CD(单位秒) 可选 默认`60`秒
- `setu_path` 保存路径 可选 可不填使用默认
- `setu_porxy` 代理地址 可选 当 pixiv 反向代理不能使用时可自定义
- `setu_reverse_proxy` pixiv 反向代理 可选 默认 `i.pixiv.re`
- `setu_withdraw` 撤回发送的色图消息的时间, 单位: 秒 可选 默认 `关闭` 填入数字来启用, 建议 `10` ~ `120` **仅对于非合并转发使用**
- `setu_size` 色图质量 默认 `regular` 可选 `original` `regular` `small` `thumb` `mini`
- `setu_api_url` 色图信息 api 地址 默认`https://api.lolicon.app/setu/v2` 如果有 api 符合类型也能用
- `setu_max` 一次获取色图的数量 默认 `30` 如果你的服务器/主机内存吃紧 建议调小
- `setu_add_random_effect` 在发送失败时,随机添加线条效果或缩放模糊效果 **该选项目前已失效** 默认使用模糊缩放效果
- `setu_minimum_send_interval` 连续发送最小间隔(秒) 可选 默认 `3` 
- `setu_send_as_bytes` 以bytes方式发送到客户端,默认 `False` ,
  - `True` :Nonebot将会读取临时路径下的图片,并传到gocq等客户端。速度较慢
  - `False` : 将会直接传输文件路径到gocq等客户端,并让客户端来读取。速度较快。如果 gocq 与 Nonebot 处于容器中,并且没有设定共享路径,则客户端将会无法读取图片,导致发送失败。
- `setu_excludeAI` 排除 AI 生成的图片 默认 `False`
  - `True` :排除 AI 生成的图片
  - `False` : 不排除 AI 生成的图片

> 有配置均可选,按需填写


## 使用

### 获取色图

使用正则的方式获取

```r
^(setu|色图|涩图|来点色色|色色|涩涩|来点色图)\s?([x|✖️|×|X|*]?\d+[张|个|份]?)?\s?(r18)?\s?\s?(tag)?\s?(.*)?
```

**解释:**

- 指令 以 `setu|色图|涩图|来点色色|色色|涩涩` 为开始
  - 然后接上可选数量 `x10` `10张|个|份`
  - 再接上可选 `r18`
  - 可选 `tag`
  - 最后是关键词
- 说明
  - 数量 可选 默认为 1
  - `r18` 可选 仅在私聊可用 群聊直接忽视
  - `tag` 可选 如有 关键词参数会匹配 `pixiv 标签 tag`
  - 关键词 可选 匹配任何 `标题` `作者` 或 `pixiv 标签`
- 例子
  - `来点色色 妹妹`
  - `setur18`
  - `色图 x20 tag 碧蓝航线 妹妹`
  - `涩涩10份魅魔`

### 获取图片信息

```r
[回复消息] 信息
```

**解释:**

- 回复bot发送的图片,并且附上指令 `信息`
- 该指令为 `on_command` 即需要带有命令前缀(如果你设置了 `/` 则应该是 `[回复消息] /信息`)


### R18 设置

- 如果要求发送 R18 图片时,则数量会被忽略,仅发送单张
- 私聊中 R18 无白名单限制
- 群聊中 R18 需开启白名单,由 `超级管理员` 权限开启

**开启白名单指令:**

- `开启涩涩` / `可以涩涩` / `开启色色` / `可以色色` / `r18开启`

**关闭白名单指令:**

- `关闭涩涩` / `不可以涩涩` / `关闭色色` / `不可以色色` / `r18关闭`

# 在吗?

- 色图 `on_regex` 而不是 `on_command`(不需要带命令前缀)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nonebot-plugin-setu-now",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "nonebot2",
    "author": null,
    "author_email": "kexue <xana278@foxmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e5/2f/0456ecd213ded2d3fedfbb8b44aa4e540ded9740868a976f458ae6dbd003/nonebot_plugin_setu_now-0.6.6.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <a href=\"https://v2.nonebot.dev/store\"><img src=\"https://user-images.githubusercontent.com/44545625/209862575-acdc9feb-3c76-471d-ad89-cc78927e5875.png\" width=\"180\" height=\"180\" alt=\"NoneBotPluginLogo\"></a>\n</p>\n\n<div align=\"center\">\n\n# nonebot-plugin-setu-now\n\n_\u2728 NoneBot2 \u6da9\u56fe\u63d2\u4ef6 \u2728_\n\n</div>\n\n<p align=\"center\">\n  <a href=\"https://raw.githubusercontent.com/kexue-z/nonebot-plugin-setu-now/master/LICENSE\">\n    <img src=\"https://img.shields.io/github/license/kexue-z/nonebot-plugin-setu-now.svg\" alt=\"license\">\n  </a>\n  <a href=\"https://pypi.org/project/nonebot-plugin-setu-now/\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-setu-now\" alt=\"pypi\">\n  </a>\n  <img src=\"https://img.shields.io/badge/python-3.8+-blue.svg\" alt=\"python\">\n</p>\n\n\n## \u7b80\u4ecb\n\n\u53ef\u901a\u8fc7\u7fa4\u804a\u6216\u79c1\u804a\u83b7\u53d6 Pixiv \u6da9\u56fe\u7684 NoneBot2 \u63d2\u4ef6\n\n\n## \u7279\u8272\n\n- **\u6781\u9ad8\u7684\u6da9\u56fe\u53d1\u9001\u6210\u529f\u7387\uff08\u4ec5\u96500.5.0\u4ee5\u4e0a\u65b0\u7248\u672c\uff09**\n\n- \u901a\u8fc7\u56de\u590d\u83b7\u53d6\u56fe\u7247\u4fe1\u606f\n\n- \u81ea\u52a8\u64a4\u56de\u6da9\u56fe\n\n- R18\u767d\u540d\u5355\u7fa4\u7ec4\n\n- \u81ea\u52a8\u64a4\u56de\u6da9\u56fe\n\n- \u72ec\u7acb\u7684\u4e0b\u8f7d\u53d1\u9001\u4efb\u52a1\u7ed3\u6784\uff0c\u901f\u5ea6\u66f4\u5feb\n\n\n## \u5b89\u88c5\n\n**\u4f7f\u7528 `nb-cli` \u5b89\u88c5\uff08\u63a8\u8350\uff09\uff1a**\n```\nnb plugin install nonebot-plugin-setu-now\n```\n\n\u4f7f\u7528 `pip` \u5b89\u88c5\uff1a\n```\npip install nonebot-plugin-setu-now\n```\n\n\u4f7f\u7528 `git clone` \u5b89\u88c5\uff08\u4e0d\u63a8\u8350\u55b5\uff09\uff1a\n```\ngit clone https://github.com/kexue-z/nonebot-plugin-setu-now.git\n```\n\n\n### .env \u9ed8\u8ba4\u914d\u7f6e\n\n> \u53ea\u6709\u8981\u7528\u5230\u7684\u624d\u586b\u5199\uff0c\u5982\u679c\u7528\u4e0d\u5230\u6216\u8005\u4e0d\u77e5\u9053\u600e\u4e48\u8bbe\u7f6e\uff0c\u5c31\u4e0d\u7528\u5199\u914d\u7f6e\u4e5f\u80fd\u7528\n\n```ini\nsetu_cd=\nsetu_path=\nsetu_proxy=\nsetu_withdraw=\nsetu_reverse_proxy=\nsetu_size=\nsetu_api_url=\nsetu_max=\nsetu_add_random_effect=\nsetu_minimum_send_interval=\nsetu_send_as_bytes=\nsetu_excludeAI=\n```\n\n\n- `setu_cd` CD(\u5355\u4f4d\u79d2) \u53ef\u9009 \u9ed8\u8ba4`60`\u79d2\n- `setu_path` \u4fdd\u5b58\u8def\u5f84 \u53ef\u9009 \u53ef\u4e0d\u586b\u4f7f\u7528\u9ed8\u8ba4\n- `setu_porxy` \u4ee3\u7406\u5730\u5740 \u53ef\u9009 \u5f53 pixiv \u53cd\u5411\u4ee3\u7406\u4e0d\u80fd\u4f7f\u7528\u65f6\u53ef\u81ea\u5b9a\u4e49\n- `setu_reverse_proxy` pixiv \u53cd\u5411\u4ee3\u7406 \u53ef\u9009 \u9ed8\u8ba4 `i.pixiv.re`\n- `setu_withdraw` \u64a4\u56de\u53d1\u9001\u7684\u8272\u56fe\u6d88\u606f\u7684\u65f6\u95f4, \u5355\u4f4d: \u79d2 \u53ef\u9009 \u9ed8\u8ba4 `\u5173\u95ed` \u586b\u5165\u6570\u5b57\u6765\u542f\u7528, \u5efa\u8bae `10` ~ `120` **\u4ec5\u5bf9\u4e8e\u975e\u5408\u5e76\u8f6c\u53d1\u4f7f\u7528**\n- `setu_size` \u8272\u56fe\u8d28\u91cf \u9ed8\u8ba4 `regular` \u53ef\u9009 `original` `regular` `small` `thumb` `mini`\n- `setu_api_url` \u8272\u56fe\u4fe1\u606f api \u5730\u5740 \u9ed8\u8ba4`https://api.lolicon.app/setu/v2` \u5982\u679c\u6709 api \u7b26\u5408\u7c7b\u578b\u4e5f\u80fd\u7528\n- `setu_max` \u4e00\u6b21\u83b7\u53d6\u8272\u56fe\u7684\u6570\u91cf \u9ed8\u8ba4 `30` \u5982\u679c\u4f60\u7684\u670d\u52a1\u5668/\u4e3b\u673a\u5185\u5b58\u5403\u7d27 \u5efa\u8bae\u8c03\u5c0f\n- `setu_add_random_effect` \u5728\u53d1\u9001\u5931\u8d25\u65f6\uff0c\u968f\u673a\u6dfb\u52a0\u7ebf\u6761\u6548\u679c\u6216\u7f29\u653e\u6a21\u7cca\u6548\u679c **\u8be5\u9009\u9879\u76ee\u524d\u5df2\u5931\u6548** \u9ed8\u8ba4\u4f7f\u7528\u6a21\u7cca\u7f29\u653e\u6548\u679c\n- `setu_minimum_send_interval` \u8fde\u7eed\u53d1\u9001\u6700\u5c0f\u95f4\u9694\uff08\u79d2\uff09 \u53ef\u9009 \u9ed8\u8ba4 `3` \n- `setu_send_as_bytes` \u4ee5bytes\u65b9\u5f0f\u53d1\u9001\u5230\u5ba2\u6237\u7aef\uff0c\u9ed8\u8ba4 `False` \uff0c\n  - `True` \uff1aNonebot\u5c06\u4f1a\u8bfb\u53d6\u4e34\u65f6\u8def\u5f84\u4e0b\u7684\u56fe\u7247\uff0c\u5e76\u4f20\u5230gocq\u7b49\u5ba2\u6237\u7aef\u3002\u901f\u5ea6\u8f83\u6162\n  - `False` : \u5c06\u4f1a\u76f4\u63a5\u4f20\u8f93\u6587\u4ef6\u8def\u5f84\u5230gocq\u7b49\u5ba2\u6237\u7aef\uff0c\u5e76\u8ba9\u5ba2\u6237\u7aef\u6765\u8bfb\u53d6\u3002\u901f\u5ea6\u8f83\u5feb\u3002\u5982\u679c gocq \u4e0e Nonebot \u5904\u4e8e\u5bb9\u5668\u4e2d\uff0c\u5e76\u4e14\u6ca1\u6709\u8bbe\u5b9a\u5171\u4eab\u8def\u5f84\uff0c\u5219\u5ba2\u6237\u7aef\u5c06\u4f1a\u65e0\u6cd5\u8bfb\u53d6\u56fe\u7247\uff0c\u5bfc\u81f4\u53d1\u9001\u5931\u8d25\u3002\n- `setu_excludeAI` \u6392\u9664 AI \u751f\u6210\u7684\u56fe\u7247 \u9ed8\u8ba4 `False`\n  - `True` \uff1a\u6392\u9664 AI \u751f\u6210\u7684\u56fe\u7247\n  - `False` : \u4e0d\u6392\u9664 AI \u751f\u6210\u7684\u56fe\u7247\n\n> \u6709\u914d\u7f6e\u5747\u53ef\u9009\uff0c\u6309\u9700\u586b\u5199\n\n\n## \u4f7f\u7528\n\n### \u83b7\u53d6\u8272\u56fe\n\n\u4f7f\u7528\u6b63\u5219\u7684\u65b9\u5f0f\u83b7\u53d6\n\n```r\n^(setu|\u8272\u56fe|\u6da9\u56fe|\u6765\u70b9\u8272\u8272|\u8272\u8272|\u6da9\u6da9|\u6765\u70b9\u8272\u56fe)\\s?([x|\u2716\ufe0f|\u00d7|X|*]?\\d+[\u5f20|\u4e2a|\u4efd]?)?\\s?(r18)?\\s?\\s?(tag)?\\s?(.*)?\n```\n\n**\u89e3\u91ca:**\n\n- \u6307\u4ee4 \u4ee5 `setu|\u8272\u56fe|\u6da9\u56fe|\u6765\u70b9\u8272\u8272|\u8272\u8272|\u6da9\u6da9` \u4e3a\u5f00\u59cb\n  - \u7136\u540e\u63a5\u4e0a\u53ef\u9009\u6570\u91cf `x10` `10\u5f20|\u4e2a|\u4efd`\n  - \u518d\u63a5\u4e0a\u53ef\u9009 `r18`\n  - \u53ef\u9009 `tag`\n  - \u6700\u540e\u662f\u5173\u952e\u8bcd\n- \u8bf4\u660e\n  - \u6570\u91cf \u53ef\u9009 \u9ed8\u8ba4\u4e3a 1\n  - `r18` \u53ef\u9009 \u4ec5\u5728\u79c1\u804a\u53ef\u7528 \u7fa4\u804a\u76f4\u63a5\u5ffd\u89c6\n  - `tag` \u53ef\u9009 \u5982\u6709 \u5173\u952e\u8bcd\u53c2\u6570\u4f1a\u5339\u914d `pixiv \u6807\u7b7e tag`\n  - \u5173\u952e\u8bcd \u53ef\u9009 \u5339\u914d\u4efb\u4f55 `\u6807\u9898` `\u4f5c\u8005` \u6216 `pixiv \u6807\u7b7e`\n- \u4f8b\u5b50\n  - `\u6765\u70b9\u8272\u8272 \u59b9\u59b9`\n  - `setur18`\n  - `\u8272\u56fe x20 tag \u78a7\u84dd\u822a\u7ebf \u59b9\u59b9`\n  - `\u6da9\u6da910\u4efd\u9b45\u9b54`\n\n### \u83b7\u53d6\u56fe\u7247\u4fe1\u606f\n\n```r\n[\u56de\u590d\u6d88\u606f] \u4fe1\u606f\n```\n\n**\u89e3\u91ca:**\n\n- \u56de\u590dbot\u53d1\u9001\u7684\u56fe\u7247\uff0c\u5e76\u4e14\u9644\u4e0a\u6307\u4ee4 `\u4fe1\u606f`\n- \u8be5\u6307\u4ee4\u4e3a `on_command` \u5373\u9700\u8981\u5e26\u6709\u547d\u4ee4\u524d\u7f00\uff08\u5982\u679c\u4f60\u8bbe\u7f6e\u4e86 `/` \u5219\u5e94\u8be5\u662f `[\u56de\u590d\u6d88\u606f] /\u4fe1\u606f`\uff09\n\n\n### R18 \u8bbe\u7f6e\n\n- \u5982\u679c\u8981\u6c42\u53d1\u9001 R18 \u56fe\u7247\u65f6\uff0c\u5219\u6570\u91cf\u4f1a\u88ab\u5ffd\u7565\uff0c\u4ec5\u53d1\u9001\u5355\u5f20\n- \u79c1\u804a\u4e2d R18 \u65e0\u767d\u540d\u5355\u9650\u5236\n- \u7fa4\u804a\u4e2d R18 \u9700\u5f00\u542f\u767d\u540d\u5355\uff0c\u7531 `\u8d85\u7ea7\u7ba1\u7406\u5458` \u6743\u9650\u5f00\u542f\n\n**\u5f00\u542f\u767d\u540d\u5355\u6307\u4ee4:**\n\n- `\u5f00\u542f\u6da9\u6da9` / `\u53ef\u4ee5\u6da9\u6da9` / `\u5f00\u542f\u8272\u8272` / `\u53ef\u4ee5\u8272\u8272` / `r18\u5f00\u542f`\n\n**\u5173\u95ed\u767d\u540d\u5355\u6307\u4ee4:**\n\n- `\u5173\u95ed\u6da9\u6da9` / `\u4e0d\u53ef\u4ee5\u6da9\u6da9` / `\u5173\u95ed\u8272\u8272` / `\u4e0d\u53ef\u4ee5\u8272\u8272` / `r18\u5173\u95ed`\n\n# \u5728\u5417\uff1f\n\n- \u8272\u56fe `on_regex` \u800c\u4e0d\u662f `on_command`\uff08\u4e0d\u9700\u8981\u5e26\u547d\u4ee4\u524d\u7f00\uff09\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021 kexue  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "\u53e6\u4e00\u4e2a\u8272\u56fe\u63d2\u4ef6",
    "version": "0.6.6",
    "project_urls": {
        "homepage": "https://github.com/kexue-z/nonebot-plugin-setu-now"
    },
    "split_keywords": [
        "nonebot2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66ba40bbc41006eb2ca4c5702aa21866caede4b6744e2b1a61cb0c8e22baa34a",
                "md5": "2fca89942847b82c8db8193082a443ed",
                "sha256": "8f79fcec5143f0b70fdae5592d8b02503d0a7543a17ad6d92a2cfc8a7f7faeed"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_setu_now-0.6.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fca89942847b82c8db8193082a443ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 17188,
            "upload_time": "2024-12-04T03:09:28",
            "upload_time_iso_8601": "2024-12-04T03:09:28.437335Z",
            "url": "https://files.pythonhosted.org/packages/66/ba/40bbc41006eb2ca4c5702aa21866caede4b6744e2b1a61cb0c8e22baa34a/nonebot_plugin_setu_now-0.6.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e52f0456ecd213ded2d3fedfbb8b44aa4e540ded9740868a976f458ae6dbd003",
                "md5": "cab459a0c306619518cc1690e9a1bbc5",
                "sha256": "028ad6f55df9d91a74e55bfd3b697e8c44cf9acf262415f951489737f6fa9ce1"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_setu_now-0.6.6.tar.gz",
            "has_sig": false,
            "md5_digest": "cab459a0c306619518cc1690e9a1bbc5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 53778,
            "upload_time": "2024-12-04T03:09:30",
            "upload_time_iso_8601": "2024-12-04T03:09:30.333167Z",
            "url": "https://files.pythonhosted.org/packages/e5/2f/0456ecd213ded2d3fedfbb8b44aa4e540ded9740868a976f458ae6dbd003/nonebot_plugin_setu_now-0.6.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 03:09:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kexue-z",
    "github_project": "nonebot-plugin-setu-now",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-setu-now"
}
        
Elapsed time: 0.88657s