All Projects → JeffreySu → Weixinresource

JeffreySu / Weixinresource

Licence: other
微信开发资源汇总 | WeChat Development Resources Summary

Projects that are alternatives of or similar to Weixinresource

Weixin Popular
微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Stars: ✭ 2,384 (+754.48%)
Mutual labels:  wechat, weixin
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+1026.88%)
Mutual labels:  wechat, weixin
Wechatplugin Macos
No description or website provided.
Stars: ✭ 13,280 (+4659.86%)
Mutual labels:  wechat, weixin
Lin Ui
🌈 简洁、易用、灵活的微信小程序组件库
Stars: ✭ 3,264 (+1069.89%)
Mutual labels:  wechat, weixin
Think Wechat
easywechat for thinkphp support
Stars: ✭ 250 (-10.39%)
Mutual labels:  wechat, weixin
Wechat
weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
Stars: ✭ 2,330 (+735.13%)
Mutual labels:  wechat, weixin
Wechat Jump Game
😊 Nodejs 微信《跳一跳》辅助
Stars: ✭ 216 (-22.58%)
Mutual labels:  wechat, weixin
Wei
微信服务号裂变引擎,提供一套简单明了的DSL,快速配置和接入服务号裂变。 wechat fission platform, for technological dimensionality reduction.
Stars: ✭ 177 (-36.56%)
Mutual labels:  wechat, weixin
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (-10.75%)
Mutual labels:  wechat, weixin
Pinche xcx data
同城拼车微信小程序后端代码
Stars: ✭ 244 (-12.54%)
Mutual labels:  wechat, weixin
Wxpy
微信机器人 / 可能是最优雅的微信个人号 API ✨✨
Stars: ✭ 13,057 (+4579.93%)
Mutual labels:  wechat, weixin
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+981%)
Mutual labels:  wechat, weixin
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (-33.69%)
Mutual labels:  wechat, weixin
Wepush
专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信
Stars: ✭ 2,597 (+830.82%)
Mutual labels:  wechat, weixin
Go Workwx
a sensible Work Weixin(企业微信, Wechat Work) SDK for Go
Stars: ✭ 181 (-35.13%)
Mutual labels:  wechat, weixin
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (-24.01%)
Mutual labels:  wechat, weixin
Crmeb wechatminiprogram
CRMEBv2.6以客户管理为中心+电商营销系统,微信小程序商城,带分销、秒杀、积分、优惠券等功能
Stars: ✭ 158 (-43.37%)
Mutual labels:  wechat, weixin
Weixin Java Cp Demo
基于Spring Boot 和 WxJava 实现的微信企业号/企业微信 后端Demo
Stars: ✭ 175 (-37.28%)
Mutual labels:  wechat, weixin
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (-13.62%)
Mutual labels:  wechat, weixin
Wechatkit
一款快速实现微信第三方登录的框架(Swift版) SDK 1.8.5
Stars: ✭ 249 (-10.75%)
Mutual labels:  wechat, weixin

微信开发资源 WeChat Development Resources

本项目启动于2016年8月14日,用于收集整理微信开发资源,欢迎大家贡献内容。


This project is used for collecting and organizing WeChat development resources, welcome to contribute contents.

This project was created on August 14, 2016.

微信开发图书


由 Senparc.Weixin SDK 作者亲笔撰写的微信开发图书已经出版,书名:《微信开发深度解析:公众号、小程序高效开发秘籍》,Senparc 团队全程参与了图书整理工作及配套的 BookHelper 辅助阅读系统开发。
欢迎购买正版图书:【购买正版】
图书出版时的代码版本快照见分支 BookVersion1

微信小程序

资料:https://github.com/JeffreySu/WxOpen/tree/master/微信小程序

Senparc.Weixin 12群(微信小程序群):108830388

贡献资料 Contribute Contents

方法一:Pull Request (推荐)

  1. Fork

  2. 创建您的特性分支 (git checkout -b my-new-feature)

  3. 提交您的改动 (git commit -am 'Added some feature')

  4. 将您的修改记录提交到远程 git 仓库 git repository (git push origin my-new-feature)

  5. 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request

文件命名规则及内容格式见【格式示例】。

方法二:邮件

发送邮件至:[email protected],邮件标题以“微信开发资源提交”开头,内容尽量使用 MarkDown 书写,见【格式示例】。


Method 1: Pull Reuquest (Recommended)

  1. Create your feature branch (git checkout -b my-new-feature)

  2. Commit your changes (git commit -am 'Added some feature')

  3. Push your modify records to remote git repository (git push origin my-new-feature)

  4. Go to the branch of the remote git repository of 'my-new-feature' on GitHub website, then do Pull Request.

The naming rules and content for resource files refer to 【Format Sample】

Method 2: By Email

Send Email to : [email protected], the Subject should be started with 'WeChat Development Resource Commit'. It's recommanded that use MarkDown as the language(format) for files, refer to 【Format Sample】.

格式示例 Format Sample

点击查看


Click to view

更新频率 Update Frequency

每周1-2次,跟踪方式:

  1. 您可以将项目标记为WatchStar,方便您在GitHub网站查看和跟踪。

  2. 您可以对项目进行Fork,随时同步到本地库中查看。

  3. 您可以关注微信公众号“盛派网络小助手”获取最新的咨询。

  4. 收藏本网页直接查看。


Update 1-2 times per week, you can follow updates as following ways:

  1. You can mark this project as Watch or Star, with that you can see this project in an independent list.

  2. You can Fork this project, and synchronizing code at any time you want.

  3. You can follow our Wechat Official Account named SenparcRobot or 盛派网络小助手 to get the news push.

  4. Add this page to your Favorites, open it when you need.

使用 Use

本库中的所有内容免费开放和使用,任何人向本库贡献代码和资料的同时也表示其对此完全理解并认同。

当资料积累到一定量之后我们会集结成图书(电子版 和/或 纸质出版),所有贡献者的GitHub昵称及名字(如有提供)都会被录入。

如有您的名称被遗漏,请向我们反馈。贡献者名单:https://github.com/JeffreySu/WeixinResource/blob/master/Contributor.md


All the contents in this repository are opened and free to use. Anyone submit contents to here means who know this well and accept the term.

We will publish E-Book and/or P-Book while there are abudant resources. We will record all the contributors with their Github's username or real name(if it's supported). So, please let us know while your name is missing in the contributors' list: https://github.com/JeffreySu/WeixinResource/blob/master/Contributor.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].