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/env python | |
# vim: set fileencoding=utf-8 | |
from ghost import Ghost | |
from config import COOKIE_FILE, LOGIN_ID, LOGIN_PW | |
import urllib2 | |
import cookielib | |
import Cookie | |
class NaverCrawler: |