Skip to content

gsailer/HTMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

##HTML Parser

HTML Parser is a simple module to parse any website or file with any Regex you want to.

###Usage 1)
import the module:
import parse.py

2)
Build proper regex:
Example:

3)
Use the functions of the module
import parse
print parse.fromFile("./doc.txt", yourRegex)
print parse.fromUrl("amazon.com/dp/foobar", yourOtherRegex)

About

parse websites and files with regex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages