# 1. cp info.py.sample info.py
# 2. write down your info
#twitter
tw_user="트위터 아이디"
tw_passwd="트위터 비밀번호"
#blog
blog_user = "블로그 아이디"
blog_passwd = "블로그 패스워드"
blog_id = BlogAPI ID
blog_api_url = "BlogAPI 주소"
#blog post title (using time.strftime)
title_type = "Twitter Digest %Y-%m-%d"
#blog post publish ?
publish = 0
# 1: publish, 0: don't publish
$ crontab
0 0 * * * python ~/www/twitter2blog/t2b.py ctrl+d 키를 눌러 crontab 종료
$ crontab -l crontab 명령 리스트 확인
0 0 * * * python ~/www/twitter2blog/t2b.py
$