Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

use get method request html page python

# use requests.get() method with the provided static_url
# assign the response to a object

r = requests.get(url = "https://www.some_site.com")
 
PREVIOUS NEXT
Tagged: #method #request #html #page #python
ADD COMMENT
Topic
Name
3+6 =