-
Notifications
You must be signed in to change notification settings - Fork 50
/
virus_new.py
327 lines (279 loc) · 11.6 KB
/
virus_new.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
from bs4 import BeautifulSoup
from selenium.webdriver.chrome.options import Options
from selenium import webdriver
from datetime import datetime
from urllib.request import urlopen
import time
import sqlite3
import urllib
import requests
# browser = webdriver.Chrome("/Users/FengyuXu/Desktop/web_crawler/twitter_crawler/chromedriver")
# browser = webdriver.Chrome("C:/workspace/chromedriver.exe")
browser = webdriver.Chrome("D:/workspaces/chromedriver.exe")
# browser = webdriver.Chrome("/Users/stevenbao/workspaces/chromedriver")
# browser = webdriver.Chrome()
# Variable Preparation
now = str(datetime.now())
sqls = "INSERT OR REPLACE INTO virus ('datetime'"
sqle = ") VALUES ('" + now + "', "
chineseCity = {}
with open("assets/name.csv", "r", encoding="utf-8") as fp:
lines = fp.readlines()
for line in lines:
placeItem = line.replace("\n", "").split(",")
chineseCity[placeItem[0]] = placeItem[1]
canadacities = []
with open("assets/canada-city.txt", "r", encoding="utf-8") as fp:
states = fp.readlines()
for state in states:
canadacities.append(state.replace("\n", "").lower())
potential_error = []
# Chinese Provinces
url = "https://voice.baidu.com/act/newpneumonia/newpneumonia"
browser.get(url)
unfold = browser.find_elements_by_xpath("//*[@id='nationTable']/div")[0]
unfold.click()
# unfold = browser.find_elements_by_id("nationTable")[0]
# unfold = unfold.text.split('\n')[-1]
# unfold.click()
# unfolds[3].click()
time.sleep(2)
browser.find_element_by_id("nationTable").find_element_by_xpath("//table[starts-with(@class,'VirusTable')]").find_elements_by_tag_name("tr")
soup = BeautifulSoup(browser.page_source, 'html.parser')
time.sleep(4)
items = soup.find_all("tr")
for item in items[1:35]:
chname = ""
confirmed, recovered, death = 0, 0, 0,
try:
chname = item.find_all("td")[0].text
except:
pass
if chname in chineseCity.keys():
confirmed = item.find_all("td")[3].text.strip()
recovered = item.find_all("td")[4].text.strip()
death = item.find_all("td")[5].text.strip()
if recovered == "" or recovered == "-":
recovered = "0"
if death == "" or death == "-":
death = "0"
if confirmed == "" or confirmed == "-":
confirmed = "0"
print(chname, chineseCity[chname], confirmed, recovered, death)
sqls += ", '" + chineseCity[chname].strip() + "'"
sqle += "'" + confirmed + "-0-" + recovered + "-" + death + "', "
# Countries
url = "https://en.wikipedia.org/wiki/Template:COVID-19_pandemic_data"
soup = BeautifulSoup(urlopen(url), "html.parser")
table = soup.find_all("tbody")[0]
items = table.find_all("tr")
for item in items[2:]:
name, confirmed, recovered, death = "", "", "", ""
try:
name = item.find_all("th")[1].text.split("[")[0].split("\n")[0].lower().strip()
except IndexError:
break
name = name.replace("&", "and")
if name == "hong kong":
continue
elif name == "usa" or name == "united states":
name = "us"
elif name == "swaziland":
name = "eswatini"
elif name == "theodore roosevelt":
name = "uss theodore roosevelt"
elif name == "donetsk people's republic":
name = "donetsk pr"
elif name == "china (mainland)" or name == "china":
continue
elif name == "united kingdom":
name = "uk"
elif name == "czech republic":
name = "czechia"
elif name == "united arab emirates":
name = "united arab"
elif name == "ms zaandam":
name = "ms zaandam & rotterdam"
elif name == "st. vincent" or name == "saint vincent" or name == "saint vincent and the grenadines":
name = "st. vincent & the grenadines"
elif name == "n. mariana islands":
name = "northern mariana islands"
elif name == "the gambia":
name = "gambia"
elif name == "congo":
name = "republic of the congo"
'''
elif name == "bosnia & herzegovina":
name = "bosnia and herzegovina"
elif name == "trinidad & tobago":
name = "trinidad and tobago"
elif name == "antigua & barbuda":
name = "antigua and barbuda"
elif name == "saint kitts & nevis":
name = "saint kitts and nevis"
elif name == "akrotiri & dhekelia":
name = "akrotiri and dhekelia"
elif name == "são tomé & príncipe":
name = "sao tome and principe"
'''
confirmed = item.find_all("td")[0].text.split("\n")[0].replace(",", "").replace("No data", "0").replace(" ", "")
death = item.find_all("td")[1].text.split("\n")[0].replace(",", "").replace("No data", "0").replace("[al]","").replace("+","")
recovered = item.find_all("td")[2].text.split("\n")[0].replace(",", "").replace("No data", "0").replace(".","")
if recovered == "–" or recovered == "—":
recovered = "0"
if death == "–" or death == "—" or death == "?":
death = "0"
# Recovery data for the U.S. has stopped updating since Feb 14, 2021. 11166500 was the last updated number.
if name == "us":
recovered = "11166500"
print(name, confirmed, death, recovered)
sqls += ", '" + name.replace("'", "''") + "'"
if (int(death) > int(confirmed)) or (int(recovered) > int(confirmed)):
potential_error.append((name + " Confirmed: " + confirmed + ", Recovered: " + recovered + ", Death: " + death))
conn = sqlite3.connect("assets/virus.db")
cursor = conn.cursor()
cursor = conn.execute(("SELECT `" + name + "` FROM virus ORDER BY datetime desc LIMIT 1, 1"))
last_data = cursor.fetchall()[0][0]
conn.close()
sqle += "'" + last_data + "', "
else:
sqle += "'" + confirmed + "-0-" + recovered + "-" + death + "', "
# U.S. States - new data source nyt
conn = sqlite3.connect("assets/virus.db")
cursor = conn.cursor()
urllink = "https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-states.csv"
with urllib.request.urlopen(urllink) as url:
content = url.read().decode()
states = content.split("\n")[-55:]
for state in states:
data = state.split(",")
name = data[1].lower()
if name == 'georgia':
name = 'georgia usa'
elif name == 'virgin islands':
continue
cases = data[3] + "-0-0-" + data[4]
sqls += ", '" + name + "'"
sqle += "'" + cases + "', "
print(name + " " + cases)
'''
# U.S. States - old version which uses NBC data
conn = sqlite3.connect("assets/virus.db")
cursor = conn.cursor()
urllink = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQdW9DsR5iffFcJvKAJXyOiNn4IYtavRIGslkcJIslHJC7UfrbChv-L4E89TeDEcWZS6QSzCuHWeMON/pub?gid=1879451031&single=true&output=csv"
with urllib.request.urlopen(urllink) as url:
content = url.read().decode()
content.replace("/r/n","")
states = content.split("\r\n")[1:None]
for state in states:
data = state.split(",")
name = data[0].lower()
if name == "":
continue
if name == 'georgia':
name = 'georgia usa'
cases = data[3] + "-0-" + data[5] + "-" + data[4]
sqls += ", '" + name + "'"
sqle += "'" + cases + "', "
print(name + " " + cases)
'''
# Canadian Provinces
url = "https://health-infobase.canada.ca/covid-19/iframe/table.html"
browser.get(url)
time.sleep(4)
soup = BeautifulSoup(browser.page_source, 'html.parser')
provinces = soup.find("tbody").find_all("tr")
for province in provinces[1:-1]:
# enName = province.find_all("td")[0].text.lower().replace("british colombia", "british columbia")
enName = province.find_all("td")[0].text.lower().replace(" ", " ")
# print (province.text)
confirmed = province.find_all("td")[1].text.replace(",", "")
# probable = province.find_all("td")[2].text.replace(",","")
recovered = province.find_all("td")[5].text.replace(",", "").replace("***", "").replace("**", "")
death = province.find_all("td")[6].text.replace(",", "")
# if enName in canadacities:
# for row in cursor.execute("SELECT `" + enName + "` from virus order by rowid DESC limit 1"):
# latest = row[0]
# # recovered = latest.split("-")[2]
# # death = latest.split("-")[3]
# else:
# recovered = '0'
if recovered == "" or recovered == "-":
recovered = "0"
if death == "" or death == "-":
death = "0"
if confirmed == "" or confirmed == "-":
confirmed = "0"
print(enName, confirmed, recovered, death)
sqls += ", '" + enName.strip() + "'"
sqle += "'" + confirmed + "-0-" + recovered + "-" + death + "', "
browser.close()
insert_record_sql = sqls + sqle[0: len(sqle) - 2] + ")"
cursor.execute(insert_record_sql)
conn.commit()
cursor.execute("SELECT * from virus")
col_name_list = [tuple[0] for tuple in cursor.description]
flag, confirmed, priorConfirmed = "", 0, 0
prior_row = str(list(cursor.execute("SELECT * FROM virus WHERE rowid = 1")))
prior_row = prior_row[2:(len(prior_row) - 5)]
priorFlag = prior_row[1:11]
with open("assets/virus.csv", "w", encoding="utf-8") as fp:
fp.write(str(col_name_list)[1:len(str(col_name_list)) - 1].replace("\'", "").replace(", ", ",").replace("(null)",
"") + "\n")
for row in cursor.execute("SELECT * from virus"):
line = str(row)[1:len(str(row)) - 1].replace("\'", "").replace("None", "").replace(", ", ",").replace("(null)",
"") + "\n"
flag = line[0:10]
for area in line.split(",")[1:]:
if area == "" or area == "(null)" or area == "None" or area == "\n":
area = 0
else:
area = int(area.split("-")[0])
confirmed += area
if flag != priorFlag:
fp.write(str(prior_row)[1:len(str(prior_row)) - 1].replace("\'", "").replace("None", "").replace(", ",
",").replace(
"(null)", "") + "\n")
priorFlag = flag
priorConfirmed = confirmed
prior_row = row
for row in cursor.execute("SELECT * from virus order by rowid DESC limit 1"):
line = str(row)[1:len(str(row)) - 1].replace("\'", "").replace("None", "").replace(", ", ",").replace("(null)",
"") + "\n"
flag = line[0:10]
for area in line.split(",")[1:]:
if area == "" or area == "(null)" or area == "None" or area == "\n":
area = 0
else:
area = int(area.split("-")[0])
confirmed += area
if confirmed != priorConfirmed:
fp.write(
str(row)[1:len(str(row)) - 1].replace("\'", "").replace("None", "").replace(", ", ",").replace("(null)",
"") + "\n")
conn.close()
# exit(-1)
fp = open("assets/virus.csv", "r", encoding="utf-8")
lines = fp.readlines()
fp.close()
n = len(lines)
if lines[n - 1][0:10] == lines[n - 2][0:10]:
lines.pop(n - 2)
with open("assets/virus.csv", "w", encoding="utf-8") as fp:
start = 10
stop = 26
id = 0
for line in lines:
if id != 0:
fp.write(line[0: 10:] + line[26::])
else:
fp.write(line)
id += 1
with open("assets/timestamp.txt", "w", encoding="utf-8") as fp:
fp.write("timestamp\n")
fp.write(now)
print("finished!")
if potential_error:
print("Potential Error:")
for x in range(len(potential_error)):
print(potential_error[x])