I am using python and beautifulsoup (new to both!) And I want to log into the suppliers website.
Thus, their form looks (simplified):
<form name=loginform action=/index.html method="post"> <input name=user> <input name=pass"> </form>
Is there a way to track cookies?
python beautifulsoup
Blankman
source share