g0v / councilor-voter-guide

縣市長 / 議員 投票指南
http://councils.g0v.tw/
103 stars 48 forks source link

Other city #100

Closed starsdog closed 9 years ago

starsdog commented 9 years ago

cycc bill crawlers

thewayiam commented 9 years ago

需增加county和election_year election_year相當官網上的xx屆,嘉義市議會第八屆相當於election_year='2009',其餘依次為'2005', '2002', '1998'

另外有一些連署人除了以\u3000分格外還會以來分隔 line 95, 96, 122, 124可參考下面的方式解決

people = re.sub(u'[\u3000\s、]', ' ', itemInfo[idx].xpath("text()").extract()[0])
persons = people.split()