资源简介
代码片段和文件信息
import json
from bs4 import BeautifulSoup
from flask import Flaskrender_templatesessionjsonifyrequest
import time re
import requests
app = Flask(__name__)
app.secret_key=‘134‘
def xml_parse(arg):
soup= BeautifulSoup(arg ‘html.parser‘)
tag_list = soup.find(name=‘error‘).find_all()
res = {}
for tag in tag_list:
res[tag.name] = tag.text
return res
@app.route(‘/login‘)
def login():
ctime = int(time.time()*1000)
qcode_url = ‘https://login.wx.qq.com/jslogin?appid=wx782c26e4c19acffb&redirect_uri=https%3A%2F%2Fwx.qq.com%2Fcgi-bin%2Fmmwebwx-bin%2Fwebwxnewloginpage&fun=new&lang=zh_CN&_={0}‘.format(ctime)
rep = requests.get(
url=qcode_url
)
# print(rep.text) # window.QRLogin.code = 200; window.QRLogin.uuid = “Qfq90M3SgA==“;
qcode = re.findall(‘uuid = “(.*)“;‘ rep.text)[0]
session[‘qcode‘] = qcode
return render_template(‘login.html‘ qcode=qcode)
@app.route(‘/check/login‘)
def check_log():
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-04-08 11:30 s9day124_wechat\
目录 0 2020-04-09 09:14 s9day124_wechat\.idea\
目录 0 2020-04-07 08:55 s9day124_wechat\.idea\inspectionProfiles\
文件 174 2020-04-07 08:55 s9day124_wechat\.idea\inspectionProfiles\profiles_settings.xm
文件 312 2020-04-07 08:55 s9day124_wechat\.idea\misc.xm
文件 289 2020-04-07 08:55 s9day124_wechat\.idea\modules.xm
文件 408 2020-04-07 08:55 s9day124_wechat\.idea\s9day124_wechat.iml
文件 9228 2020-04-09 09:14 s9day124_wechat\.idea\workspace.xm
目录 0 2020-06-19 09:13 s9day124_wechat\Include\
目录 0 2020-04-07 08:53 s9day124_wechat\Lib\
目录 0 2020-06-19 09:13 s9day124_wechat\Lib\site-packages\
目录 0 2020-04-07 08:53 s9day124_wechat\sc
文件 1504 2020-04-07 08:53 s9day124_wechat\sc
文件 2303 2020-04-07 08:53 s9day124_wechat\sc
文件 1033 2020-04-07 08:53 s9day124_wechat\sc
文件 368 2020-04-07 08:53 s9day124_wechat\sc
文件 415760 2020-04-07 08:53 s9day124_wechat\sc
文件 414736 2020-04-07 08:53 s9day124_wechat\sc
文件 5043 2020-04-08 11:17 s9day124_wechat\app.py
文件 81 2020-04-07 08:53 s9day124_wechat\pyvenv.cfg
目录 0 2020-06-19 09:13 s9day124_wechat\static\
目录 0 2020-04-08 10:14 s9day124_wechat\templates\
文件 509 2020-04-08 10:11 s9day124_wechat\templates\contact_list.html
文件 768 2020-04-08 09:23 s9day124_wechat\templates\index.html
文件 1116 2020-04-08 09:40 s9day124_wechat\templates\login.html
文件 409 2020-04-08 10:14 s9day124_wechat\templates\send_msg.html
文件 486 2020-04-08 11:30 s9day124_wechat\utils.py
文件 382 2020-04-08 08:46 s9day124_wechat\响应头和响应体.py
文件 622 2020-04-08 10:42 s9day124_wechat\序列化.py
- 上一篇:25clock 定时提醒功能
- 下一篇:基于scrapy框架的豆瓣爬虫
相关资源
- 基于scrapy框架的豆瓣爬虫
- 爬取头条美女图片(仅供参考思路已
- python的网易云简单爬虫(已不能音乐
- 美图录爬虫(python源码)
- 360接口壁纸爬虫(python)
- Python爬虫:爬取小说站(biqukan.com)网
- 煎蛋网图片爬虫
- 网易云音乐爬虫(亲测通过)
- 分布式scrapy-redis爬虫!糗事百科
- 微信自动聊天(基于itchat)
- 用Python写网络爬虫.pdf(共35页)
- python爬虫-scrapy框架
- python 爬虫爬取京东代码
- 《用python写网络爬虫》pdf
- python爬虫爬取当当网
- 登陆需要密码以及图片验证的网站 如
- Nodejs实现的一个磁力链接爬虫
- PYTHON爬虫示例21345
- python 爬虫(pyspider)
- python3爬虫采集淘宝商品数据
- python 爬取豌豆荚APP的爬虫
- python 淘宝爬虫抓取天猫数据
-
python 微博爬虫 (lxm
l) - python微博爬虫(scrapy)
- 最简单爬虫
- python 天气网爬虫(爬取天气预报)
- 利用python微信自动回复(itchat)
- Python网络爬虫与信息提取-北京理工大
- 《用python写网络爬虫》随书源码
- python大文件(爬虫大体积文件模块)
评论
共有 条评论