Ecosyste.ms: OpenCollective

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

wechatpy

WeChat SDK for Python
Collective - Host: opensource - https://opencollective.com/wechatpy - Website: https://docs.wechatpy.org - Code: https://github.com/jxtech/wechatpy

Fix codecov badge url in README.md

Signed-off-by: messense <[email protected]>

github.com/wechatpy/wechatpy - ee7a9b5756f02abbafcfcd50c77d551a0d27ecd0 authored over 8 years ago
Small code style fixes

Signed-off-by: messense <[email protected]>

github.com/wechatpy/wechatpy - f7cef5524e5869ac6e8afd9cd1bf85c2e5f8cef4 authored over 8 years ago
Merge pull request #145 from zephyrrr/master

按照官方文档增加了几个接口

github.com/wechatpy/wechatpy - 0d3a1b11e8e537c0f969f885b00d515e2c2f7208 authored over 8 years ago
按照官方文档增加了几个接口

github.com/wechatpy/wechatpy - b5feeb955445443ae6732a73351182d3bab3d16e authored almost 9 years ago
Add WeCron demo project

github.com/wechatpy/wechatpy - 5f7e868d4a3f9d59913e804874b00cc4e54c77be authored almost 9 years ago
Update README.md

github.com/wechatpy/wechatpy - 87f334a45ad71e9befeeb6fa8412be752f56cac0 authored almost 9 years ago
Bump version: 1.2.7 → 1.2.8

github.com/wechatpy/wechatpy - 56fc01fc6ba4e939388beba263761aba7d23e254 authored almost 9 years ago
Update changelog

github.com/wechatpy/wechatpy - 1f992a2ea39278cad4c8f524db8b2d91e787fcd8 authored almost 9 years ago
Merge pull request #144 from Brightcells/master

add check_signature for WeChatPay

github.com/wechatpy/wechatpy - 0a3f57addc561059c9c5155595ed943730127e3f authored almost 9 years ago
add check_signature for WeChatPay

github.com/wechatpy/wechatpy - 5e9b48a6055fa456bf5136fbe4264f7ca2cce56f authored almost 9 years ago
Merge pull request #143 from Brightcells/master

Fix Bug: format_url error when some params' value is empty.

github.com/wechatpy/wechatpy - 685005cc4cc06189a75f806f2ead175b6040532b authored almost 9 years ago
Fix Bug: format_url error when some params' value is empty. See: https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3

github.com/wechatpy/wechatpy - 601b7ce3c7723f5036b00b024f9c8558bc31d99e authored almost 9 years ago
Merge pull request #142 from Brightcells/master

Fix Bug: wrong use app_id as appid in get_appapi_params

github.com/wechatpy/wechatpy - a56995e5483f7ce9dd28a1dd76672b46b647c8ae authored almost 9 years ago
Fix Bug: wrong use app_id as appid in get_appapi_params

github.com/wechatpy/wechatpy - 298cef0c76c8b14097b4b232340e821d62b562bf authored almost 9 years ago
Test case fixes.

github.com/wechatpy/wechatpy - 1e00b6bfcb92e2bcc4528e4ef1f93bd9bbfe79d7 authored almost 9 years ago
Merge pull request #141 from faceair/fix_timezone

Fix #140

github.com/wechatpy/wechatpy - 364fb44119a26cb6ded777748b83632db80d98d6 authored almost 9 years ago
import dateutil

github.com/wechatpy/wechatpy - 214f8166a20aa3e73ae6d291ede42c08504c9620 authored almost 9 years ago
Merge pull request #139 from faceair/master

支持获取 APP 支付参数

github.com/wechatpy/wechatpy - c35a8adb0f3637dbafec6293bfa24b043394bbaf authored almost 9 years ago
fix time_start

github.com/wechatpy/wechatpy - aedd26b0bf54ad4e8967cd64d1ee2fc7ea40aba1 authored almost 9 years ago
fix time_expire on other timezone

github.com/wechatpy/wechatpy - 6280b4944988a9ba1a11b37d3f8551dcfa7c29a2 authored almost 9 years ago
add get_appapi_params

github.com/wechatpy/wechatpy - 6fa634420bff7e8fca5fb3048dddc6a6d74dafa0 authored almost 9 years ago
Update Changelog

github.com/wechatpy/wechatpy - b8a13a2c82737f2344e7a112717c47134033400a authored almost 9 years ago
Bump version: 1.2.6 → 1.2.7

github.com/wechatpy/wechatpy - b572eab6f29382bc5ead6b9b18db2a6f0432397e authored almost 9 years ago
Merge pull request #138 from faceair/master

