有什么軟件能夠同步微信朋友圈說說,比如我有10個(gè)微信,我需要一個(gè)軟件發(fā)布一個(gè)說說后,直接同步到10
當(dāng)使用第三方數(shù)據(jù)源向微信運(yùn)動(dòng)提交數(shù)據(jù)的時(shí)候,其實(shí)微信運(yùn)動(dòng)并沒有校驗(yàn)數(shù)據(jù)的真實(shí)性,直接update到db。
所以在提交數(shù)據(jù)的時(shí)候,我們抓個(gè)包,修改數(shù)據(jù)的steps,再提交給微信運(yùn)動(dòng)。
這樣微信運(yùn)動(dòng)里的steps就可以達(dá)到程序定義的max需要一個(gè)第三方app:樂動(dòng)力將手機(jī)和電腦設(shè)置在同一vlan下,用電腦抓取樂動(dòng)力手動(dòng)提交給微信運(yùn)動(dòng)的數(shù)據(jù)包,修改steps,重新send。
Response中status: OK表示提交成功。
Request的請(qǐng)求數(shù)據(jù):code 區(qū)域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寫了個(gè)python腳本,自己驗(yàn)證通過,其他人驗(yàn)證還不清楚。
在運(yùn)行腳本之前,需要先在腳本中編輯兩個(gè)變量。
stepsuid(uid在樂動(dòng)力app的界面上)code 區(qū)域#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)
說說最有效的微信推廣方式吧
算 是 微 信 幸 運(yùn) 大 轉(zhuǎn) 盤 吧 , 又 好 玩 又 可 以 拿 獎(jiǎng) 。
當(dāng) 然 要 看 公 司 , 去 上 海 分 倍 網(wǎng) 絡(luò) 實(shí) 力 不 錯(cuò) , 粉 絲 上 漲 的 速 度 可 驚 人 的