digs

Making easier the text crawling tasks over websites with depth levels.


Keywords
crawling, crawler, web, text, extraction, scraper, scrapy, scraping, links, html2txt, atxt, linkgrabber, beautifulsoup, html, parser, hyperlinks
License
BSD-3-Clause
Install
pip install digs==0.1.7

Documentation

Digs

Making easier the text crawling tasks over websites with depth levels.

PyPI Package latest release Code Quality Status PyPI Package monthly downloads GitHub issues for digs

Installation

pip install digs

or

pip install --upgrade digs

Usage

Common use will be extract the text from a website, the following call from terminal is the way to do that:

digs http://thewebsite.com

Also, you can add the option --depth=LEVEL to perform over the root domain (website) a crawling with the specific depth:

digs http://thewebsite.com --depth=3

Be careful, with high levels, the tree asociated to those crawlings grows exponentially in size.

And last but not the least, you can turn on a graphical interface (if you have installed PySide) with the following call from terminals:

digs -i

It will be look something like this:

GUI

About requirements

Look at requirements in the file: :

requirements.txt

digs was written by Jonathan S. Prieto C..

Bitdeli badge