Skip to content

Instantly share code, notes, and snippets.

View ilyalee's full-sized avatar

Shih-Chieh Ilya Li ilyalee

  • Taipei, Taiwan
View GitHub Profile
@ilyalee
ilyalee / getm
Last active August 29, 2015 14:03 — forked from toomore/getm
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# 抓大盤日成交量
# By Toomore
from datetime import datetime, timedelta
import urllib2, logging, csv, re
class ggm(object):
def __init__(self,year,savef):