How to submit form on webpage in PYTHON?
I want to tick checkboxes, select radio buttons, write in text boxes and finally click on submit button to submit the form on a page. Programming in PYTHON onl开发者_开发技巧y. How do i achieve this?
There are quite some solution. You can explore them and come back with a program, if it does not work.
- Mechanize: http://wwwsearch.sourceforge.net/mechanize/
- Python Auto Fill with Mechanize
- Twill : - http://twill.idyll.org/
- Python Paste: http://pythonpaste.org/
- PAMIE: http://pamie.sourceforge.net/
精彩评论