Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to read a text file from url in python

import requests

response = requests.get(target_url)
data = response.text
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #read #text #file #url #python
ADD COMMENT
Topic
Name
8+7 =