Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nonebot/nonebot

基于 OneBot 标准的 Python 异步 QQ 机器人框架 / Asynchronous QQ robot framework based on OneBot for Python
https://github.com/nonebot/nonebot

Merge pull request #223 from nonebot/issue-220

7cd8c878db0790ab35526404f935352a07a69d43 authored over 4 years ago
Add ignore of whitespace related warning

0ee211325e63b390bd4b9881e342067562d2664a authored over 4 years ago
Add lint actions

0823818fb690a994e1ddedd11d11ac5e8609fdaf authored over 4 years ago
Create GitHub Workflow configuration for code lint

8fca702e32c9a3dcf2cb45f02db9fce27dfd1dff authored over 4 years ago
update logo and accent color

5958f3e3c0a4aefb31fb0fee109eab50e89b3acf authored over 4 years ago
change "1.7.0+" to "master" since it's still not released

d116413d6a633d04b2788b7d4918a96c8d6aca65 authored over 4 years ago
Merge pull request #213 from cleoold/nlp_gotcha

add Permission section and a gotcha to guide

9a5ca0b974270743ec2bbfd7eaaf8cd85d44d3f4 authored over 4 years ago
Merge pull request #214 from cleoold/send_to_superusers

implement send_to_superusers

c89736c51fd7a0b3e4f3e6b5a719040a23c4fd5b authored over 4 years ago
Update api.md

bebeacfd7dc94c7d7270d30a9b1b7ed550a7ee9d authored over 4 years ago
change SUPERUSERS to Collection type

a73e6d3a32283eef5836d63bf60b7c7b6c40c099 authored over 4 years ago
implement send_to_superusers

d48a285210f3c8b92de527322802d68716cbc468 authored over 4 years ago
doc section: permission

1881ada3ba16fb1e9554cf299f67d9cd6355176d authored over 4 years ago
Merge pull request #209 from mnixry/patch

Fix `TypeError: issubclass() arg 1 must be a class`

1552c6fcd4e29d9932ef6495b90b3b42c323f3de authored over 4 years ago
Fix `TypeError: issubclass() arg 1 must be a class`

be9ddfaa6b1c3f70632fc871218a68e9314a13cb authored over 4 years ago
Merge pull request #206 from mnixry/patch

Add CommandSession implement support

6e49ec3e45835d1b530f0227595409b4462a0f35 authored over 4 years ago
Fix session_implement not work with call_command

d1ae2d30db9d58bcc80f60fd3cbd4b2e664799b2 authored over 4 years ago
Add type validate for session_implement

fa1ca3c8f95416f430c4dde05b1ebb88e211a7ee authored over 4 years ago
Add parent class for PauseException etc, customize CommandSession implementation

e4d88e13708877c710901740755375ba51db2436 authored over 4 years ago
Update README.md

d2bf3bea9ccce4ee5f6c8f86f3fce7abad45db2e authored over 4 years ago
fix links

42c55296d643fa276fcd37453cf7a64d93112427 authored over 4 years ago
update docs

3bff340f9aca2d5547b509afb1e84d66b6288887 authored over 4 years ago
Merge pull request #185 from lengthmin/sche1

a3dc08e942c6425581412aeac1a37e71799b5a99 authored over 4 years ago
add an option to disable scheduler

60b68e797064c6afcfddf1dfb4974f773dd4d820 authored over 4 years ago
Merge pull request #183 from lengthmin/master

96eff5e0ea1b20ef2e3497ae1c8d4ab50825a9e9 authored over 4 years ago
revert nonebot.message

8605e30293b0424cf43e61b20315191f69a51108 authored over 4 years ago
update code style

e39c89f5c2050148838fbf442916ae64dbdd5d2a authored over 4 years ago
add regex support and fix command manager

6d2df6226f46f14f41f4afea5e39460c8ab0cc32 authored over 4 years ago
Merge pull request #177 from winrey/master

9036292cf57e5d7a483e8b058ee6bfcb834e16ad authored over 4 years ago
add regex pattern support to @on_command

4d2a5187b0bf012523fa61503cf55622f8ec0982 authored over 4 years ago
update docs

685f4419677d720c8ff01d9fac3cea7a84f9fa57 authored over 4 years ago
update nonebot.message docs

23ec6c7108638aa7bdf4abe2b8e02f33e58a1ea4 authored over 4 years ago
fix remove command and update api docs

51a2ca0841dad8b28a2ac60b68459eac685b20e2 authored over 4 years ago
update api docs: nonebot.plugin

6d2bb2cf87d1dac2a4c7b31f02b802e7071b5097 authored over 4 years ago
bump version to 1.6.0 and update docs

ad8a998a8c0a4f714b4fea59f0cd80f777f4556f authored over 4 years ago
fix plugin reload and update docs

39804852a875b58cdc4800654bb8cc20969735f5 authored over 4 years ago
fix import

4794a4bacbc4d23360689b6f31d1e8620d914228 authored over 4 years ago
Merge branch 'master' of https://github.com/nonebot/nonebot

e9fb50eb1b280d0b63da3ef41f5bd2b88c3ab75a authored almost 5 years ago
move decorators to plugin module

4f9a9136f9e901aa716e897667fe5091e61d3eb8 authored almost 5 years ago
Merge pull request #171 from jw-star/patch-1

Update deployment.md

4a24cb3cdf05cae5dedc7ae895ff419f8a847ddc authored almost 5 years ago
Update deployment.md

45f2cd8faf8a9c642ec809852368272b1ab715a0 authored almost 5 years ago
Update deployment.md

暴露9000端口,否则无法远程访问vnc, 默认密码 MAX8char

5b430b1fde52162574755b15d0f487d7269c66ab authored almost 5 years ago
fix docstring missing for nlp and event handler

9fbd09331cf7ce79e898d608eb944e78ba8142a2 authored almost 5 years ago
fix docstring missing for command handler

a67fa5107c3ba9ab104b29d94cdf9546dcaf5033 authored almost 5 years ago
Merge branch 'master' of https://github.com/nonebot/nonebot

24f48929b496c17cec77bf1d723f53ff922c62dd authored almost 5 years ago
Merge pull request #166 from Pzzzzz5142/patch-1

Patch 1

ca251bc643562c518e5d3ff39a9233f319317f97 authored almost 5 years ago
add more manage func

8ae248738eaee6b6777d74676d060a8675e0937a authored almost 5 years ago
Update getting-started.md

58f5f1d9e893da31cab0dd5ff3a67b0d6be22c25 authored almost 5 years ago
add manager objects

52b2f635ad7f070fd2dc7aaf2b61b78291f64789 authored almost 5 years ago
Update getting-started.md

33a3a8879e71046f3f993cd1122da34fdf3686e3 authored almost 5 years ago
fix dead link

bc1e3f26df5adfc2102242d174522536c4495124 authored almost 5 years ago
Update README.md

7e9d47c3b613b1795e9e3a8edaa42ded53fce2ff authored almost 5 years ago
fix type

95813f7bb445d0a0e1fd4a6c95d873f64540b508 authored almost 5 years ago
bump version to 1.5.0

260ba5888aff515c1f90d2e5b10c2c4b3fadc1f3 authored almost 5 years ago
fix format

1c9136d672546e4297d1f3703cd99401659fad36 authored almost 5 years ago
update docs

9179e3ac4eebb6cea430a060e52aa512a22caf39 authored almost 5 years ago
adjust on_websocket_connect

6b288f0e6034b6de91da644c1a0dfc0c2b1a3031 authored almost 5 years ago
add on_startup and on_websocket_connect

cfce94e890be73362e40a645d395439317de666f authored almost 5 years ago
update docs

0eb37da0b35df254304c977f2b3c6e61f6ccd172 authored almost 5 years ago
restore Context_T for compatibility

0ac6a03f0a8fee77c12f4cf37c37400643b61c68 authored almost 5 years ago
remove demo package

1625be957a396f4275fae4e1bdbd9c0872aca720 authored almost 5 years ago
adjust log content

035782715fcbc0b88d4644247731e853c0f0817d authored almost 5 years ago
rename session.ctx to session.event for consistency

9b54af70e66b3515a7453513e64799461821e243 authored almost 5 years ago
fix docstring of command handler function

c366e6c9502b1f1f0b08113731f713da181fee5e authored almost 5 years ago
bump version to v1.4.2

c02b9a4ccf61126aa81e3f86b06b44685461af09 authored almost 5 years ago
reformat

0b7980a4a4e518a377611f6811218174e949e966 authored almost 5 years ago
Merge pull request #150 from mnixry/patch-1

修复CommandSession的部分方法在多线程条件下出错

7eb49624c3edf63ebd31f61dcb9eb9b16bef3522 authored almost 5 years ago
Update __init__.py

把格式改回来

22462c8ed60ff15fc2e9760ca80ff67281afaad8 authored almost 5 years ago
Update __init__.py

修复CommandSession.pause和CommandSession.finish在多线程环境下可能运行出错的bug

