Submitting form through python code

Use mechanize or a related tool to fill out a form ...or you analyze the request send to their
server and perform the HTTP request with the related data yourself using python + requests
module.

-aj