Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

lichium/nonebot_plugin_code

 
 

Repository files navigation

nonebot

你的star是我的动力

在线运行代码<_ (备考中 可能会更新)

✨ NoneBot2 在线运行代码< ✨_

取自某个仓库(但实际我忘了是哪儿了),修改增加了输入功能

运行于 https://glot.io/

安装💿

nb plugin install nonebot-plugin-code

更新日志

0.0.6 @Limnium

  • 修复#不能被匹配导致c#被误认为c语言运行的问题。请使用cs表示c#,同样要注意用cpp表示c++
  • 解决无输出或报错时合并转发可能无法打开的问题。

0.0.5 @Limnium

  • 更新了正则的pattern(应该能完美按预期匹配)
  • 删去命令中的-i使其更简洁
  • 完善了返回消息
  • 以合并转发的方式发送返回消息

0.0.4

  • 更新依赖

0.0.3

  • 适配b1
  • 异步httpx

0.0.2

指令💻

code [语言] [inputText(空格将被转换为回车)]
[代码]

运行代码示例(python)(无输入):
    code py
        print("锑")
运行代码示例(python)(有输入):
    code py 你好
        print(input())

截图🖼

尚为旧版本截图

给个star吧~

其他插件 (不)简易群管 在线运行代码 工作性价比 黑丝插件(停止维护)

About

nonebot2在线运行代码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%