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 test failure on Python 2.6

github.com/wechatpy/wechatpy - 2945b8b77c01822557cfe86ba88683143a170f70 authored about 9 years ago
Add simple tornado async test case for testing

github.com/wechatpy/wechatpy - 58b5b5eea6a8cbc1a01ec5ded295f199fb2de814 authored about 9 years ago
py.test related configutation bug fixes

github.com/wechatpy/wechatpy - d519049449340d5e7a08d1d09443aac6fed48684 authored about 9 years ago
Switch test suite from nose to py.test

github.com/wechatpy/wechatpy - 7a557ab3688ac3d027be38dfce7ced5972082c0a authored about 9 years ago
py.test related configutation bug fixes

github.com/wechatpy/wechatpy - ea0ad411eb020c145c0ee239fd9be8ace539f2e5 authored about 9 years ago
Switch test suite from nose to py.test

github.com/wechatpy/wechatpy - 6119dc9d5a05af4580d5a0383d57a198bd0c80e5 authored about 9 years ago
Reset timeout for later retrying

github.com/wechatpy/wechatpy - bb0a30d08966604a3a2a7116252947de78e47f4a authored about 9 years ago
Diry hack and add timeout support

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

github.com/wechatpy/wechatpy - 1af79005af53491007f8e6c25c136395ee4f5d54 authored about 9 years ago
Add asyncio based AsyncWeChatClient, still buggy

github.com/wechatpy/wechatpy - 3c7ecfd02d3e601a5e46f96d0cce41e592312eed authored about 9 years ago
Merge remote-tracking branch 'jxtech/master'

github.com/wechatpy/wechatpy - 71b5c1d19dbdde42d3de30b50a57de643f2e0002 authored about 9 years ago
Make menu.update an alias to menu.create

github.com/wechatpy/wechatpy - 038d2a3c26e2018a9c3802750531606e673e2816 authored about 9 years ago
Use menu.create instead of menu.update

github.com/wechatpy/wechatpy - 97c66358df702bbd275a3127eb6586903f5b43af authored about 9 years ago
Add menu update(delete then create) test handler in async-client example

github.com/wechatpy/wechatpy - 23df8b996cd70e827508dbdee3280e05b72c052e authored about 9 years ago
Add media upload test handler in async-client example

github.com/wechatpy/wechatpy - 0bb3ea67207302f7bc350c454ff1dd7c62cff830 authored about 9 years ago
Supports custom request timeout when calling WeChat APIs

github.com/wechatpy/wechatpy - e73b45e861f8afe76556de4f62513e16f21461a8 authored about 9 years ago
Add result_processor argument in WeChatClient._request

github.com/wechatpy/wechatpy - 1771233b23b890663dfc10ef77ff04408aaa9ad2 authored about 9 years ago
Update async-client example.

github.com/wechatpy/wechatpy - 55bdb5f8b28faf30dd8277c67d2cac0d70710fe8 authored about 9 years ago
Merge pull request #103 from hunter007/master

Add DateTimeField to wechatpy.fields

github.com/wechatpy/wechatpy - 0c6f02c1055ceca91d24024540f7234db5e1981a authored about 9 years ago
Use mixin instead of direct inheritance

github.com/wechatpy/wechatpy - a489fdac83eb8ef39d938878395a1845972a5b14 authored about 9 years ago
Add tornado based async client example. [ci skip]

github.com/wechatpy/wechatpy - 5ebf0e78d3e711c78d69b253d7e87600426b9187 authored about 9 years ago
Add docstrings for new tornado based async client. [ci skip]

github.com/wechatpy/wechatpy - f22dc134a088cd830c59052f538b4dc9b76fa4df authored about 9 years ago
Modify BaseReply.time with IntegerField

github.com/wechatpy/wechatpy - 752b7ed67d9a1e50f9362dc9138ac9e5538cdabe authored about 9 years ago
Refactor async client module

github.com/wechatpy/wechatpy - fcd368751bf2e5e47cc31fa7ed109e81719c699e authored about 9 years ago
Process files argument before data

github.com/wechatpy/wechatpy - 33b45f1f3dc85ac5f5955815f9e0aac4232abcca authored about 9 years ago
Add support for tornado file uploading

github.com/wechatpy/wechatpy - 91870737f99c1ee8d13e51507e30096f24676eda authored about 9 years ago
Add AsyncWeChatClient using Tornado

