Skip to content

Instantly share code, notes, and snippets.

For
* ES5
* ES6
* CoffeeScript
@Trp12xx
Trp12xx / korail.py
Created January 19, 2017 10:47 — forked from joont92/korail.py
[Deprecated] 코레일 승차권 검색 및 예매 프로그램. https://github.com/devxoul/korail
# -*- coding: utf-8 -*-
"""
This code won't be updated anymore.
Project has moved to repository: https://github.com/devxoul/korail
"""
import requests
from bs4 import BeautifulSoup
from datetime import datetime