Giter VIP home page Giter VIP logo

wechat-public-tool's Introduction

Wechat-Public-Tool

网上的模拟网页公众号没有实现发送图片和附件,这个实现了图片,附件原理是一样的

本款软件实现了模拟网页微信公众号的登录,网上其实微信公众号升级太快,但是基本原理都差不多,需要进一步开发的童鞋可以依照以下步骤:

1.打开微信网页登录页面,进入浏览器开发者模式,观察在点击登录的时候浏览器的请求(get 或者 Post)了哪些数据。 2.微信公众号的网页版登录是通过https,因此要用到sha1加密和ssl安全连接,不懂的自行百度并参照代码。 3.保险起见,建议在访问链接的时候都加上cookie。 4.微信的返回的页面其实很多里面是有提示的,比如用哪些正则表达式来获取想要的数据。 5.网上的模拟网页公众号没有实现发送图片和附件,这个实现了图片,附件原理是一样的,都是在上传文件的时候请求上传链接, 然后拿到服务器分配给你这个要上传的文件的appID或者fileID,而在发送消息的时候是和发送文本消息方式一样,只是表单项多加了一个appID或者fileID。

本软件由larson开发,仅供学习之用,如用于商业开发请先征求作者同意,谢谢。 欢迎大家完善这个软件,本着开源的精神,造福更多人。

ps:larson正在找工作,希望找个广州或者深圳的工作,但是要到毕业才去工作,大四下学期学校里面事情太多,欢迎推荐,(^__^) 嘻嘻…… E-Mail: [email protected]

wechat-public-tool's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.