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

微信支付增加 timeout 参数

Fixes #324

github.com/wechatpy/wechatpy - 721444c16d01d85876b5e7c66e47dbc57726f916 authored about 7 years ago by messense <[email protected]>
增加创建小程序二维码的跳转页面 (#320)

* 增加创建小程序二维码跳转页面

* page defaults to None

github.com/wechatpy/wechatpy - 67665a881a301ab4e40f8d7a34d004e532b4d9d0 authored about 7 years ago by 王茂 <[email protected]>
fix install doc project link (#322)

github.com/wechatpy/wechatpy - 09a08f5afdf1fdb9669572d50729aac32e3431d1 authored about 7 years ago by 王瑞华 <[email protected]>
增加微信代扣基础接口 (#318)

* 增加微信代扣

* fix

* fix

* 更新版本号

* fix pep8

* add test case

* revert version

* ...

github.com/wechatpy/wechatpy - 0e8d0b7f6ebf0c6fda6922e7c6a2aeea12ab130c authored about 7 years ago by noogel <[email protected]>
add message.send_mini_program_page (#315)

* add message.send_mini_program_page

* add test

github.com/wechatpy/wechatpy - e9a13ba5adcc154d5717b107d55f416e61c03958 authored about 7 years ago by way <[email protected]>
增加「发布新版本」文档 (#311)

github.com/wechatpy/wechatpy - 8e42500f5c80d2b91750eb32bb8063b3bfc7f87b authored about 7 years ago by messense <[email protected]>
Bump version: 1.5.4 → 1.5.5

github.com/wechatpy/wechatpy - 22beb11b494ba7f9fd8e4879185832f45dac0937 authored about 7 years ago by messense <[email protected]>
Add changelog for 1.5.5

github.com/wechatpy/wechatpy - ddd89aef78ade4015618fe1cd9cd58c979a13ff5 authored about 7 years ago by messense <[email protected]>
企业微信支持文本卡片消息 (#310)

* feat: support text card

* docs: update comment

github.com/wechatpy/wechatpy - e08bc71b9369bbdf47682496f52076e2dbdcf912 authored about 7 years ago by ZHOU Cheng <[email protected]>
Revert "添加小程序模板库的管理方法 (#306)" (#307)

This reverts commit 438bef5e6b06404e1cc05f29f518b2178350bb03.

github.com/wechatpy/wechatpy - 544a1a519a7971631a17cc0f2876cd9d4d6145ec authored about 7 years ago by MIA503 <[email protected]>
添加小程序模板库的管理方法 (#306)

* app template: add method of template wechat app management

* format code

* format code o...

github.com/wechatpy/wechatpy - 438bef5e6b06404e1cc05f29f518b2178350bb03 authored about 7 years ago by MIA503 <[email protected]>
Bump version: 1.5.3 → 1.5.4

github.com/wechatpy/wechatpy - 4f86be37818cc29fc6f640dd66644c6f5fc4f576 authored about 7 years ago by messense <[email protected]>
Update changelog for v1.5.4

github.com/wechatpy/wechatpy - 6b4d97c9a775602c1fbbc4074109d8981975318f authored about 7 years ago by messense <[email protected]>
这个方法名写错了:fetch_component_access_token (#304)

并没有 fetch_component_access_token 这个方法,应该是调用 self.fetch_access_token

github.com/wechatpy/wechatpy - a2b58bbc16c7e5fd2e3a73cbfeea73dba9f4973a authored about 7 years ago by diggali <[email protected]>
Convert README.md to rst before dist

github.com/wechatpy/wechatpy - 45ae0b51bc8cb0f77b6db440f14a187da3c12f0c authored about 7 years ago by messense <[email protected]>
Bump version: 1.5.2 → 1.5.3

github.com/wechatpy/wechatpy - 70b52b1426d7285ced23641a156f6ffc670b218f authored about 7 years ago by messense <[email protected]>
Add changelog for v1.5.3

github.com/wechatpy/wechatpy - 1416b65cc4e9b08ae66bb565658074444bf1b4df authored about 7 years ago by messense <[email protected]>
Use twine to upload to pypi

github.com/wechatpy/wechatpy - c2f3f51cf695a0644c743e60ee38cc0bb2ee61a1 authored about 7 years ago by messense <[email protected]>
test: add mass message unittest (#301)

github.com/wechatpy/wechatpy - 71fd12bb6059d11e3ac017d833d20e3972ee5ef4 authored about 7 years ago by ZHOU Cheng <[email protected]>
refactor: support None card_ext (#300)

github.com/wechatpy/wechatpy - 5f7bb7a6f1ba8cde88240b6925ed03a578651168 authored about 7 years ago by ZHOU Cheng <[email protected]>
feat: add UserFormInfoFlag Enum (#299)

github.com/wechatpy/wechatpy - fdd19db36384ae9056629b7e40fd424bb448c047 authored about 7 years ago by ZHOU Cheng <[email protected]>
feat: set_activate_user_form (#298)

github.com/wechatpy/wechatpy - 826a6088fc680d5da82b59e0a2a09da4243ec11c authored about 7 years ago by ZHOU Cheng <[email protected]>
refactor: activate_membercard (#297)

github.com/wechatpy/wechatpy - 9669b7a76946f41bc6b40ab156c05e58173f5ef8 authored about 7 years ago by ZHOU Cheng <[email protected]>
fix: updateuser not contain other params (#296)

github.com/wechatpy/wechatpy - 353e4a9b92b4a3d5232d2d33c1f391ecb24373c5 authored about 7 years ago by ZHOU Cheng <[email protected]>
Fix release.py on Python 3

github.com/wechatpy/wechatpy - d403a3dfa3cf4916a525c4bdbf910d6b7ff4cf1d authored about 7 years ago by messense <[email protected]>
extend ticket ttl to 1200 (#294)

github.com/wechatpy/wechatpy - 3fdbcc6fc3f38a49bdd5915598e753b3c4b85d5a authored about 7 years ago by ZHOU Cheng <[email protected]>
fix: missing type arg (#295)

github.com/wechatpy/wechatpy - e49ef9f6a987d4eca789a84aa568a00eb109dce9 authored about 7 years ago by ZHOU Cheng <[email protected]>
Update changelog

github.com/wechatpy/wechatpy - c5b89145e4879ec0384e31cceedd33bde7d4343a authored about 7 years ago by messense <[email protected]>
pycrypto is broken on pypy-5.3.1

github.com/wechatpy/wechatpy - 2d1cbd51110820555890269574bf82f2a223da01 authored about 7 years ago by messense <[email protected]>
Use env var for pypi deployment

github.com/wechatpy/wechatpy - 4cfa5ea668752e50ffe5e3b0c5ab620bbe9aad86 authored about 7 years ago by messense <[email protected]>
Bump version: 1.5.1 → 1.5.2

github.com/wechatpy/wechatpy - b8013c92c8672133b891b84f6b5eb3ec8a05ad24 authored about 7 years ago by messense <[email protected]>
Adopt Contributor Covenant Code of Conduct

github.com/wechatpy/wechatpy - 7b5df1ee0c303665b5dff5a0760918c9001b1f98 authored over 7 years ago by messense <[email protected]>
init requests session in class (#288)

github.com/wechatpy/wechatpy - 617afaa7ebf9c01f2fad92fb93f8940d9cb0dd2c authored over 7 years ago by way <[email protected]>
Fix typo in WeChatPay (#287)

github.com/wechatpy/wechatpy - 324871e07e397f4c6fbe5eacd2a36fee1bdabb73 authored over 7 years ago by winturn <[email protected]>
correct the pay giftcard data (#286)

github.com/wechatpy/wechatpy - 44a02c24e71400e5592a94dcdecaf9d61260f69b authored over 7 years ago by MIA503 <[email protected]>
【企业号】补全关于持久化存储的文档 (#282)

github.com/wechatpy/wechatpy - 325e17d16cb2acd12bbc6279d602a501891535ca authored over 7 years ago by zeruitle <[email protected]>
获取标签下粉丝列表 API 更改为 HTTP POST

Fixes #273

github.com/wechatpy/wechatpy - b225075d963a6622ea71ec9fe25f6e95142d95a5 authored over 7 years ago by messense <[email protected]>
微信支付统一下单接口增加 `scene_info` 字段 (#279)

github.com/wechatpy/wechatpy - c43370c9a91743a8beac940b25872e2d53e622a2 authored over 7 years ago by messense <[email protected]>
增加GitHub Issue Template (#278)

* feat: add issue template

* feat: move CONTRIBUTING file to .github

github.com/wechatpy/wechatpy - 9e1e04ae6ee583b726541c9e9cd2fedc70d7b8a5 authored over 7 years ago by Lirian Su <[email protected]>
feat(message): enhance send message docstring (#277)

* add is_to_all description
* add param type
* fix wechat url

github.com/wechatpy/wechatpy - bbbba90a0705a2d9daba1ca86cefe1913fa7f407 authored over 7 years ago by Lirian Su <[email protected]>
bug(event): fix device unsubscribe event key (#274)

github.com/wechatpy/wechatpy - 836fdd3afe921a34f9f661f17b6d0fe496aec4c5 authored over 7 years ago by Lirian Su <[email protected]>
fixed material.update_articles API (#270)

* fixed material.update_articles, original one causes "data format error"

* Remove unused code

github.com/wechatpy/wechatpy - 8fdc9adf195d5f640cced696911b28c83e309f77 authored over 7 years ago by Old Cai <[email protected]>
新建WeChatErrorCode类,记录一些基本的错误码 (#267)

* feat: add WeChatErrorCode

* refactor: replace magic number with errcode

* feat: add some...

github.com/wechatpy/wechatpy - 461eab0ce0325a01ed5f764156c39937effceb29 authored over 7 years ago by Lirian Su <[email protected]>
Update pypi password for Travis CI

github.com/wechatpy/wechatpy - 5dd1bc497b4fb35a5ad43429f2ada7f4ebe2366a authored over 7 years ago by messense <[email protected]>
Bump version: 1.5.0 → 1.5.1

github.com/wechatpy/wechatpy - 2816ce955fd648ca294358eb2dfe6ac1324df6ad authored over 7 years ago by messense <[email protected]>
Update changelogs for v1.5.1

github.com/wechatpy/wechatpy - f19d3b82795db51fbff22e5e92ac74b5d2190889 authored over 7 years ago by messense <[email protected]>
Add pypi auto release in Travis CI

github.com/wechatpy/wechatpy - 81056ec856c1bcadf42274d4b6e6aa5e03288b39 authored over 7 years ago by messense <[email protected]>
fix: wxa modify domain and get last audit status (#265)

github.com/wechatpy/wechatpy - c50db7cc28187d5931f5808ab014fcca6e529545 authored over 7 years ago by way <[email protected]>
Remove py36-pycrypto matrix on appveyor

github.com/wechatpy/wechatpy - 3de56020e4ad1b14645ce59594db9c34bf75e96e authored over 7 years ago by messense <[email protected]>
Add Read The Docs config

github.com/wechatpy/wechatpy - e10c8a38f305abb8e9bd1b91a912c87aa7657f15 authored over 7 years ago by messense <[email protected]>
Add codecov in appveyor

github.com/wechatpy/wechatpy - 859d1cda3f07ce885ff10cd33750e6b28c2bd000 authored over 7 years ago by messense <[email protected]>
Simplify tox.ini (#261)

github.com/wechatpy/wechatpy - a13e230066d17334d64e4e241df51bb22eb6aaed authored over 7 years ago by messense <[email protected]>
【发票】补全微信发票相关接口 (#259)

* feat(invoice): add base invoice api

* feat(invoice): implement api

* feat(invoice): impl...

github.com/wechatpy/wechatpy - fdc84bdf3c44f4a8155ba498ef38f15cf012f497 authored over 7 years ago by Lirian Su <[email protected]>
feat: implement membercard_userinfo, paygiftcard api (#257)

github.com/wechatpy/wechatpy - 07ddfea5f188f12f0303a6e864488d2cebf6aca3 authored over 7 years ago by Lirian Su <[email protected]>
feat(wxcard): implement api for redirect membercard (#256)

github.com/wechatpy/wechatpy - 8d26f810c555542ed8da24587e285ed8bc222c04 authored over 7 years ago by Lirian Su <[email protected]>
v1.5.0 released on 2017-07-26

github.com/wechatpy/wechatpy - 2bf786cf93b4054cc0d6fb8589b472445468e2b5 authored over 7 years ago by messense <[email protected]>
Bump version: 1.4.2 → 1.5.0

github.com/wechatpy/wechatpy - 49a2218f7838339307ab617947be99698a32fefc authored over 7 years ago by messense <[email protected]>
Add changelog for #254 and #255

github.com/wechatpy/wechatpy - d4b9ef92fc4507d81014e441846b7de0c3332230 authored over 7 years ago by messense <[email protected]>
feat(material): update add_news api (#255)

github.com/wechatpy/wechatpy - 1de244928804217c51118764a2af3a8f2fc26099 authored over 7 years ago by Lirian Su <[email protected]>
feat(user): add black list related api (#254)

github.com/wechatpy/wechatpy - 06da2a06bc122d722f1f08cb766d89d2e24b486a authored over 7 years ago by Lirian Su <[email protected]>
拆分主动调用接口文档

github.com/wechatpy/wechatpy - 63bd4f1462c5b089abb10707a597ca80972bc722 authored over 7 years ago by messense <[email protected]>
【接口】补全小程序的模板消息接口 (#249)

* update(wxa): add document url for wxa apis

* feat(wxa): implement WXA template message apis

github.com/wechatpy/wechatpy - b05ef340fcacd007a51395fdabc17de682a63e8a authored over 7 years ago by Lirian Su <[email protected]>
企业号 access_token session key 考虑 secret

Fixes #224

github.com/wechatpy/wechatpy - 7d624837e939d205fe8dce2da55a172efb2e8eb1 authored over 7 years ago by messense <[email protected]>
Add changelog for #248

github.com/wechatpy/wechatpy - 2a6dba1be0db4a3dd66f6dad596a6efaa8a4edcf authored over 7 years ago by messense <[email protected]>
【模板消息】实现一次性订阅消息的API (#248)

* feat(message): implement subscribe message api

* update(template): make url optional for su...

github.com/wechatpy/wechatpy - 5cfcf06e5d547efd6272542111fdf0f2fd91ac6c authored over 7 years ago by Lirian Su <[email protected]>
Deprecate `_get` and `_post` methods of `WeChatClient`

github.com/wechatpy/wechatpy - 73888a053a5390698a8041718c7dd2b92855ff61 authored over 7 years ago by messense <[email protected]>
Fix device_event parsing. (#247)

Closes #246

github.com/wechatpy/wechatpy - 8da5ea408e5d31452a7500f99f78afeba05793bc authored over 7 years ago by messense <[email protected]>
feat(wxa): implement WeChatApp code management api (#244)

github.com/wechatpy/wechatpy - 21a9b87420d62207b4328745a7a2dad5f9e753f1 authored over 7 years ago by Lirian Su <[email protected]>
Update changelogs for v1.5.0

github.com/wechatpy/wechatpy - 6641f547c04b2407518975639c2744a582f07d05 authored over 7 years ago by messense <[email protected]>
feat(wxa): implement api for WeChatApplication (#242)

github.com/wechatpy/wechatpy - b0da2c04c026650245f686888b6db5616e55b974 authored over 7 years ago by Lirian Su <[email protected]>
Remove useless bdist_wheel patch

github.com/wechatpy/wechatpy - 188b3cb2b5ca489042fe5e683e987d6015e5e0f0 authored over 7 years ago by messense <[email protected]>
Correct classifiers

github.com/wechatpy/wechatpy - 55a9c127af464546b16715692157af719c52d419 authored over 7 years ago by messense <[email protected]>
Remove useless namespaced package

github.com/wechatpy/wechatpy - e61da67f86ca379b5dde9aedaf05b6351dea3230 authored over 7 years ago by messense <[email protected]>
Drop Python 2.6 support (#241)

github.com/wechatpy/wechatpy - cf89eb57b9b58cc70ee76ec2b2d0327c26078ca6 authored over 7 years ago by messense <[email protected]>
Use requests Session (#240)

github.com/wechatpy/wechatpy - 30829d39950f344e54aab2385f304200fa710130 authored over 7 years ago by messense <[email protected]>
Update media API urls

github.com/wechatpy/wechatpy - 6476126ce85593b958a3250a05e7f380683e91bd authored over 7 years ago by messense <[email protected]>
模板消息增加 ”获取设置的行业信息“接口 (#239)

* docs: update template refer url

* feat: add set_industry api

github.com/wechatpy/wechatpy - ee935e3650534c10eeae14015c5f18154bd1de80 authored over 7 years ago by ZHOU Cheng <[email protected]>
Bump version: 1.4.1 → 1.4.2

github.com/wechatpy/wechatpy - fb426f0fa66aa369bf415e5bba870733b862a03d authored over 7 years ago by messense <[email protected]>
Add changelog for #238

github.com/wechatpy/wechatpy - 4fe798c370d16fbcd38fe7728648ff7ae09ee470 authored over 7 years ago by messense <[email protected]>
feat: add get_all_private_template and del_private_template in template (#238)

github.com/wechatpy/wechatpy - e99fb6db155ce81dd5671a925404f83ef962ed7d authored over 7 years ago by ZHOU Cheng <[email protected]>
修复永久素材获取视频消息的问题

github.com/wechatpy/wechatpy - b90c60bde79d8d89591495b17b028a6556ff1566 authored over 7 years ago by messense <[email protected]>
Correctly parsing device events. Closes #235

github.com/wechatpy/wechatpy - 6a06a370c3819820c5b2f9cab3c08e56cb6c0b24 authored over 7 years ago by messense <[email protected]>
Add changelog for #233

github.com/wechatpy/wechatpy - 814018ee9b95ad5982ddd546067628de598aae29 authored over 7 years ago by messense <[email protected]>
device: add product_id for getqrcode API (#233)

wechat update getqrcode API, product_id param is added

github.com/wechatpy/wechatpy - 59bba452b1dc3986df9ef5f148e5a0c45f52a6e1 authored over 7 years ago by Dig Ge <[email protected]>
Add changelog for #226 and #228

github.com/wechatpy/wechatpy - 3371e9d136143fb2f4a75c9e16df24ea0b953523 authored over 7 years ago by messense <[email protected]>
几个bug (#228)

* 几个bug

用户标签,客服记录读取

* 增加客服接口读取记录测试

增加客服接口读取记录测试

* bug

除了recordlist 其他的返回值msgid、nu...

github.com/wechatpy/wechatpy - 1a46299aaaaf7b6f039ec2855e646cef21f2b5e9 authored over 7 years ago by zephyrrr <[email protected]>
增加群发文章评论、小程序接口 (#226)

* 增加群发文章评论接口

* 增加小程序接口

github.com/wechatpy/wechatpy - e0de96eb1a481d9d381ee47eaf6715aefbe282d4 authored over 7 years ago by zephyrrr <[email protected]>
Add links to official documentation in docs index

github.com/wechatpy/wechatpy - 3dc108688de43d924627b62fa98308eca127a852 authored over 7 years ago by messense <[email protected]>
Remove outdated async related example codes

github.com/wechatpy/wechatpy - 25aa823b10588796f6edfeeaa936cd7920bdc39d authored over 7 years ago by messense <[email protected]>
Handle subscribe event with last_trade_no. Ref #178

github.com/wechatpy/wechatpy - 0ddad48a0cb18bad70c8dff37006a33d59d36db7 authored over 7 years ago by messense <[email protected]>
微信主动调用接口使用 quickstart

github.com/wechatpy/wechatpy - 67bc83e23158584f2373db9969f0a6c3d13de1ff authored over 7 years ago by messense <[email protected]>
Document echostr in quickstart. Closes #209

github.com/wechatpy/wechatpy - bafd4ab000d8fc193ef6944992223bb6f9075bc5 authored over 7 years ago by messense <[email protected]>
Bump version: 1.4.0 → 1.4.1

github.com/wechatpy/wechatpy - 54aa388ef5975234092a796a216d8ad5ca11162f authored over 7 years ago by messense <[email protected]>
Update setup.cfg, remove register

github.com/wechatpy/wechatpy - b0a4f6b2ee8dc31e9dbee7aed55d3621d3498d36 authored over 7 years ago by messense <[email protected]>
Update changelogs for v1.4.1

github.com/wechatpy/wechatpy - 632c26ab85db9932f4b9a70db5f2905bb3fb8f30 authored over 7 years ago by messense <[email protected]>
Breaking: url is optional for send_template

github.com/wechatpy/wechatpy - d980536a8da616f6fcc2f57dc95b0e5e75626afd authored over 7 years ago by messense <[email protected]>
Fix template message regarding mini program

github.com/wechatpy/wechatpy - 7ea044e55f179b9d6882351e2f5f0404a6850041 authored over 7 years ago by messense <[email protected]>
Bump version: 1.3.1 → 1.4.0

github.com/wechatpy/wechatpy - 64cefbe2051b1b118287c16e39307b81a464ecd5 authored over 7 years ago by messense <[email protected]>
Prepare for v1.4.0 release

github.com/wechatpy/wechatpy - ddbef9453a7ef58c30a96373fff0837a0b8622e8 authored over 7 years ago by messense <[email protected]>
Update changelogs for #221 and @c4db946bd

github.com/wechatpy/wechatpy - 3d60537b30a770c37226e5addeacafa5599751eb authored over 7 years ago by messense <[email protected]>