資源簡介
python 微信機器人 源碼
代碼片段和文件信息
#!/usr/bin/env?python
#?coding:?utf-8
import?qrcode
import?urllib.request?urllib.parse?urllib.error
import?urllib.request?urllib.error?urllib.parse
import?http.cookiejar
import?requests
import?xml.dom.minidom
import?json
import?time
import?re
import?sys
import?os
import?subprocess
import?random
import?multiprocessing
import?platform
import?logging
import?http.client
from?collections?import?defaultdict
from?urllib.parse?import?urlparse
from?lxml?import?html
#import?pdb
#?for?media?upload
import?mimetypes
from?requests_toolbelt.multipart.encoder?import?MultipartEncoder
def?catchKeyboardInterrupt(fn):
????def?wrapper(*args):
????????try:
????????????return?fn(*args)
????????except?KeyboardInterrupt:
????????????print(‘\n[*]?強制退出程序‘)
????????????logging.debug(‘[*]?強制退出程序‘)
????return?wr
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-22?04:19??WeixinBot-master\
?????文件????????1160??2017-02-22?04:19??WeixinBot-master\.gitignore
?????文件???????11357??2017-02-22?04:19??WeixinBot-master\LICENSE
?????文件???????22295??2017-02-22?04:19??WeixinBot-master\README.md
?????文件??????????38??2017-02-22?04:19??WeixinBot-master\__init__.py
?????文件??????????86??2017-02-22?04:19??WeixinBot-master\genReq.sh
?????文件??????????78??2017-02-22?04:19??WeixinBot-master\requirements.txt
?????目錄???????????0??2017-02-22?04:19??WeixinBot-master\saved\
?????目錄???????????0??2017-02-22?04:19??WeixinBot-master\saved\qrcodes\
?????文件???????41486??2017-02-22?04:19??WeixinBot-master\saved\qrcodes\qrcode.jpg
?????目錄???????????0??2017-02-22?04:19??WeixinBot-master\screenshot\
?????文件??????310748??2017-02-22?04:19??WeixinBot-master\screenshot\1.png
?????文件???????82448??2017-02-22?04:19??WeixinBot-master\screenshot\2.png
?????文件???????48607??2017-02-22?04:19??WeixinBot-master\screenshot\3.png
?????文件???????46566??2017-02-22?04:19??WeixinBot-master\screenshot\4.png
?????文件???????73202??2017-02-22?04:19??WeixinBot-master\screenshot\5.png
?????文件??????219904??2017-02-22?04:19??WeixinBot-master\screenshot\6.png
?????文件???????11954??2017-02-22?04:19??WeixinBot-master\screenshot\7.png
?????文件???????25101??2017-02-22?04:19??WeixinBot-master\screenshot\8.jpg
?????文件???????45587??2017-02-22?04:19??WeixinBot-master\weixin.py
- 上一篇:多線程網站圖片
- 下一篇:python 爬取豌豆莢APP的爬蟲
評論
共有 條評論