/htmlparser

simple html parser with python under the hood

Primary LanguagePythonMIT LicenseMIT

GitHub version

htmlparser

Getting started

  • Run pip3 install fake_useragent
  • Run pip3 install bs4
  • Run pip3 install requests

Clear ALL

  • Run pip3 uninstall fake_useragent
  • Run pip3 uninstall bs4
  • Run pip3 uninstall requests

How-to use?

You can use this parser in different ways:

1) Parse html at all 
	Just enter url

Alt Text

2) Parse all defined tags
	Enter url and rigth after add your tag

Alt Text

3) Parse information inside defined tag
	Enter url your tag and rigth after add inside

Alt Text

4) Parse information inside attribute
	Enter url your tag and rigth after add attribute

Alt Text

License

The code is available under the MIT license.