统一下单接口支持指定支付方式

github.com/wechatpy/wechatpy - e30f90152b8399a542f170782e20bdce50ae9b3a authored almost 9 years ago
support limit pay

github.com/wechatpy/wechatpy - a7d1df2d4a6028e097691d7e1f7f2ce3ec42835e authored almost 9 years ago
Merge pull request #137 from zephyrrr/master

API_BASE_URL change in card api

github.com/wechatpy/wechatpy - e6b1981b9aa301df680183018137132b1f410e75 authored almost 9 years ago
API_BASE_URL change in card api

github.com/wechatpy/wechatpy - b65cf5d165d4288aaa86ba364bac407e20868e24 authored almost 9 years ago
Merge pull request #134 from hunter007/master

Move functions in `wechatpy._compat` to `wechatpy.utils`

github.com/wechatpy/wechatpy - 36e5ebc65c2c129203c34098fc5f1e60d66fa463 authored almost 9 years ago
fix byte2int()

github.com/wechatpy/wechatpy - 62cc4761fbc1056b2867b6a430e818bc08409a42 authored almost 9 years ago
move functions in `wechatpy._compat` to `wechatpy.utils`

github.com/wechatpy/wechatpy - b8acfeda1fe0de04cfddee9b358f2dd630dc561f authored almost 9 years ago
Add Python 3.5 in classifiers. [ci skip]

github.com/wechatpy/wechatpy - b96a133494f4325fa5650a1a4d3822ee44c5ad9c authored almost 9 years ago
Bump version: 1.2.5 → 1.2.6

github.com/wechatpy/wechatpy - a18c0230eaf1b9db7989a578204d48a4433562fa authored almost 9 years ago
Update changelog and fix oauth docs titles

github.com/wechatpy/wechatpy - df57f867233e5f5b6ce6fcecfbcb774070ad6893 authored almost 9 years ago
Merge pull request #133 from cloverstd/master

企业号 OAuth 示例

github.com/wechatpy/wechatpy - 833c918742763cc4811c6dba63820ae9798d4a86 authored almost 9 years ago
fix enterprise oauth

github.com/wechatpy/wechatpy - 5d7c7b5336eb41477a17b3f97b597a987fa653df authored almost 9 years ago
Merge pull request #6 from jxtech/master

跟进

github.com/wechatpy/wechatpy - 6fdbc5bc0a4e746f594c3ceb4749eee4878e5aab authored almost 9 years ago
Merge pull request #132 from hunter007/master

Add django demo project

github.com/wechatpy/wechatpy - 3db3c4debd6e8eb4e0ca20fb5501fbb09f99a757 authored almost 9 years ago
Merge branch 'master' of https://github.com/jxtech/wechatpy

github.com/wechatpy/wechatpy - 11982e1a4929ebe28457a599ae0bfb119f9b0a7c authored almost 9 years ago
添加示例项目

github.com/wechatpy/wechatpy - 988c47d48c2330509f58bff1030c5a9f1ccbb419 authored almost 9 years ago
Add SubscribeScanProductEvent for WeChat Scan

github.com/wechatpy/wechatpy - 50e1a3724626d29e75fd50f3fb4d37a880d02885 authored almost 9 years ago
Bug fixes and add test cases for WeChatScan API

github.com/wechatpy/wechatpy - ad268434f92f09a58e9229a77ef05b6c04413c8a authored almost 9 years ago
Add WeChatScan documentation in client section

github.com/wechatpy/wechatpy - 9d94ee09198b8fdba22f7f8867c8ff6e02e23159 authored almost 9 years ago
Add scan related events documentation

github.com/wechatpy/wechatpy - f57a4a076dc54a91394ee549e7f17ba1527aaeb8 authored almost 9 years ago
Add WeChat Scan related APIs and events

github.com/wechatpy/wechatpy - a1d709e5c4fda2187b1c6721545f4ca486ae34cb authored almost 9 years ago
Change Windows PyCrypto download link. [ci skip]

github.com/wechatpy/wechatpy - bb3d27f173ed0143a154c560adecb0044123db2a authored almost 9 years ago
Update badges

github.com/wechatpy/wechatpy - a1657f298814f5e47090082e66bdcb4c0c0118ef authored almost 9 years ago
Add OAuth documentation(TODO)

github.com/wechatpy/wechatpy - 590a504fc0e775aaff166068355ba47d3d70b72e authored almost 9 years ago
Remove useless code in docs

github.com/wechatpy/wechatpy - 81059adc9c0dd61a267e1c9b4a620a5e4f121296 authored almost 9 years ago
Update README.md. [ci skip]

