Skip to content

This script for parsing html pages. You must wrote url or fileName which have links. Example: "https://site.com https://siteTwo.com"

Notifications You must be signed in to change notification settings

GRTeamBoss/ParseHtmlPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ParseHtmlPage

Use Library


import parse

from parse import Parse

create Object

text = Parse(sitename="https://example.com", auth=[login, password], method="text")

required arguments:

sitename str() or list()

auth Empty - "" or [login, password]

method str() or dict() dict() -> {"https://example.com":_method_} method -> "text" or "json"

other arguments:

infinity False or True

interval False or int() int() -> 1 equal 1 second

About

This script for parsing html pages. You must wrote url or fileName which have links. Example: "https://site.com https://siteTwo.com"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages