nonebot-plugin-crazy-thursday


Namenonebot-plugin-crazy-thursday JSON
Version 0.2.7 PyPI version JSON
download
home_pagehttps://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday
SummarySend KFC crazy thursday articles randomly!
upload_time2023-06-10 13:31:17
maintainer
docs_urlNone
authorKafCoppelia
requires_python>=3.9,<4.0
licenseMIT
keywords nonebot2 nonebot-plugin kfc crazy thursday minatoaquacrews
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# Crazy Thursday

_🍗 疯狂星期四 🍗_

</div>

<p align="center">

  <a href="https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/blob/master/LICENSE">
    <img src="https://img.shields.io/github/license/MinatoAquaCrews/nonebot_plugin_crazy_thursday?color=blue">
  </a>

  <a href="https://github.com/nonebot/nonebot2">
    <img src="https://img.shields.io/badge/nonebot2-2.0.0rc4+-green">
  </a>

  <a href="https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.7">
    <img src="https://img.shields.io/github/v/release/MinatoAquaCrews/nonebot_plugin_crazy_thursday?color=orange">
  </a>

  <a href="https://www.codefactor.io/repository/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday">
    <img src="https://img.shields.io/codefactor/grade/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday/master?color=red">
  </a>

  <a href="https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday">
    <img src="https://img.shields.io/pypi/dm/nonebot_plugin_crazy_thursday">
  </a>

  <a href="https://results.pre-commit.ci/latest/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday/master">
	<img src="https://results.pre-commit.ci/badge/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday/master.svg" alt="pre-commit.ci status">
  </a>

</p>

## 版本

[v0.2.7](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.7)

⚠ 适配nonebot2-2.0.0rc4+

## 安装

1. 通过 `pip` 或 `nb` 安装;

2. 文案的默认路径位于**插件同级目录**下;也可放置在别处,在 `.env` 下设置即可;`CRAZY_AUTO_UPDATE` 默认关闭,开启则插件将在启动时自动检查资源更新。例如:

```python
CRAZY_PATH="your-path-to-post.json"
CRAZY_AUTO_UPDATE=false
```

## 功能

天天疯狂!随机输出KFC疯狂星期四文案。

⚠ 每次启动插件会自动尝试从repo中下载最新的文案资源!

## 命令

1. 天天疯狂,疯狂星期[一|二|三|四|五|六|日|天],输入**疯狂星期八**等不合法时间将提示;

2. 支持日文触发:狂乱[月|火|水|木|金|土|日]曜日;

## 本插件改自

[HoshinoBot-fucking_crazy_thursday](https://github.com/Nicr0n/fucking_crazy_thursday)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday",
    "name": "nonebot-plugin-crazy-thursday",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "nonebot2,nonebot-plugin,KFC crazy Thursday,MinatoAquaCrews",
    "author": "KafCoppelia",
    "author_email": "k740677208@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "<div align=\"center\">\n\n# Crazy Thursday\n\n_\ud83c\udf57 \u75af\u72c2\u661f\u671f\u56db \ud83c\udf57_\n\n</div>\n\n<p align=\"center\">\n\n  <a href=\"https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/blob/master/LICENSE\">\n    <img src=\"https://img.shields.io/github/license/MinatoAquaCrews/nonebot_plugin_crazy_thursday?color=blue\">\n  </a>\n\n  <a href=\"https://github.com/nonebot/nonebot2\">\n    <img src=\"https://img.shields.io/badge/nonebot2-2.0.0rc4+-green\">\n  </a>\n\n  <a href=\"https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.7\">\n    <img src=\"https://img.shields.io/github/v/release/MinatoAquaCrews/nonebot_plugin_crazy_thursday?color=orange\">\n  </a>\n\n  <a href=\"https://www.codefactor.io/repository/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday\">\n    <img src=\"https://img.shields.io/codefactor/grade/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday/master?color=red\">\n  </a>\n\n  <a href=\"https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday\">\n    <img src=\"https://img.shields.io/pypi/dm/nonebot_plugin_crazy_thursday\">\n  </a>\n\n  <a href=\"https://results.pre-commit.ci/latest/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday/master\">\n\t<img src=\"https://results.pre-commit.ci/badge/github/MinatoAquaCrews/nonebot_plugin_crazy_thursday/master.svg\" alt=\"pre-commit.ci status\">\n  </a>\n\n</p>\n\n## \u7248\u672c\n\n[v0.2.7](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.7)\n\n\u26a0 \u9002\u914dnonebot2-2.0.0rc4+\n\n## \u5b89\u88c5\n\n1. \u901a\u8fc7 `pip` \u6216 `nb` \u5b89\u88c5\uff1b\n\n2. \u6587\u6848\u7684\u9ed8\u8ba4\u8def\u5f84\u4f4d\u4e8e**\u63d2\u4ef6\u540c\u7ea7\u76ee\u5f55**\u4e0b\uff1b\u4e5f\u53ef\u653e\u7f6e\u5728\u522b\u5904\uff0c\u5728 `.env` \u4e0b\u8bbe\u7f6e\u5373\u53ef\uff1b`CRAZY_AUTO_UPDATE` \u9ed8\u8ba4\u5173\u95ed\uff0c\u5f00\u542f\u5219\u63d2\u4ef6\u5c06\u5728\u542f\u52a8\u65f6\u81ea\u52a8\u68c0\u67e5\u8d44\u6e90\u66f4\u65b0\u3002\u4f8b\u5982\uff1a\n\n```python\nCRAZY_PATH=\"your-path-to-post.json\"\nCRAZY_AUTO_UPDATE=false\n```\n\n## \u529f\u80fd\n\n\u5929\u5929\u75af\u72c2\uff01\u968f\u673a\u8f93\u51faKFC\u75af\u72c2\u661f\u671f\u56db\u6587\u6848\u3002\n\n\u26a0 \u6bcf\u6b21\u542f\u52a8\u63d2\u4ef6\u4f1a\u81ea\u52a8\u5c1d\u8bd5\u4ecerepo\u4e2d\u4e0b\u8f7d\u6700\u65b0\u7684\u6587\u6848\u8d44\u6e90\uff01\n\n## \u547d\u4ee4\n\n1. \u5929\u5929\u75af\u72c2\uff0c\u75af\u72c2\u661f\u671f[\u4e00|\u4e8c|\u4e09|\u56db|\u4e94|\u516d|\u65e5|\u5929]\uff0c\u8f93\u5165**\u75af\u72c2\u661f\u671f\u516b**\u7b49\u4e0d\u5408\u6cd5\u65f6\u95f4\u5c06\u63d0\u793a\uff1b\n\n2. \u652f\u6301\u65e5\u6587\u89e6\u53d1\uff1a\u72c2\u4e71[\u6708|\u706b|\u6c34|\u6728|\u91d1|\u571f|\u65e5]\u66dc\u65e5\uff1b\n\n## \u672c\u63d2\u4ef6\u6539\u81ea\n\n[HoshinoBot-fucking_crazy_thursday](https://github.com/Nicr0n/fucking_crazy_thursday)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Send KFC crazy thursday articles randomly!",
    "version": "0.2.7",
    "project_urls": {
        "Documentation": "https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday#readme",
        "Homepage": "https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday",
        "Repository": "https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday"
    },
    "split_keywords": [
        "nonebot2",
        "nonebot-plugin",
        "kfc crazy thursday",
        "minatoaquacrews"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9b7dcb57b9658f1e68caae9a417cc93e1cafeda19a47af529bf8e0223b6681",
                "md5": "6f7e2f2f2910c1befbcccc9efcd7b909",
                "sha256": "9182ae89efe0c2f92bed60ec784401ff3839e5504e4af313476329c99bff2b9b"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_crazy_thursday-0.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f7e2f2f2910c1befbcccc9efcd7b909",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 42577,
            "upload_time": "2023-06-10T13:31:17",
            "upload_time_iso_8601": "2023-06-10T13:31:17.220650Z",
            "url": "https://files.pythonhosted.org/packages/9e/9b/7dcb57b9658f1e68caae9a417cc93e1cafeda19a47af529bf8e0223b6681/nonebot_plugin_crazy_thursday-0.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-10 13:31:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MinatoAquaCrews",
    "github_project": "nonebot_plugin_crazy_thursday",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-crazy-thursday"
}
        
Elapsed time: 0.13098s