github.com/wechatpy/wechatpy - 196d02c6bf9040facac52c50da01277397984d6b authored almost 9 years ago
Add replies documentation in quick start. Ref #129

github.com/wechatpy/wechatpy - b41aea1a4007e32dff9b129c6a647671b41f1cae authored almost 9 years ago
Change Development Status clasifier to Producation/Stable

github.com/wechatpy/wechatpy - 199763e57824e39b562676c57366722373e36b6e authored almost 9 years ago
Update installation docs

github.com/wechatpy/wechatpy - deaedf145d18ac3e6d36f4a4bb9eaeb27755d203 authored almost 9 years ago
Update client and pay documentation title

github.com/wechatpy/wechatpy - e5aab463c94ea662bb016bca35d0944979ceac3f authored almost 9 years ago
Add links to message and events in quickstart documentation

github.com/wechatpy/wechatpy - be92b77a9133b4be6e0201d0808374d42026953e authored almost 9 years ago
Update quickstart documentation

github.com/wechatpy/wechatpy - 95035619000e3a35ef3e80067fd423a4c55412fa authored almost 9 years ago
Cleanup documentation

github.com/wechatpy/wechatpy - c46a34e23baa8fa93f1a0ac4fe8e08094859026c authored almost 9 years ago
Update installation documentation

github.com/wechatpy/wechatpy - 521702ab75e80b82e7d3aa86ea52ece23560499f authored almost 9 years ago
Update misc, qrcode and semantic docs

github.com/wechatpy/wechatpy - 44515c44bfe74d25c236431157ec31e609a75e62 authored almost 9 years ago
Write docs for menu, group and message APIs

github.com/wechatpy/wechatpy - 57f16765a41225bbbb262ee888425fce837bc027 authored almost 9 years ago
Update some documentations

github.com/wechatpy/wechatpy - cee8d5d45e0f7afc1c3632ef9d0e38deaa458634 authored almost 9 years ago
Fix enterprise OAuth url. Closes #126

github.com/wechatpy/wechatpy - 353b75ecfd65e286cad8df9bd607a14628a76918 authored almost 9 years ago
Bump version: 1.2.4 → 1.2.5

github.com/wechatpy/wechatpy - 8e32a4687e93c96dd1e3104a29e0cfe839bcbcc9 authored about 9 years ago
Remove namespace_packages from setup.py

github.com/wechatpy/wechatpy - 069ed00e7dc11e374f3a1b81b8821ae49eb3c185 authored about 9 years ago
Bump version: 1.2.3 → 1.2.4

github.com/wechatpy/wechatpy - c492ac95cb608c87f1fbc252dd72e5954b1544e0 authored about 9 years ago
Add bumpversion configuration file

github.com/wechatpy/wechatpy - 4238902ab206dcda3b96825992844c6e5ade9f5f authored about 9 years ago
Fix material API URL

github.com/wechatpy/wechatpy - f8248b1358367a5c5ba8a6b7cea98a2bc3291a01 authored about 9 years ago
Add namespace_packages argument to setup

github.com/wechatpy/wechatpy - 8c7953f0ecb80e9c7c770b6ebb31f870db698c41 authored about 9 years ago
Remove AsyncWeChatClient related codes

github.com/wechatpy/wechatpy - 735bc8f001e33b92f4356d3cd3ba4344b428dc23 authored about 9 years ago
requests is fine now

github.com/wechatpy/wechatpy - 06259292ed77c0cf2e13b27fda6cc26ce97ee33c authored about 9 years ago
Fix MassSendJobFinishEvent id. Closes #116

github.com/wechatpy/wechatpy - c5f2d9c37ec37cfed8b5d45011113153ce125a4c authored about 9 years ago
Merge pull request #117 from polyrabbit/master

在调用语义分析接口出错的时候,微信有时不会返回errmsg字段

github.com/wechatpy/wechatpy - b39ca4f7306b97c7a33cdcca072a2a52a6cb8efe authored about 9 years ago
Wechat won't return errmsg on some occasion

github.com/wechatpy/wechatpy - 0924002313effe6798e6952aa4efecf70962d572 authored about 9 years ago
Fix docstring for menu.add_conditional API

github.com/wechatpy/wechatpy - d87ce13e432c7e4afe5e489aa92efcbd61f72882 authored about 9 years ago
Use requests < 2.9.0

github.com/wechatpy/wechatpy - 9654c87df198e5d6b7873e211e4fdf18a29c6277 authored about 9 years ago
Merge pull request #115 from lileixuan/master

Add conditional menu API.