github.com/wechatpy/wechatpy - 6553811d7d99323946fbaff90077025e59493d9f authored about 9 years ago
Fix Python 2.6 SyntaxError

github.com/wechatpy/wechatpy - 6c27377b0b8ad66f4d56ac72d0c08410c280d7e1 authored about 9 years ago
Merge pull request #106 from messense/datacube-fix

Fix datacube API urls. Closes #105

github.com/wechatpy/wechatpy - 38bbd44f2090c7ff467d25ffeaee238c144104ac authored about 9 years ago
Fix datacube API urls. Closes #105

github.com/wechatpy/wechatpy - 187571d915d7dc20d87104fd40de1aee48436129 authored about 9 years ago
support python2.6

github.com/wechatpy/wechatpy - 339179fa7823c43d5fee34b93a23cc65e4431648 authored about 9 years ago
update event, messages and replies's documents.

github.com/wechatpy/wechatpy - 79cb74301b0cb91275765ae53ec82ab4d30e9852 authored about 9 years ago
modify BaseMessage's time to create_time, and update related fields in all BaseMessage class.

github.com/wechatpy/wechatpy - d1135ffd5e908b9b71e155ecac8de1e8da2ddd77 authored about 9 years ago
Add DateTimeField into wechatpy.fields

github.com/wechatpy/wechatpy - 1ecd998d416fd9030814a656022b61b82eb07afe authored about 9 years ago
Merge branch 'master' of https://github.com/jxtech/wechatpy

# By messense
# Via messense
* 'master' of https://github.com/jxtech/wechatpy:
Bump version to...

github.com/wechatpy/wechatpy - b6c959dfa805b10b3ade45bfef100f98d6e9c7b9 authored about 9 years ago
Add qualification verify events.

github.com/wechatpy/wechatpy - 5f6e5e7f8863e0d24d8e9d4b3e7bd266351dc345 authored about 9 years ago
Bump version to 1.2.0

github.com/wechatpy/wechatpy - abae8e72b7e9aa0211f88c2a26b7c0a756ed991d authored about 9 years ago
Merge pull request #101 from hunter007/master

component 文档更新

github.com/wechatpy/wechatpy - 5a2610fff511b708ba49ec25e0782cd0d83f766c authored about 9 years ago
fix unittest: encoding_aes_key不够长

github.com/wechatpy/wechatpy - f19dac28cfbfca10e3f97591d9d8a9658bcd5a7d authored about 9 years ago
component 文档更新

github.com/wechatpy/wechatpy - 8e0defc046d80a60cdcdaf3a14f5d22ec505b8d7 authored about 9 years ago
Merge pull request #100 from hunter007/master

bugfix #99

github.com/wechatpy/wechatpy - a8163a343eeacacce36705dd3a5b3ec5d2233456 authored about 9 years ago
Merge branch 'master' of https://github.com/jxtech/wechatpy

# By messense (10) and others
# Via messense (4) and Cloverstd (2)
* 'master' of https://github....

github.com/wechatpy/wechatpy - c23d799231d8b7ac5e9045d49c87fe2765ce8264 authored about 9 years ago
更新文档,提供更详细的使用说明

github.com/wechatpy/wechatpy - fa0d855f883f1ad6b4b3c5a5a14ebffb6bb2e19a authored about 9 years ago
更新获取 client 的方法名,自动缓存component_verify_ticket,BaseWeChatComponen增加 token 和encoding_aes_key;

github.com/wechatpy/wechatpy - b27626b1fa1d70c2da9cbbd15b743eea12edf4c9 authored about 9 years ago
Add dev-requirements.txt. [ci skip]

github.com/wechatpy/wechatpy - 88f63a102ecbca553fc6e4b6c5630585a12b2811 authored about 9 years ago
Bump version to 1.1.2

github.com/wechatpy/wechatpy - 5406398d0acc7452138358161f31a14410e9f777 authored about 9 years ago
Merge pull request #97 from jeremylam/master

增加刷卡支付基础功能

github.com/wechatpy/wechatpy - dc4689baa934444bb6370cbf5f8c9bc2ed6e8bf4 authored about 9 years ago
Update micropay.py

fix minor bugs

github.com/wechatpy/wechatpy - 206f71cfcddf7cafd36349251b44ff527e3310b5 authored about 9 years ago
Update __init__.py

新增微信刷卡接口

github.com/wechatpy/wechatpy - d7605e65217eaee61ce3294bfaefa7677d764f65 authored over 9 years ago
Update micropay.py

