I have a link that gives me a "save as" dialog box for a .pst file every time I run it. I want to try to save the file to a 'sample.txt' file without opening it since the size is 500 MB.
Is there any way to get around this..?
import urllib
jsonl = urllib.request.urlopen("test.com/csv?date=2019-07-17")
I have tried the code above but it gives me
<http.client.HTTPResponse at 0x9ac4k10>