Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 492 Bytes

File metadata and controls

26 lines (13 loc) · 492 Bytes

Scrap

Small Python script to get data from URLs.
Gets number of <hN>, <img>, <strong>, <figure> and <video> tags for each URL.
Returns CSV file.

Setup

Simply install dependencies:

pip install -r requirements.txt  

Usage

Two modes: single URL or list (from text file).

Get help:

python scrap.py --help

Contributing

If you wish to contribute to this repository or to report an issue, please use GitLab.