github.com/wechatpy/wechatpy - 246fdf6756862137cf7bfcd4e19a58bdedacacb4 authored about 9 years ago
Update menu.py

github.com/wechatpy/wechatpy - a79689a493cba994a7588a878fe54c674fd0cb32 authored about 9 years ago
Update menu.py

github.com/wechatpy/wechatpy - 0d46ad6f9a49b06df12af63a9aaa1c76baf978d6 authored about 9 years ago
Merge pull request #114 from KleeTaurus/master

Fix xml parse issue for download_bill API

github.com/wechatpy/wechatpy - 1ed77cecf9320a935f441716373d52c48b4e6a96 authored about 9 years ago
Fix xml parse issue for download_bill API

github.com/wechatpy/wechatpy - 247a6b5c0a1b82b4e0a5d715dcae9d0a7dfd9ed1 authored about 9 years ago
Fix qrcode.show 404 bug. Closes #113

github.com/wechatpy/wechatpy - d30dd4db7f407e8f819516ab83384f0e24ac6d8b authored about 9 years ago
Do not run coverage on Windows CI

github.com/wechatpy/wechatpy - 8624d7e9816abfb03aa8fedde0004b07d61cf9af authored about 9 years ago
Use tox-win.ini for tox configuration on Windows

github.com/wechatpy/wechatpy - cc34758031893afd2a159565052b00895721a0e2 authored about 9 years ago
Use envbindir instead of envdir

github.com/wechatpy/wechatpy - c2036ef50e14bb160db5b84e04167e5558b66654 authored about 9 years ago
Remove pytest-cov, just use coverage.py

github.com/wechatpy/wechatpy - 0cc508b62d7c6cde45f0ce5bc7ae3258ffd4834a authored about 9 years ago
Again try to fix Appveyor build

github.com/wechatpy/wechatpy - b49bda66822ec6ad838c39f48ca3d2c35abc7e4d authored about 9 years ago
Try to fix Appveyor build error regarding Redis server

github.com/wechatpy/wechatpy - 6464de3a4ad6e98b3c05c73f12f4f4fb6890e220 authored about 9 years ago
Update changelog. [ci skip]'

github.com/wechatpy/wechatpy - cc858dc0a5f9488900ea2ccce0c2a129a28d8167 authored about 9 years ago
Support send mpnews in message API

github.com/wechatpy/wechatpy - de0826bb42f8d8e36b33937364533b48a63504ca authored about 9 years ago
Merge pull request #109 from messense/async-client

Tornado and asyncio based AsyncWeChatClient

github.com/wechatpy/wechatpy - b52cea14e6df5df723bdccdb320e127e4985b4f4 authored about 9 years ago
Merge branch 'master' into async-client

github.com/wechatpy/wechatpy - ff6b0ed1e80901c93c6e649d0f27936a237d2e79 authored about 9 years ago
Handle exception and reraise them as WeChatClientException

github.com/wechatpy/wechatpy - 3c83dbedde96d089cadcb7a4440678d465d92927 authored about 9 years ago
Use fixed version(2.8.2101) of redis on Appveyor

github.com/wechatpy/wechatpy - ae76b01dedc9e4f1916adffe52e6bed892d22cdf authored about 9 years ago
Use tox to run test case on Appveyor

github.com/wechatpy/wechatpy - 3c63da44f0d8abf90f4cb2cadd0a1f3ffc1e012d authored about 9 years ago
Fix Travis CI Python 3.4+ build error

github.com/wechatpy/wechatpy - fe3881838ec80b07769bc36d3c783fec93fffb68 authored about 9 years ago
Bug fixes and add asyncio based client test cases

github.com/wechatpy/wechatpy - 1c30ae96732817defa44624a9190b358e04e61aa authored about 9 years ago
Add two more test cases for tornado based async client

github.com/wechatpy/wechatpy - f612a2047d11345e17ee0696f8d7f3b386f16be5 authored about 9 years ago
Test Python 3.5 on Appveyor

github.com/wechatpy/wechatpy - b8295e6a0257b360d287641718e59f90ba966c62 authored about 9 years ago
Make client a fixture

github.com/wechatpy/wechatpy - fbab2948d758f1b69ae971985ed9b80e45d21b47 authored about 9 years ago
Add ordereddict requirement on Python 2.6

github.com/wechatpy/wechatpy - 20276c5a8fa2682ea1d1f51f7208f2f8c6bad92b authored about 9 years ago
Fix test failure on Python 2.6 again

github.com/wechatpy/wechatpy - 8d510a8879cb20b4cbef1c20cce1d980a59bc321 authored about 9 years ago