This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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): |