`

....

阅读更多
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# __author__ = "chenzh"  
# __version__ = "1.0.7"  
# __copyright__ = "Copyright (c) 2010-2010 DreamFlyingFish"  
# __license__ = "GNU"  

import re
import urlparse
import urllib

class Businfo:
    baseurl = 'http://www.zuoche.com/traffic/'
    scity = '广州' #城市
    dcity = '广州'# 城市
    ssite = '华师' #出发地
    dsite= '科韵路' #目的地
    com =   {'x':31,  'y': '8',  'time': '8',  'stgy': '0',  'peop': '0'}#for getchoices
    
    # 非构造器, 但是可以作为初始化函数
    def __init__(self):
        pass
        
    def getchoices(self,  type ,  scity,  dcity,  ssite,  dsite):
        querydict = {'c1': scity ,  'c2':dcity ,  's':ssite,  'd':dsite}
        querydict.update(self.com)
        querystr = urllib.urlencode(querydict)
        dsturl =self.baseurl + '?' + querystr
        res = urllib.urlopen(dsturl)
        content = res.read()
        res.close()
        if type == 'si':
            restr = '<select.*name=si[\s\S]*?</select>' 
        else :
            restr = '<select.*name=di[\s\S]*?</select>' 
        subrestr = '<option[^>]*>[^<]*</option>'
        result = re.search(restr,  content)
        if result is None:
            return None
        restrrs =  result.group()
        opts = re.findall(subrestr,  restrrs)
        ls = []
        for opt in opts:
            txt = re.sub('<option[^>]*>|</option>', '',  opt)
            i =  re.sub('<option[^>]*value="|".*</option>', '',  opt)
            ls.append([txt,i] )
        return dict(ls)
        
    def func(self):
        print 'hello world'
        
    def fetch_bus_info(self, csi,  cdi,  scity,  dcity):
        querydict = {'si': ss[ss.keys()[csi]],  'di': ds[ds.keys()[cdi]],  'c1': scity ,  'c2':dcity }
        querydict.update(self.com)
        # 获取公交信息列表
        qstr = urllib.urlencode(querydict)
        dsturl =self.baseurl + '?' + qstr
        response = urllib.urlopen(dsturl)
        ct = response.read()
        response.close()
        #print ct.decode('utf-8')
        bus_re = '<td[^>]*id="caption.*?"[^>]*>[\s\S]*?<br[\s\S]*?/>'
        bus_info_list = re.findall(bus_re,  ct)
        return bus_info_list


def showls(ls):
    if ls is None:
        return None
    index = 0
    for index, key in enumerate(ls.keys()):
        print index, 
        print key.decode('utf-8'), 
        print ls.get(key)
        

#python调用时执行 当被导入时没有执行
if __name__=='__main__':
    scity = '广州' #城市
    dcity = '广州'# 城市
    ssite = '华师' #出发地
    dsite= '科韵路' #目的地
    businfo = Businfo()
    ss = businfo.getchoices('si',  scity,  dcity,  ssite,  dsite)
    showls(ss)
    csi = int(raw_input('you start:'))

    ds = businfo.getchoices('di',  scity,  dcity,  ssite,  dsite)
    showls(ds)
    cdi = int(raw_input('you end :'))
    print 'your start:%s your end:%s' % (ss[ss.keys()[csi]] ,ds[ds.keys()[cdi]]   )
    for bus in businfo.fetch_bus_info(csi,  cdi,  scity,  dcity):
        print re.sub('<[\s\S]*?>', '',  bus).decode('utf-8')
分享到:
评论

相关推荐

    菜鸟工具..................

    菜鸟工具..................菜鸟工具..................菜鸟工具..................菜鸟工具..................菜鸟工具..................菜鸟工具..................菜鸟工具..................

    tkinter.pdf

    3. Definitions..............................................................................................................................4 4. Layout management.........................................

    智能视频监控管理平台操作手册.pdf

    欢迎使用...........................................................................................................................................2 1. 产品简介 ........................................

    [Visual.Basic.2010.入门经典(第6版)].Thearon.Willi等.扫描版(1/2)

    .............................................. 5 1.3.1 初始化开发环境 ...................... 6 1.3.2 菜单 .......................................... 6 1.3.3 工具栏 ................................

    大数据笔记,包含Hadoop、Spark、Flink、Hive、Kafka、Flume、ZK......

    大数据笔记,包含Hadoop、Spark、Flink、Hive、Kafka、Flume、ZK...... 大数据笔记,包含Hadoop、Spark、Flink、Hive、Kafka、Flume、ZK...... 大数据笔记,包含Hadoop、Spark、Flink、Hive、Kafka、Flume、ZK.......

    Eclipse中文教程.pdf

    0.环境说明...............................................................................................................................................................7 1.Eclipse简介...................

    测量.............

    测量.............

    招商银行银企直连接口说明书5.36.0

    4.1 查询交易代码.....................................................136 4.2 直接代发代扣.....................................................139 4.3 查询交易概要信息.....................................

    PHP类,....class.php非常不错

    整理了一些PHP的类,希望能对大家有所帮助 activeCodeObj.class.php ascii.class.php book.class.php cache2.class.php database.class.php file_dir.class.php . . . . . .

    Geoserver用户手册

    1 Introduction 3 1.1 Overview . . . . . . . . ....1.2 History ....1.3 Getting involved ....1.4 License ....2.1 Windows installer ....2.2 Windows binary ....2.3 Mac OS X installer ....2.4 Mac OS X binary ....

    2--[震惊,你家电脑可能安装了一个假的Windows,速来查看......].zip源码scratch2.0 3.0编程项目源

    2--[震惊,你家电脑可能安装了一个假的Windows,速来查看......].zip源码scratch2.0 3.0编程项目源2--[震惊,你家电脑可能安装了一个假的Windows,速来查看......].zip源码scratch2.0 3.0编程项目源2--[震惊,你家...

    信息安全风险评估报告.pdf

    1 概述 ................................................................................................................................................. 5 1.1 项目背景 ..................................

    英泰移动通信Android参考资料.doc

    ..............................362.3.4 Traceview性能分析工具 ......................................372.4 Git版本控制系统 ...............................................382.4.1 Git简介 ....................

    Google C++ International Standard.pdf

    Contents Contents ii List of Tables x List of Figures xiv 1 Scope 1 2 Normative references 2 3 Terms and definitions 3 4 General principles 7 4.1 Implementation compliance . ....4.2 Structure of this ...

    DELL 戴尔 E6420 用户手册.pdf

    建议工具.........................................................................................................................10 关闭计算机.............................................................

    2023-2028年RFID行业调研及发展前景趋势预测报告.pdf

    .............................................................................50二、公共交通票务系统 ...............................................................................52三、航空行李追踪 .....

    LINUX系统移植及UBOOT代码分析.zip

    第一部分 前言....................................................................................................................................8 1 硬件环境.............................................

    2023年便携温度校验仪行业分析报告及未来五至十年行业发展报告.docx

    .................................................................25(一)、当前技术特点......................................................................................................................

    WinSCP......

    WINDOWS和LINUX文件互传............

    基于Javaweb的静苑书坊网站的设计与管理 12000.docx

    系统需求分析.........................................................................................................................163.1 功能需求........................................................

Global site tag (gtag.js) - Google Analytics