-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGet_Well_API_Data_From_CSV.py
More file actions
938 lines (695 loc) · 18.2 KB
/
Copy pathGet_Well_API_Data_From_CSV.py
File metadata and controls
938 lines (695 loc) · 18.2 KB
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
# -*- coding: utf-8 -*-
"""
California Well Record File Request Automation
Reads API numbers from Column C of a CSV file,
finds all available files for each well,
selects all files,
and submits a file request.
Console:
Shows only:
API = SUCCESS
API = FAILED
Detailed log:
Saved to a TXT file in the same folder as this script.
"""
import requests
from bs4 import BeautifulSoup
import re
import time
import csv
import os
from datetime import datetime
# ============================================================
# SETTINGS
# ============================================================
# CSV containing the well list
CSV_FILE = r"C:\Projects\pythonscripts\Oil & Gas Well(1).csv"
# Column containing API numbers
# Column C = index 2 because Python starts counting at 0
API_COLUMN_INDEX = 2
# Your email
EMAIL = "epotts@toddgroundwater.com"
# Website
BASE_URL = "https://filerequest.conservation.ca.gov"
# Pause between wells
PAUSE_BETWEEN_WELLS = 2
# Pause between individual file selections
PAUSE_BETWEEN_FILES = 0.25
# ============================================================
# LOG FILE
# ============================================================
timestamp = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
log_file = os.path.join(
os.path.dirname(CSV_FILE),
f"Well_File_Request_Log_{timestamp}.txt"
)
# ============================================================
# LOGGING FUNCTION
# ============================================================
def log(message=""):
"""
Writes detailed information to the TXT file.
Does NOT print to console.
"""
with open(
log_file,
"a",
encoding="utf-8"
) as f:
f.write(str(message) + "\n")
# ============================================================
# SESSION
# ============================================================
session = requests.Session()
session.headers.update({
"User-Agent": (
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) "
"Gecko/20100101 Firefox/153.0"
),
"Accept-Language": "en-US,en;q=0.9",
})
# ============================================================
# READ APIS FROM CSV
# ============================================================
def read_apis_from_csv():
apis = []
log("=" * 80)
log("READING CSV FILE")
log("=" * 80)
log()
log(f"CSV file: {CSV_FILE}")
log()
try:
with open(
CSV_FILE,
"r",
encoding="utf-8-sig",
newline=""
) as f:
reader = csv.reader(f)
for row_number, row in enumerate(reader, 1):
# Make sure the row has Column C
if len(row) <= API_COLUMN_INDEX:
continue
value = row[API_COLUMN_INDEX].strip()
if not value:
continue
# ------------------------------------------------
# Remove anything that isn't a digit
# ------------------------------------------------
api = re.sub(
r"\D",
"",
value
)
# ------------------------------------------------
# We expect the CSV API to look like:
#
# 403726384
#
# The website uses:
#
# 03726384
#
# ------------------------------------------------
if len(api) != 9:
log(
f"Row {row_number}: "
f"Skipped invalid API value: {value}"
)
continue
if api.startswith("4"):
site_api = api[1:]
else:
site_api = api
apis.append(api)
log(
f"Row {row_number}: "
f"CSV API = {api} | "
f"Site API = {site_api}"
)
except Exception as e:
log()
log("=" * 80)
log("ERROR READING CSV")
log("=" * 80)
log()
log(str(e))
raise
log()
log(f"TOTAL APIS FOUND: {len(apis)}")
log()
return apis
# ============================================================
# GET ALL FILES FOR A WELL
# ============================================================
def get_files_for_well(csv_api):
site_api = csv_api[1:]
url = (
f"{BASE_URL}/WellRecord"
f"?api={site_api}"
)
log()
log("=" * 80)
log("STEP 1 — GET WELL RECORD")
log("=" * 80)
log()
log(f"CSV API: {csv_api}")
log(f"SITE API: {site_api}")
log(f"URL: {url}")
log()
response = session.get(
url,
timeout=30
)
log(
f"Status: {response.status_code}"
)
if response.status_code != 200:
log(
"ERROR: Could not load WellRecord."
)
return []
soup = BeautifulSoup(
response.text,
"html.parser"
)
files = []
# --------------------------------------------------------
# Find all file-selection checkboxes
#
# Example:
#
# onchange="ToggleItemSelected(2859327);"
# --------------------------------------------------------
checkboxes = soup.find_all(
"input",
{
"type": "checkbox"
}
)
for checkbox in checkboxes:
onchange = checkbox.get(
"onchange",
""
)
match = re.search(
r"ToggleItemSelected\((\d+)\)",
onchange
)
if not match:
continue
file_id = match.group(1)
# ----------------------------------------------------
# Find table row
# ----------------------------------------------------
row = checkbox.find_parent("tr")
filename = ""
if row:
# Get filename from the row
cells = row.find_all("td")
if cells:
filename = cells[0].get_text(
" ",
strip=True
)
files.append({
"id": file_id,
"filename": filename
})
# --------------------------------------------------------
# Detailed log
# --------------------------------------------------------
log()
log(
f"FILES FOUND: {len(files)}"
)
log()
for i, file in enumerate(files, 1):
log(
f"{i:3d}. "
f"ID={file['id']} "
f"{file['filename']}"
)
return files
# ============================================================
# SELECT FILE
# ============================================================
def select_file(
file_id,
well_api
):
url = (
f"{BASE_URL}/IsFileSelectedToggle"
)
headers = {
"X-Requested-With": "XMLHttpRequest",
"Referer": (
f"{BASE_URL}/WellRecord"
f"?api={well_api}"
),
"Origin": BASE_URL,
}
response = session.post(
url,
data={
"Id": file_id
},
headers=headers,
timeout=30
)
return response
# ============================================================
# GET REQUEST FILES PAGE
# ============================================================
def get_request_page(file_ids):
ids = ",".join(file_ids)
url = (
f"{BASE_URL}/RequestFiles"
f"?files={ids}"
)
log()
log("=" * 80)
log("STEP 3 — GET REQUEST FILES PAGE")
log("=" * 80)
log()
log(url)
response = session.get(
url,
timeout=30
)
log()
log(
f"Status: {response.status_code}"
)
log(
f"Final URL: {response.url}"
)
if response.status_code != 200:
log(
"ERROR loading RequestFiles page."
)
return None, None
soup = BeautifulSoup(
response.text,
"html.parser"
)
# --------------------------------------------------------
# Find verification token
# --------------------------------------------------------
token_input = soup.find(
"input",
{
"name":
"__RequestVerificationToken"
}
)
if not token_input:
log()
log(
"ERROR: Could not find verification token."
)
return response, None
token = token_input.get(
"value"
)
log()
log(
"Verification token found."
)
log(
f"Token length: {len(token)}"
)
# Do NOT put the entire token into the log
log(
f"Token starts: {token[:20]}..."
)
# --------------------------------------------------------
# Get filename
# --------------------------------------------------------
filename_input = soup.find(
"input",
{
"name": "FileName"
}
)
filename = ""
if filename_input:
filename = filename_input.get(
"value",
""
)
log()
log(
f"Filename: {filename}"
)
return response, {
"token": token,
"filename": filename,
"file_ids": ids
}
# ============================================================
# SUBMIT REQUEST
# ============================================================
def submit_request(
file_ids,
token,
filename,
well_api
):
url = (
f"{BASE_URL}/RequestFile"
)
data = {
"FileId": ",".join(file_ids),
"FileName": filename,
"Name": "",
"Email": EMAIL,
"__RequestVerificationToken": token
}
headers = {
"Referer": (
f"{BASE_URL}/RequestFiles"
f"?files="
+ ",".join(file_ids)
),
"Origin": BASE_URL,
}
log()
log("=" * 80)
log("STEP 5 — SUBMIT FILE REQUEST")
log("=" * 80)
log()
log(
f"POST: {url}"
)
log()
log("DATA:")
log(
f"FileId: {data['FileId']}"
)
log(
f"FileName: {data['FileName']}"
)
log(
f"Name: {data['Name']}"
)
log(
f"Email: {data['Email']}"
)
log(
f"Token: {token[:20]}..."
)
response = session.post(
url,
data=data,
headers=headers,
allow_redirects=False,
timeout=30
)
log()
log("=" * 80)
log("RESULT")
log("=" * 80)
log()
log(
f"Status: {response.status_code}"
)
location = response.headers.get(
"Location"
)
if location:
log(
f"Location: {location}"
)
if response.status_code == 302:
if location == "/Success":
log()
log(
"SUCCESS — REQUEST SUBMITTED"
)
return True
else:
log()
log(
"302 redirect received, "
"but destination was unexpected."
)
else:
log()
log(
"WARNING: Request did not return "
"the expected HTTP 302."
)
return False
# ============================================================
# PROCESS ONE WELL
# ============================================================
def process_well(csv_api):
site_api = csv_api[1:]
# --------------------------------------------------------
# STEP 1 — FIND FILES
# --------------------------------------------------------
files = get_files_for_well(
csv_api
)
if not files:
log()
log(
"NO FILES FOUND — SKIPPING WELL."
)
return False
# --------------------------------------------------------
# Extract file IDs
# --------------------------------------------------------
file_ids = [
file["id"]
for file in files
]
# --------------------------------------------------------
# STEP 2 — SELECT ALL FILES
# --------------------------------------------------------
log()
log("=" * 80)
log("STEP 2 — SELECT ALL FILES")
log("=" * 80)
log()
for file in files:
file_id = file["id"]
response = select_file(
file_id,
site_api
)
log(
f"File {file_id}: "
f"HTTP {response.status_code}"
)
if response.status_code != 200:
log(
"WARNING: File selection "
"may have failed."
)
time.sleep(
PAUSE_BETWEEN_FILES
)
# --------------------------------------------------------
# STEP 3 — GET REQUEST PAGE
# --------------------------------------------------------
response, request_info = (
get_request_page(
file_ids
)
)
if request_info is None:
log()
log(
"ERROR: Could not get request page."
)
return False
# --------------------------------------------------------
# STEP 4/5 — SUBMIT
# --------------------------------------------------------
success = submit_request(
file_ids=file_ids,
token=request_info[
"token"
],
filename=request_info[
"filename"
],
well_api=site_api
)
return success
# ============================================================
# MAIN
# ============================================================
# Start log
log()
log("=" * 80)
log("CALIFORNIA WELL RECORD FILE REQUEST AUTOMATION")
log("=" * 80)
log()
log(
f"Started: "
f"{datetime.now().strftime('%Y-%m-%d %H:%M:%S')}"
)
log()
log(
f"CSV: {CSV_FILE}"
)
log(
f"Email: {EMAIL}"
)
log()
# ------------------------------------------------------------
# Read APIs
# ------------------------------------------------------------
try:
APIS = read_apis_from_csv()
except Exception as e:
print()
print(
"ERROR: Could not read CSV."
)
print(
f"See log file: {log_file}"
)
raise
# ------------------------------------------------------------
# Console startup
# ------------------------------------------------------------
print()
print("=" * 60)
print(
"CALIFORNIA WELL RECORD FILE REQUEST AUTOMATION"
)
print("=" * 60)
print()
print(
f"Wells found in CSV: {len(APIS)}"
)
print(
"Processing..."
)
print()
# ============================================================
# PROCESS WELLS
# ============================================================
results = []
for number, csv_api in enumerate(
APIS,
1
):
try:
success = process_well(
csv_api
)
results.append({
"api": csv_api,
"site_api": csv_api[1:],
"success": success
})
# ----------------------------------------------------
# CONSOLE — ONLY SHOW SIMPLE RESULT
# ----------------------------------------------------
if success:
print(
f"{csv_api} = SUCCESS"
)
else:
print(
f"{csv_api} = FAILED"
)
except Exception as e:
# ----------------------------------------------------
# Detailed error goes into TXT
# ----------------------------------------------------
log()
log("=" * 80)
log("UNHANDLED ERROR PROCESSING WELL")
log("=" * 80)
log()
log(
f"CSV API: {csv_api}"
)
log()
log(
f"Error: {str(e)}"
)
results.append({
"api": csv_api,
"site_api": csv_api[1:],
"success": False
})
# ----------------------------------------------------
# Console
# ----------------------------------------------------
print(
f"{csv_api} = FAILED"
)
# --------------------------------------------------------
# Pause between wells
# --------------------------------------------------------
if number < len(APIS):
time.sleep(
PAUSE_BETWEEN_WELLS
)
# ============================================================
# FINAL DETAILED SUMMARY — TXT ONLY
# ============================================================
log()
log()
log("=" * 80)
log("FINAL SUMMARY")
log("=" * 80)
log()
successful = 0
failed = 0
for result in results:
if result["success"]:
status = "SUCCESS"
successful += 1
else:
status = "FAILED"
failed += 1
log(
f"{result['api']} "
f"({result['site_api']}) "
f"{status}"
)
log()
log(
f"Total wells: {len(results)}"
)
log(
f"Successful: {successful}"
)
log(
f"Failed: {failed}"
)
log()
log(
f"Finished: "
f"{datetime.now().strftime('%Y-%m-%d %H:%M:%S')}"
)
log()
log("=" * 80)
log("DONE")
log("=" * 80)
# ============================================================
# CONSOLE FINISH
# ============================================================
print()
print(
f"Complete. "
f"{successful} successful, "
f"{failed} failed."
)
print()
print(
f"Detailed log saved to:"
)
print(
log_file
)
print()