资源简介
python实现定时自动登陆新浪微博并发送图文微博 python2.7 windows
代码片段和文件信息
#encoding:utf-8
import rsabase64requeststimesslrejsonurlliblogging
from base64 import binascii
from apscheduler.schedulers.blocking import BlockingScheduler
def sendBlog():
username=‘‘
password=‘‘
headers={‘User-Agent‘:‘Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063‘}
session = requests.Session()
URL_PRELOGIN = ‘https://login.sina.com.cn/sso/prelogin.php?entry=account&callback=sinaSSOController.preloginCallBack&su=‘+base64.encodestring(urllib.quote(username))+‘&rsakt=mod&client=ssologin.js(v1.4.15)&_=‘+str(time.time())[0:10]+‘000‘
LOGIN_URL = ‘https://login.sina.com.cn/sso/login.php?client=ssologin.js(v1.4.15)&_=‘+str(time.time())[0:10]+‘000‘
response = session.get(URL_PRELOGINheaders=headersverify=False)
msg = response.text.encode(response.encoding)
dict_msg = json.loads(re.findall(r“\((.+?)\)“msg)[0])
nonce = dict_msg[‘nonce‘]
rsakv = dict_msg[‘rsakv‘]
servertime = str(dict_msg[‘servertime‘])
pcid = dict_msg[‘pcid‘]
pubkey = dict_msg[‘pubkey‘]
pubkey = rsa.PublicKey(int(pubkey16)65537)
password = rsa.encrypt(servertime+“\t“+nonce+“\n“+passwordpubkey)
sp=binascii.b2a_hex(password)
data={}
data[‘useticket‘]=0
data[‘pagerefer‘]=‘https://www.baidu.com/link?url=cUkwT5o7tlb8Ch3QVaoJxoe3R22B_qpworoBsip-CWUF9hIpX1KyQhh-evCUUWIJ&wd=&eqid=d115701c00001fab00000004597a2599‘
data[‘wsseretry‘]=‘servertime_error‘
data[‘vsnf‘]=1
data[‘su‘]=base64.encodestring(urllib.quote(username))
data[‘service‘]=‘account‘
data[‘servertime‘]=servertime
- 上一篇:HTMLTestRunner汉化+优化
- 下一篇:2048小游戏Python源代码
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论