How to automatically download a web page file with a download button without using BeautifulSoup?
P粉762730205
P粉762730205 2023-08-30 18:19:18
0
1
319
<p>I have created a Streamlit application which has a download button for downloading CSV files. I want to automatically download content using "GET" or "POST" requests. Is there any way to do this? </p> <p>This is my application URL: https://maalaei97-test2.hf.space/?__theme=light</p> <p>I tried using urllib2.Request("GET", URL) but I received None. I should mention that since I'm using a python script in a software that only supports Iron Python, I don't have access to libraries like Beautifulsoap and requests. But I have access to urllib2 and webbrowser libraries. </p>
P粉762730205
P粉762730205

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!