2019年8月29日

追踪你的女朋友。

摘要: #!/usr/bin/env python # encoding: utf-8 """ @version: v1.0 @author: xag @license: Apache Licence @contact: xinganguo@gmail.com @site: http://www.xingag.top @software: PyCharm @file: meta_picture.py.py 阅读全文

posted @ 2019-08-29 09:30 零度风格 阅读(516) 评论(0) 推荐(0) 编辑

淘宝登录验证

摘要: import re import os import json import requests s = requests.Session() # cookies序列化文件 COOKIES_FILE_PATH = 'taobao_login_cookies.txt' class UsernameLogin: def __init__(self, username, ua, TPL... 阅读全文

posted @ 2019-08-29 08:37 零度风格 阅读(13895) 评论(2) 推荐(0) 编辑

导航