
有什么软件能够同步微信朋友圈说说,比如我有10个微信,我需要一个软件发布一个说说后,直接同步到10
当使用第三方数据源向微信运动提交数据的时候,其实微信运动并没有校验数据的真实性,直接update到db。
所以在提交数据的时候,我们抓个包,修改数据的steps,再提交给微信运动。
这样微信运动里的steps就可以达到程序定义的max需要一个第三方app:乐动力将手机和电脑设置在同一vlan下,用电脑抓取乐动力手动提交给微信运动的数据包,修改steps,重新send。
Response中status: OK表示提交成功。
Request的请求数据:code 区域POST \\\/xq\\\/io.ashx HTTP\\\/1.1Content-Type: application\\\/x-www-form-urlencoded; charset=UTF-8User-Agent: Dalvik\\\/2.1.0 (Linux; U; Android 5.0.2; MI 2 MIUI\\\/5.7.16)Host: pl.api.ledongli.cnConnection: Keep-AliveAccept-Encoding: gzipContent-Length: 262action=profile&pc=867064010207023&cmd=updatedaily&uid=2836992&list=%5B%7B%22date%22%3A1443369600%2C%22calories%22%3A0%2C%22activeValue%22%3A108%2C%22steps%22%3A99999%2C%22pm2d5%22%3A0%2C%22duration%22%3A0%2C%22distance%22%3A0%2C%22report%22%3A%22%5B%5D%22%7D%5D写了个python脚本,自己验证通过,其他人验证还不清楚。
在运行脚本之前,需要先在脚本中编辑两个变量。
stepsuid(uid在乐动力app的界面上)code 区域#coding: utf-8#date: 2015年9月29日01:50:37#usage: edit steps and ledongli's uid(u need to download this app) .That would be ok .Good luck. ^_^import requestsimport sysimport jsonimport datetimeimport timedef isnum(value): try: temp = int(value) except Exception, e: return False else: return True# like 2015-09-25 00:00:00 converts to unix time stampdef formatDate(): nowtime = datetime.datetime.now() date = time.strftime('%Y-%m-%d') strtemp_date = date + ' 00:00:00' ledongli_date = time.strptime(strtemp_date, '%Y-%m-%d %H:%M:%S') finaldate = time.mktime(ledongli_date) # rusult is 1443456000.0(float type), but still need to format to 1443456000 finaldate = int(finaldate) return finaldatedef main(steps, uid): if not isnum(steps): print 'param error. steps must be an integer.' url = '' fake_headers = { 'User-Agent' : 'Dalvik\\\/2.1.0 (Linux; U; Android 5.0.2; MI 2 MIUI\\\/5.7.16)', 'Content-Type' : 'application\\\/x-www-form-urlencoded; charset=UTF-8', 'Accept-Encoding': 'gzip' } keycontentjson = [ { date: formatDate(), calories: 0, activeValue: 108, steps: steps, pm2d5: 0, duration: 0, distance: 0, report: [] } ] # key is a str type # key must be a json data convert to string key = json.dumps(keycontentjson) param = { 'action': 'profile', 'pc': '867064010207023', 'cmd': 'updatedaily', 'uid': uid, 'list': key } r = requests.post(url, data = param, headers = fake_headers) print r.text print '_kazakhsoft曰:装逼成功'if __name__ == '__main__': steps = 6666 uid = '34452077' main(steps, uid)
说说最有效的微信推广方式吧
算 是 微 信 幸 运 大 转 盘 吧 , 又 好 玩 又 可 以 拿 奖 。
当 然 要 看 公 司 , 去 上 海 分 倍 网 络 实 力 不 错 , 粉 丝 上 涨 的 速 度 可 惊 人 的