bdb64569e7c4bfba8f7db772cf795acd5c7007e6 authored almost 5 years ago
Merge pull request #148 from mnixry/patch-1

优化日志输出多行消息的方法

960dfd95df0fbdaccffe4dc705a8b3d4ee938db0 authored almost 5 years ago
Update message.py

删掉一个不知道从哪冒出来的一段

6166ee10f5f63a7d29b9b7ffea58b9e2cd9ee1b8 authored almost 5 years ago
Update message.py

不好意思犯了脑抽错误……

4bb1ea7c3541f84fcd113db450c4a6e15e244682 authored almost 5 years ago
Update message.py

优化日志输出多行消息的方法,使得收到的消息显示在一行中,便于日志记录

cd7749936e854b718d4c4b557dea67ebe5c8815f authored almost 5 years ago
Update docs

d6f825473b1e1d7929f4111e638103ee965dd22c authored almost 5 years ago
Bump version to v1.4.1

2e2bfd5e312d2273900682a765d9c9338cbd74d2 authored almost 5 years ago
Warn if failed to register command

d363cea58fb5b624c32d3739a120e4ab5394d4b4 authored almost 5 years ago
Support str type for aliases

f7e4223dc680ca2cafc558734bc4589aa7800c5e authored almost 5 years ago
Update changelog.md

cfa9fc39366c59ebeee4270774d8f194f31a5a8f authored almost 5 years ago
Reformat

9a818f781b4afd47691482b84d6c8507acfe4fd7 authored almost 5 years ago
Update helpers.py

Fix ValueError: too many values to unpack (expected 2)

4d1d9c50f3aa579357c6a503f1f8ecca206f73f0 authored almost 5 years ago
Bump version to v1.4.0

5f55e3038101b40c06bf91ed004bc476e16db616 authored almost 5 years ago
Fix #98

76f1dfc2a56250ca6a5e0f3502a9165b47a562d1 authored almost 5 years ago
Escape *args in render_expression, fix #86

3d030fdd0363a30cede15d4bdacbd4d047e0e5b5 authored almost 5 years ago
Fix compatibility with Quart 0.11

932d178c15d45c344406785ac48b8d51f7cb7abd authored almost 5 years ago
Fix stub file bug

9b131ca85516a4ae377ca0be6b463f9114d6c6f6 authored almost 5 years ago
Adjust relative links in docs

8efdf0ba74660e0d1b18e8fc0cac84a9f01714ef authored almost 5 years ago
Merge remote-tracking branch 'origin/master'

da4b7bd005490d7cb4493d1eceb945eb86ad70dc authored almost 5 years ago
Update docs

389e83b4f7ae55e76f37260966de5add348731e1 authored almost 5 years ago
doc: 添加session.ctx的说明

da7c62a259a3a3deb474755e365860ab7f8b2f4b authored almost 5 years ago
doc: server-app

99858c4ead7d7a73752a391c7886f41432ae1bb9 authored almost 5 years ago
Merge pull request #134 from yuudi/master

Doc: Scheduler

32047bc8e3a783ec5a9f653f2c2935146ed1910e authored almost 5 years ago
doc: Scheduler

ecc73872a9bd91815546d476b4b639266d4813f7 authored almost 5 years ago
Merge branch 'SDchao-patch-1'

7c93fd0b416fdf46887294aa13677b8f29ff1b32 authored almost 5 years ago
Fix format

e52cf045cbbc40ff0619fd47646cf9c4c4def9d4 authored almost 5 years ago
添加API_ROOT配置说明

指引中似乎没有提及使用Http通信前需要配置API_ROOT,所以加上咯

9a4f15a05cadfdd38bf65ee4bc3db750afddbc7e authored almost 5 years ago
Update README

7d96bacbb9b979f3e7ae4a33d371863df5933d86 authored about 5 years ago
Merge pull request #127 from StarHeartHunt/patch-1

Update getting-started.md

5849fdcf4d497cf52b481fc530e58e33f459cf03 authored about 5 years ago
Update getting-started.md

Change the order of warning,makes it more logical

005f58bca94b8dee9ad13b5598f254833f6822ee authored about 5 years ago
Update advanced docs

2098873cf29a25fc72993847b6a6d236a0b104d5 authored about 5 years ago
Merge pull request #114 from Lycreal/patch-1

Update "使用 Docker Compose 与 酷Q 同时部署"

6a572ca9b6d9809bfafa4caa691d8f851d1c9f2e authored about 5 years ago
Fix docs bug

eeb7667658f3352f588c7840d0ac14a3e871f5ae authored about 5 years ago