刷卡支付接口

github.com/wechatpy/wechatpy - 76ad80368e3f90704dfb8bcb646ddb577c5d4400 authored over 9 years ago
Update __init__.py

新增刷卡支付接口

github.com/wechatpy/wechatpy - ab83459f477930be3a5fab36c19132033e46a911 authored over 9 years ago
Update __init__.py

github.com/wechatpy/wechatpy - 4b7209e72db7478ebcdb7e6f6d6d91cfbea257c2 authored over 9 years ago
Create micropay.py

github.com/wechatpy/wechatpy - 27416d37381e00646cf91612d704592ebab1d08c authored over 9 years ago
Delete micropay.py

github.com/wechatpy/wechatpy - 9aff877d993024cded0048a206bd0517fbb3f920 authored over 9 years ago
Create micropay.py

github.com/wechatpy/wechatpy - acf33a0438cd8c8d324b5e29af6134b5347d698d authored over 9 years ago
Add extra_require in setup.py. [ci skip]

github.com/wechatpy/wechatpy - 2471d5b4d05527b74798baa66d4fc6047afe02f2 authored over 9 years ago
Try to fix .travis.yml

github.com/wechatpy/wechatpy - c64b78c6873bc1fe1a35b2ec0a171a6c7a66fdeb authored over 9 years ago
Add Python 3.5 in Travis CI test env

github.com/wechatpy/wechatpy - 5c91b6990dbd53489c92b77f71ee1b3cf38c697e authored over 9 years ago
Add WeChat enterprise chat APIs

github.com/wechatpy/wechatpy - e53737c14721a8da1118295d7b3aaae690374133 authored over 9 years ago
Add WeChat enterprise service APIs

github.com/wechatpy/wechatpy - 621946f810ca967fe8176685265fec8c2dbe60de authored over 9 years ago
Merge pull request #94 from cloverstd/master

企业号摇一摇 API

github.com/wechatpy/wechatpy - d46e355e291128c7ecf79c5197ee3e45cf79f5c3 authored over 9 years ago
enterprise shakearound api

github.com/wechatpy/wechatpy - 197d834b6d35b2264e15a2cf414719a2e851c05a authored over 9 years ago
Merge pull request #5 from jxtech/master

github.com/wechatpy/wechatpy - b1108997386d5ab5dbe244443779c789d9947cd8 authored over 9 years ago
Bump version to 1.1.1

github.com/wechatpy/wechatpy - effb58c570a97070a664205913ec9271c84a26f8 authored over 9 years ago
Fix WeChat pay JS API timeStamp param. Closes #93

github.com/wechatpy/wechatpy - a949c0f2a7db9bc47986d28f35b84bd552d98ef2 authored over 9 years ago
Bump version to 1.1.0

github.com/wechatpy/wechatpy - 00dcb37aeed692299e2e9c1617485f2e3a044133 authored over 9 years ago
Merge pull request #92 from hunter007/master

process component_verify_ticket and unauthorized message

github.com/wechatpy/wechatpy - 839487da4a35bfff94e3e2bc1a419aac87a9cada authored over 9 years ago
use wechatpy.crypto.WeChatCrypto

github.com/wechatpy/wechatpy - 730b11b2ca36d88dc591854e199afcc9e2fa377e authored over 9 years ago
fix import timezone error

github.com/wechatpy/wechatpy - fc1bd91ad7c25dcf2d7997e6ac13b6de56b3b71e authored over 9 years ago
Merge branch 'master' of https://github.com/jxtech/wechatpy

# By messense
# Via messense
* 'master' of https://github.com/jxtech/wechatpy:
Update README.md

github.com/wechatpy/wechatpy - a03a890c6282908148c6b76d03b6a7b658cc4971 authored over 9 years ago
process component_verify_ticket and unauthorized message

github.com/wechatpy/wechatpy - 9243b1e00ce3880762486997e9686c7088ff7e01 authored over 9 years ago
Update README.md

github.com/wechatpy/wechatpy - fb64ada44b7753af8e6dae1b2505134e83fc2f59 authored over 9 years ago
Merge pull request #91 from hunter007/master

Add appid prefix to all session key and add testcase about component

github.com/wechatpy/wechatpy - 3dd29c8eaa70b5da83c618e3e66ab79eeeab03f8 authored over 9 years ago
TestCase about component

