8000 GitHub - djoeman84/spellcheckURL: Simple Python helper to check spelling of webpages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

djoeman84/spellcheckURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

spellcheckURL

Simple Python helper to check spelling of webpages

Dependencies:

Usage:

python ./spellcheckURL.py [check-type] [url] [args]

check-type: specifies the method used to select elements to be spell checked, the possible types are:

  • all (check all elements in DOM)
  • tag (check all elements by tag types provided in args)
  • class (check all elements by class names provided in args)

url: full url path of target html page

args: arguments specifying class or tag names to be checked

About

Simple Python helper to check spelling of webpages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0