Skip to content

Instantly share code, notes, and snippets.

获取粉丝信息
url:https://mp.weixin.qq.com/cgi-bin/contactmanage?t=user/index&pagesize=10&pageidx=0&type=0&groupid=0&token=251253029&lang=zh_CN
需要referer:
第一页:https://mp.weixin.qq.com/cgi-bin/home?t=home/index&lang=zh_CN&token=251253029
后页:https://mp.weixin.qq.com/cgi-bin/contactmanage?t=user/index&pagesize=10&pageidx=0&type=0&groupid=0&token=251253029&lang=zh_CN
get new message count
post:
url:
https://mp.weixin.qq.com/cgi-bin/getnewmsgnum
param:

##公众平台小助手(WeClient)

公众平台小助手(WeClient)是一款非官方的微信公众平台管理应用,由华中科技大学三名本科生完成。一直以来在手机上对微信公众平台进行管理都是一个令人困扰的问题,我们这样一个工具能够帮您解决一些苦恼。

###关于您的账户信息

公众平台小助手不会将您的帐号信息以任何形式发送到任何服务器上,应用除了用户反馈和检查更新使用友盟的开发者统计工具之外不会和其他服务器有数据交换,用户反馈和检查更新中的数据仅涉及手机机型信息

###一些想法

#WeChat Hack

=======================

##1.Search

###Normal:

####Url:

应用介绍:
公众平台小助手是一款非官方的微信公众平台管理应用。通过模拟网页版的登录以及界面和交互上的优化使用户在手机上也能方便管理微信公众平台。包含了公众平台消息(文字,语音,图片消息)查看,消息回复,聊天,消息群发,消息后台提醒,多账户登录等功能。
因为微信官方没有提供一个微信公众平台的OAuth接口,所以只能通过帐号密码来访问。帐号信息不会上传到任何服务器,项目在GitCafe以及Github上均提供最新开源版本供安全专家测试和评估。
更新信息:
1.新增聊天界面,可以直接与用户聊天;
2.新增用户管理界面,可以查看所有用户,修改备注;
3.新增后台提醒功能,新消息实时提醒;
@suanmiao
suanmiao / gist:9583503
Created March 16, 2014 13:47
wechat SMS verify

Login Special result: { "Ret": 302, "ErrMsg": "/cgi-bin/readtemplate?t=user/validate_phone_tmpl&lang=zh_CN&type=&protected=1&phone=%2B86130******71", "ShowVerifyCode": 0, "ErrCode": 0, "WtloginErrCode": 0 }

@suanmiao
suanmiao / gist:9738380
Last active August 29, 2015 13:57
Wechat Get Multiply type material and send

##Get Material

###Img

"file_id":200009248, "name":"9993fbeajw1e2oizz0ftdj.jpg", "type":2, "size":"107.7\tK", "update_time":1391959501,

@suanmiao
suanmiao / gist:0c8699e0d07c7c1880fd
Created June 6, 2014 12:20
BTC Mining Calculator

BitCoin Mining Calcuator

  • Code:

      float price =nowBean.getPrice();  
      float elecPriceFloat = nowBean.getElecPrice(); 
      float deviceCostFloat = nowBean.getDeviceCost();
      float currency = nowBean.getCurrency();
      String unitString = "";
    
@suanmiao
suanmiao / WechatHack.markdown
Created June 8, 2014 14:56
Wechat Hack API