Skip to content

robertozoia/form-analizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

form-analizer

A tool that extract form data (input fields, etc.) from a website. Helpful for writing login code.

For now, results are printed on the terminal.

As the saying goes, 'If you are going to do something more than once, write a script to do it for you.' I use this script to extract the data needed to write code to login into websites.

Usage

$ python form_analizer.py --url https://example.com

Requirements

This script has been tested using Python 3.7.0 on MacOS

$ pip install -r requirements.txt

About

A tool that extract form data (input fields, etc.) from a website. Helpful for writing login code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages