Ecosyste.ms: OpenCollective

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

NoneBot

NoneBot 是使用 Python 编写的异步聊天机器人后端框架。
Collective - Host: opensource - https://opencollective.com/nonebot - Website: https://nonebot.dev/ - Code: https://github.com/nonebot

Add permission

github.com/nonebot/nonebot - 998d5b327b01e745428ad392c37e1071c488fbba authored over 6 years ago
Add permission

github.com/nonebot/nonetrip - 998d5b327b01e745428ad392c37e1071c488fbba authored over 6 years ago
Add permission

github.com/nonebot/nonebot2 - 998d5b327b01e745428ad392c37e1071c488fbba authored over 6 years ago
Basic command plugin structure

github.com/nonebot/nonebot2 - 19c211b2530d5a1210efa12eed9c9305bcaadb58 authored over 6 years ago
Basic command plugin structure

github.com/nonebot/nonebot - 19c211b2530d5a1210efa12eed9c9305bcaadb58 authored over 6 years ago
Basic command plugin structure

github.com/nonebot/nonetrip - 19c211b2530d5a1210efa12eed9c9305bcaadb58 authored over 6 years ago
Fix websocket api out of websocket context

github.com/nonebot/aiocqhttp - 51b4d96a4bb22a728fccd59983af0c7a59b71ede authored over 6 years ago
New generation init

github.com/nonebot/nonebot - a3844eda69b6df99ea25561459c14f2123e8680f authored over 6 years ago
New generation init

github.com/nonebot/nonetrip - a3844eda69b6df99ea25561459c14f2123e8680f authored over 6 years ago
New generation init

github.com/nonebot/nonebot2 - a3844eda69b6df99ea25561459c14f2123e8680f authored over 6 years ago
Avoid an UnboundLocalError in logging

github.com/nonebot/nonecorn - 30d0467c731849d619a517387c6536bb8e722459 authored over 6 years ago
Improve Message class

github.com/nonebot/aiocqhttp - eb6047a2832e65d50aea1bdd49f9fbd424272307 authored over 6 years ago
Fix ssl: values from 'args' instead of hardcoded

github.com/nonebot/nonecorn - d2d7906a24d15900845cbae8fe03879f639b4332 authored over 6 years ago
Improve exceptions

github.com/nonebot/aiocqhttp - bbfec0eb502653d9d4f51b55565b1dd0aab9d866 authored over 6 years ago
Bugfix don't log without a log target

Logging is an expensive operation (even if there is no handler to log
to).

github.com/nonebot/nonecorn - 68fccac70ffed02fc93d38ff040ffc861e6ff1bc authored over 6 years ago
Update README and version

github.com/nonebot/aiocqhttp - dfe1ca72030b07adb9c9aa06befb47c180009069 authored over 6 years ago
Bugfix correct the ASGI extension definitions

These changed during the ASGI review, and I forgot to update
Hypercorn.

github.com/nonebot/nonecorn - 80110feb022b4382acfacb1591e2cfc2510914a6 authored over 6 years ago
Add Message class

github.com/nonebot/aiocqhttp - 4566bc7dacfd8b2746f212368c7dbbc07bdccf49 authored over 6 years ago
Add provisional startup/cleanup funtionality

This allows frameworks to have startup and cleanup (before any serving
and after all serving) co...

github.com/nonebot/nonecorn - 897100d9364f216e693a71a6694e7047e29bc497 authored over 6 years ago
Link to the relevant Hyper libraries in the README

github.com/nonebot/nonecorn - c53d64610326d6766708863fbe47c31ff233c896 authored over 6 years ago
Allow uvloop usage

