1
I would like something in python, some library that could access the site and get its source code (HTML). Example:
Talsite.com
<h1>hello</h1>
Is it possible for python to log into Talsite.com and collect its source code? If so, how?
I’m using python 2.7