Metadata-Version: 2.1
Name: nonebot-plugin-code
Version: 0.0.4
Summary: nonebot2 plugin run code online
Home-page: https://github.com/yzyyz1387/nonebot_plugin_code
Author: yzyyz1387
Author-email: youzyyz1384@qq.com
License: UNKNOWN
Keywords: pip,nonebot2,nonebot,nonebot_plugin
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <a href="https://v2.nonebot.dev/"><img src="https://raw.githubusercontent.com/nonebot/nonebot2/master/docs/.vuepress/public/logo.png" width="200" height="200" alt="nonebot"></a>
</p>

<div align="center">

# 在线运行代码<_

_✨ NoneBot2 在线运行代码<_ ✨_

</div>

取自某个仓库（但实际我忘了是哪儿了），修改增加了输入功能

运行于 [https://glot.io/](https://glot.io/)

## 安装💿
`pip install nonebot-plugin-code`


## 导入📲
在**bot.py** 导入，语句：
`nonebot.load_plugin("nonebot_plugin_code")`

## 更新

0.0.3

- 适配b1
- 异步httpx

0.0.2

## 指令💻
```
code [语言] [-i] [inputText]
[代码]

-i：可选 输入 后跟输入内容

运行代码示例(python)(无输入)：
    code py
        print("sb")
运行代码示例(python)(有输入)：
    code py -i 你好
        print(input())
```


**给个star吧~**

其他插件
[it咨询](https://github.com/yzyyz1387/nonebot_plugin_itnews "it资讯")
[工作性价比](https://github.com/yzyyz1387/nonebot_plugin_workscore)

## 截图🖼

![](https://cdn.jsdelivr.net/gh/yzyyz1387/blogimages/nonebot_plugin_code.png)





