DistPub / weibo_weixin_screen_shot

A screen shot tool of weibo and weixin page.
http://tools.distpub.com
1 stars 0 forks source link

weixin page support #15

Open lovemyliwu opened 8 years ago

lovemyliwu commented 8 years ago

UA

micromessenger

URL

http://mp.weixin.qq.com/s?__biz=MzAxMTAzMDM2Nw==&mid=403339180&idx=1&sn=8726a9b05733c87ec5c9075fd72826e9&key=710a5d99946419d9fbac7370d213c35ee63c5ab8db213c382626012326cb4b56b6932ba650b478dc56e396d990eac2c0&uin=MjcwNzM2MTMyMQ%3D%3D

URL ARGS

  1. __biz(base64 encode publisher id)
  2. mid(message id)
  3. sn(a signature to current item)
  4. idx(index of item in message, notice one message can contains multiple items)
  5. key (a token for user)
  6. uin(base64 encode user id then replace == to %3D%3D)
lovemyliwu commented 8 years ago

only mac weixin app render page or just page url construct out key and uin

lovemyliwu commented 8 years ago

try to inspect into network by use charles see what happened when send page url in weixin

lovemyliwu commented 8 years ago

no way to get key, sougou flow maybe work.

  1. search http://weixin.sogou.com/weixin?type=1&query=%E6%8E%A2%E7%B4%A2%E6%97%B6%E9%97%B4
  2. regex match 公众号 then click it
  3. regex match 文章 then click it
  4. done