Skip to content

Instantly share code, notes, and snippets.

View dongbum's full-sized avatar
😄
Beat yesterday

DONGBUM, KIM dongbum

😄
Beat yesterday
View GitHub Profile
@blmarket
blmarket / login.py
Created February 15, 2014 00:26
네이버 로그인 python 스크립트
#/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: