Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python2
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import re
from BeautifulSoup import BeautifulSoup
import chardet
from tornado.httpclient import AsyncHTTPClient
import tornado.ioloop