Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 656 Bytes

File metadata and controls

12 lines (12 loc) · 656 Bytes

To run this:

  • pip3 install -r requirements.txt
  • To extract forms, use form_extractor.py:
    python form_extractor.py https://wikipedia.org
    
  • To extract and submit forms, use form_submitter.py:
    python form_submitter.py https://wikipedia.org
    
    This will extract the first form (you can change that in the code) and prompt the user for each non-hidden input field, and then submits the form and loads the respond HTML in your default web browser, try it out!