uvloop is a fast implementation of the event loop, it can be
optionally used by installing `hype...

github.com/nonebot/nonecorn - 59c58f8b093b6675fc49c1c579c1a96b81fe8042 authored over 6 years ago
Add discussion point documentation on backpressure

This should help ASGI Framework authors ensure that backpressure is
correctly dealt with, withou...

github.com/nonebot/nonecorn - b160d62b67eec6e67d06439870506db52d430e03 authored over 6 years ago
Drop alpine version for autobahn testsuite

Cryptography isn't compatible with the latest libressl.

github.com/nonebot/nonecorn - 602fe5ee9245fc4c8a0e380db46442c9983caad8 authored over 6 years ago
Refactor websocket code, allow HTTP responses

This follows a similar refactor to the h11 and h2 in
448087102ba6b6f2744cd59aa9d44936fcc73f81, t...

github.com/nonebot/nonecorn - 2f785d4a95dd9b8c68a0ffd842e88b59d70e6cb3 authored over 6 years ago
Add initial documentation

This sets up basic documentation and also clarifies some config values
to match the documented v...

github.com/nonebot/nonecorn - 705b81cdb68234dc6c1d32d16e5154e370746aef authored over 6 years ago
Release 0.1.0

github.com/nonebot/nonecorn - d57105b8079f83a26d38f3f3a3b72d84440310f3 authored over 6 years ago
Add initial multiprocessing (worker) support

This allows for better utilisation of a machine as it likely has more
than one CPU. Hence a proc...

github.com/nonebot/nonecorn - 400b08b096eb58f2a40993a08b6c5cc214c271f6 authored over 6 years ago
Bump to v0.0.2

github.com/nonebot/aiocqhttp - ae82dfa3ee6686ecc242c2871bcc1c7996dbeec3 authored over 6 years ago
Add check for access token

github.com/nonebot/aiocqhttp - 910b42e606f9c33b488e35453e2224957c65141c authored over 6 years ago
Reverse WebSocket done

github.com/nonebot/aiocqhttp - 5fcc3dc6c35dfd58f46e76923140458a7064c5bd authored over 6 years ago
WebSocket basic

github.com/nonebot/aiocqhttp - 2866722902f216e5f238e7f6fc0db273e9edca48 authored over 6 years ago
Correctly handle unhandled ASGI Framework exceptions

This fixes a bug in 8efe627e8924f5f9611ffb492b416b62671d5835 whereby a
correct framework StreamE...

github.com/nonebot/nonecorn - 7c8848eb033b705656c513886c0ec01134fa3bbd authored over 6 years ago
Fix typo in autobahn compliance

Missed in 448087102ba6b6f2744cd59aa9d44936fcc73f81

github.com/nonebot/nonecorn - bcf88817175b78577935a2ad792e357bee3af66b authored over 6 years ago
Handle unhandled exceptions in an ASGI Framework

These exceptions are handled by closing the connection if h11 or
stream if h2. This allows the s...

github.com/nonebot/nonecorn - 8efe627e8924f5f9611ffb492b416b62671d5835 authored over 6 years ago
Add command line arguments to specify the SSL settings

This covers most (all?) of the desired settings for SSL with naming
matching Gunicorn.

github.com/nonebot/nonecorn - 5fea7bfa64d72b4b005b88c32c6df0c45f00526b authored over 6 years ago
Refactor the h11 and h2 serving code

This removes the inheritance from the http module for h11 and h2 on
the grounds that it made the...

github.com/nonebot/nonecorn - 448087102ba6b6f2744cd59aa9d44936fcc73f81 authored over 6 years ago
Add typical command line arguments

These are incomplete, e.g. bind only considers the first supplied
value. This should provide the...

github.com/nonebot/nonecorn - 33e6a364494a4f72fdd1546ee85bb89e7c073a45 authored over 6 years ago
Initial working Hypercorn

This takes the serving code from Quart 0.5.0 and turns it into a
working ASGI server. This will ...

github.com/nonebot/nonecorn - b0ccb73bbdcb568015930103582d88d08ad7850c authored over 6 years ago
Fix package name and others

github.com/nonebot/aiocqhttp - f066c50c4045b7b32983cd6bc010143fcfb79f0a authored over 6 years ago
Initial commit

github.com/nonebot/aiocqhttp - 643b041b0847d4481306e95c5dc10770f4e090c5 authored over 6 years ago
Update gitignore

github.com/nonebot/nonebot - 6ce021926eaa7a0f389dae7fd1ea2e49717f9790 authored over 7 years ago
Update gitignore

github.com/nonebot/nonetrip - 6ce021926eaa7a0f389dae7fd1ea2e49717f9790 authored over 7 years ago
Update gitignore

github.com/nonebot/nonebot2 - 6ce021926eaa7a0f389dae7fd1ea2e49717f9790 authored over 7 years ago
Fix anime index url

github.com/nonebot/nonebot2 - 9e0dcd1ce20a533b631b80554ced0a962c7f37b3 authored over 7 years ago
Fix anime index url

github.com/nonebot/nonebot - 9e0dcd1ce20a533b631b80554ced0a962c7f37b3 authored over 7 years ago
Fix anime index url

github.com/nonebot/nonetrip - 9e0dcd1ce20a533b631b80554ced0a962c7f37b3 authored over 7 years ago
Update Write_Adapter.md

github.com/nonebot/nonebot - 53a517658e8599d5d53d602b390a8d1a2499cbfc authored over 7 years ago
Update Write_Adapter.md

github.com/nonebot/nonetrip - 53a517658e8599d5d53d602b390a8d1a2499cbfc authored over 7 years ago
Update Write_Adapter.md

github.com/nonebot/nonebot2 - 53a517658e8599d5d53d602b390a8d1a2499cbfc authored over 7 years ago
修复从酷 Q 收到的消息的换行问题(正确处理 \r\n)

github.com/nonebot/nonebot - 2a9e5e7f8144dd2b924c81cc39241d753f66879f authored almost 8 years ago
修复从酷 Q 收到的消息的换行问题(正确处理 \r\n)

github.com/nonebot/nonetrip - 2a9e5e7f8144dd2b924c81cc39241d753f66879f authored almost 8 years ago
修复从酷 Q 收到的消息的换行问题(正确处理 \r\n)

github.com/nonebot/nonebot2 - 2a9e5e7f8144dd2b924c81cc39241d753f66879f authored almost 8 years ago
修复时间表命令的参数格式问题

github.com/nonebot/nonebot2 - 69eae5197e09cebe1f634d40cd19f66b78984006 authored almost 8 years ago
修复时间表命令的参数格式问题

github.com/nonebot/nonebot - 69eae5197e09cebe1f634d40cd19f66b78984006 authored almost 8 years ago
修复时间表命令的参数格式问题

github.com/nonebot/nonetrip - 69eae5197e09cebe1f634d40cd19f66b78984006 authored almost 8 years ago
优化 B 站的查询

github.com/nonebot/nonetrip - e236e24032b18c8e7e3067ba50a6438bd568e5eb authored almost 8 years ago
优化 B 站的查询

github.com/nonebot/nonebot - e236e24032b18c8e7e3067ba50a6438bd568e5eb authored almost 8 years ago
优化 B 站的查询

github.com/nonebot/nonebot2 - e236e24032b18c8e7e3067ba50a6438bd568e5eb authored almost 8 years ago
添加了查询 B 站动漫的命令,修复一些细节的 bug

github.com/nonebot/nonebot2 - f1fdb34fba6233f6e7d555e311c8587594785137 authored almost 8 years ago
添加了查询 B 站动漫的命令,修复一些细节的 bug

github.com/nonebot/nonetrip - f1fdb34fba6233f6e7d555e311c8587594785137 authored almost 8 years ago
添加了查询 B 站动漫的命令,修复一些细节的 bug

github.com/nonebot/nonebot - f1fdb34fba6233f6e7d555e311c8587594785137 authored almost 8 years ago
添加 random 系列命令,对命令起始符为空的情况进行用户友好处理

github.com/nonebot/nonetrip - 6e1ac79024ec3065228940bbfa95c31fa4a72e21 authored almost 8 years ago
添加 random 系列命令,对命令起始符为空的情况进行用户友好处理

github.com/nonebot/nonebot - 6e1ac79024ec3065228940bbfa95c31fa4a72e21 authored almost 8 years ago
添加 random 系列命令,对命令起始符为空的情况进行用户友好处理

github.com/nonebot/nonebot2 - 6e1ac79024ec3065228940bbfa95c31fa4a72e21 authored almost 8 years ago
Add badges

github.com/nonebot/nonebot - 23f17981cb564ecd203cc70e421df2bafaf1c519 authored almost 8 years ago
修复天气的摄氏度的特殊符号问题

github.com/nonebot/nonebot2 - 49fa1d585dad7849b9d9afe0623b7f4ae5f91654 authored almost 8 years ago
修复天气的摄氏度的特殊符号问题

github.com/nonebot/nonebot - 49fa1d585dad7849b9d9afe0623b7f4ae5f91654 authored almost 8 years ago
修复天气的摄氏度的特殊符号问题

github.com/nonebot/nonetrip - 49fa1d585dad7849b9d9afe0623b7f4ae5f91654 authored almost 8 years ago
Fix docker bug

github.com/nonebot/nonebot2 - d0d5535f10524b96c1ce510c9ce25a4c82118935 authored almost 8 years ago
Fix docker bug

github.com/nonebot/nonebot - d0d5535f10524b96c1ce510c9ce25a4c82118935 authored almost 8 years ago
Fix docker bug

github.com/nonebot/nonetrip - d0d5535f10524b96c1ce510c9ce25a4c82118935 authored almost 8 years ago
Clean up and fix

github.com/nonebot/nonetrip - 82a0681e9ffe7d1e147d1f511c53f28066bce782 authored almost 8 years ago
Clean up and fix

github.com/nonebot/nonebot - 82a0681e9ffe7d1e147d1f511c53f28066bce782 authored almost 8 years ago