/tagcounter

Primary LanguagePython

TagCounter

Its a web page scraper that generates basic metrics like total number of HTML elements, the top 5 most frequently used tags, and their respective counts about any page.

Prerequisites

 python 2.7

Setup

clone this repo : https://github.com/ehx/tagcounter.git

How to use?

 python tagcounter.py [target] [number_of_tags]

target and number_of_tags are optionals.

by defaults:

example:

script finish

Running the tests

python -m unittest test_tagcounter