I have uploaded and html file to a local directory on pythonanywhere which I can see via the browser .. but I want to access it via the console... when I do this I get a pythonanwhere web page back saying" Sorry, there was an error connecting to the server. <br/>Please try again in a few moments.."
import requests
url ="https://www.pythonanywhere.com/user/thiw/files/home/thiw/RA2016/artworks2016.html"
r = requests.get(url)
Is there anyway that I can access this? (e.g include my username / password in URL). Thanks