github.com/wechatpy/wechatpy - 844c0977d5754d46558bc9d018fe387de3cff574 authored over 9 years ago
add aped prefix to all session key.

github.com/wechatpy/wechatpy - 509a0727287e63b89fa1893864820fd87a6d7f54 authored over 9 years ago
Merge tag 'v1.0.5'

Conflicts:
setup.py
wechatpy/__init__.py

github.com/wechatpy/wechatpy - 598db745b0679da00ceedb1284c84b3afa882422 authored over 9 years ago
encrypt_type defaults to raw

github.com/wechatpy/wechatpy - 23d92f4ae9599c1777941a3d60c77f4c7d6ae986 authored over 9 years ago
Update echo example to support both plaintext and encrypted mode

github.com/wechatpy/wechatpy - 49ac29a94b0f564c2252e61c56f89bceffcd3651 authored over 9 years ago
Disable Python 3.5 test on Travis CI

github.com/wechatpy/wechatpy - 9ba30fe457a2378b90f5e07641643cca2300403c authored over 9 years ago
Refine WeChatClient __new__ method on Python 2.6 and ignore some test case on Python 2.6

github.com/wechatpy/wechatpy - eeaea0d70f3edee2037ce61d03d47cc19aa83f16 authored over 9 years ago
Merge branch 'hunter007-master'

github.com/wechatpy/wechatpy - 988b19ca2ee8d9af7b8328277fe7509acbaa319f authored over 9 years ago
Merge branch 'master' of git://github.com/hunter007/wechatpy into hunter007-master

github.com/wechatpy/wechatpy - 2e081551db5d542af6cc268b74f550ee62d8a987 authored over 9 years ago
get component_verify_ticket from external cache.

github.com/wechatpy/wechatpy - 63e5f1c9b13e0d61055df652b19a480e264b5283 authored over 9 years ago
Bump version to 1.0.5

github.com/wechatpy/wechatpy - 931f62b3056dfd608dbb532088cdaf4708e98a9f authored over 9 years ago
Fix decrypt_message raise TypeError on Python 3 when msg is bytes

github.com/wechatpy/wechatpy - 95743c7117c5db3a3b14fde8acb90c30047b40f7 authored over 9 years ago
Fix decrypt_message raise TypeError on Python 3 when msg is bytes

github.com/wechatpy/wechatpy - da0f7bf8a3c9156058e9453547234d238cb76091 authored over 9 years ago
Fix tox.ini Python 3.5 InterpreterNotFound bug

github.com/wechatpy/wechatpy - e36301623f5cc1337bb8842482204e4dd068af23 authored over 9 years ago
Add Python 3.5 in Travis CI tests

github.com/wechatpy/wechatpy - 35ce5fa75817b239e6f9646b1c7c8e23d02635d3 authored over 9 years ago
Add Python 3.5 in tox.ini

github.com/wechatpy/wechatpy - 958f0143a320dedb049c09c094a8ebd491e4c369 authored over 9 years ago
Merge pull request #86 from hunter007/master

bugfix

github.com/wechatpy/wechatpy - 035a183b0caf3292a6b5140bb80059425fc57192 authored over 9 years ago
Bump version to 1.1-alpha

github.com/wechatpy/wechatpy - 836e16159abacfc23f795f03e5202d0d61d4de59 authored over 9 years ago
Typo fix and code style fix

github.com/wechatpy/wechatpy - 04ceca7f073ce68d18ce35b90b353393c922bab6 authored over 9 years ago
Merge pull request #85 from hunter007/master

Add WeChatComponentAPI and WeChatComponentClient. Ref #50

github.com/wechatpy/wechatpy - 7cca94c9829ba4303fb9d03607205e23e641174f authored over 9 years ago
remove _get and _post and change all the session key.

github.com/wechatpy/wechatpy - 1322e750912ceeb49fe5b392dd40c7402c006ea7 authored over 9 years ago
Merge branches 'master' and 'master' of https://github.com/hunter007/wechatpy

* 'master' of https://github.com/hunter007/wechatpy:

* 'master' of https://github.com/hunter007...

github.com/wechatpy/wechatpy - fd9686d5959ddbac98463b171efdf952b087008f authored over 9 years ago
Merge branch 'master' of https://github.com/hunter007/wechatpy

# By messense (23) and others
# Via messense
* 'master' of https://github.com/hunter007/wechatpy...

github.com/wechatpy/wechatpy - 89f01141afea3ae0057f74452188339e3fa5c37d authored over 9 years ago