Skip to content

Instantly share code, notes, and snippets.

@bufpal
bufpal / functions.py
Created June 2, 2018 08:51
sevenday_forecast
def sevenday_forecast(day):
if day.isdigit():
day = int(day)
if day>7:
return '날씨는 7일까지만 지원합니다'
else:
return '날씨는 숫자 1~7 명령어만 지원합니다'
url = 'https://search.naver.com/search.naver'
params = {
@bufpal
bufpal / get_mail_list.ipynb
Created April 28, 2018 02:46
get mail list
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.