I am trying to use python to login to this page(which i own!) http://ninitelist.yolasite.com/passprotected.php
and return true if a password is correct and false if the password is wrong. I am at a total loss of how to do this, oh and please dont suggest mechanize, i cant figure out how to install it. Thanks very much!!
I am trying to use python to login to this page(which i own!) http://ninitelist.yolasite.com/passprotected.php
Share
You can use Python’s urllib to POST form data.
import urllib