This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x20a59Eb840A9193276801Ec338875d4b05F1f45f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |