Skip to content

Instantly share code, notes, and snippets.

View zhanghongquan's full-sized avatar

ZhangHongquan zhanghongquan

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple async crawler/callback queue based on gevent."""
import traceback
import logging
import httplib2
import gevent