Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

save a text file from web python

import urllib2response = urllib2.urlopen('https://wordpress.org/plugins/about/readme.txt')data = response.read()print(data)
Source by pythonspot.com #
 
PREVIOUS NEXT
Tagged: #save #text #file #web #python
ADD COMMENT
Topic
Name
5+4 =