Metadata-Version: 2.1
Name: html-scrapper
Version: 0.0.1
Summary: The package helps developers to scrap html content from a theme file
Home-page: https://github.com/dextrop/scrapper
Author: Dextrop
Author-email: scoder91@gmail.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Introduction
The software package aims to provide scrapping capabilities for developers. One could use the software to scrap a section from complete html file with all images & css classes attached to the section.

## How to run

```shell
scrapper
```

#### Output 
```shell
Input html filepath
>> /Users/jennie/Desktop/AskJennie/HTMLThemeScrapper/dexam/landing.v5.html
Input tag name which need to be scrapped ( eg : div, section etc ) >> section
Input tag ID >> features-wrap
```

### Other paramters:

**--html-file** : Pass HTML filepath that is required to be scrapped, this would not requires user to input path on runtime.

**--tag** : Tag name that need to be scrapped ( eg : div, section etc )

**--id** : Dom ID attached to trag
