摘要:
from __future__ import division import requests,re,os,math,sys,time from contextlib import closing from multiprocessing import Pool start_time=time.time() headers={'User-Agent':'Mozilla/5.0 (Windows... 阅读全文
随笔档案-2017年09月
爬取网易热评做成网易云热门截图形式(给自己看的很乱有待更改+)
2017-09-22 14:21 by hdwen, 2255 阅读, 收藏,
摘要:
# coding: utf-8 import requests, json, os, time, math, re from PIL import Image, ImageDraw, ImageFont # 字体区 nor_font = 'C:/windows/fonts/simsun.ttc' micro_font = 'C:/windows/fonts/msyhbd.ttc' ... 阅读全文
爬取网易热评做成评论截图形式(给自己看的很乱有待更改)
2017-09-19 21:15 by hdwen, 813 阅读, 收藏,
摘要:
# coding: utf-8import requests, json, os, datetime, math, refrom PIL import Image, ImageDraw, ImageFont# 字体区nor_font = 'C:/windows/fonts/simsun.ttc'mi 阅读全文