Skip to content

Instantly share code, notes, and snippets.

View stan2133's full-sized avatar

Yuguang Liu stan2133

  • Raleigh, NC
View GitHub Profile
@stan2133
stan2133 / daguerre.py
Created March 10, 2016 00:20 — forked from llh911001/daguerre.py
python爬虫,下载草榴贴图区回复数大于等于N的帖子中的图。
#!/usr/bin/env python
# coding: utf-8
import os, sys
import re
import urllib2
import threading
import Queue
host = 'http://184.154.128.246/'