Socket
Socket
Sign inDemoInstall

digs

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    digs

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


Maintainers
1

Readme

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. <prieto.jona@gmail.com>__.

|Bitdeli badge|

.. |PyPI Package latest release| image:: http://img.shields.io/pypi/v/digs.png?style=flat :target: https://pypi.python.org/pypi/digs .. |Code Quality Status| image:: https://landscape.io/github/d555/digs/master/landscape.svg?style=flat :target: https://landscape.io/github/d555/digs/master .. |PyPI Package monthly downloads| image:: http://img.shields.io/pypi/dm/digs.png?style=flat :target: https://pypi.python.org/pypi/digs .. |GitHub issues for digs| image:: https://img.shields.io/github/issues/d555/digs.svg?style=flat-square :target: https://github.com/d555/digs/issues .. |GUI| image:: https://raw.githubusercontent.com/d555/digs/master/gui.png :target: https://pypi.python.org/pypi/digs .. |Bitdeli badge| image:: https://d2weczhvl823v0.cloudfront.net/d555/digs/trend.png :target: https://bitdeli.com/free

Changelog

0.1.6 (2015-08-18)

  • fixed bugs relate with lxml dependencies and linkGrabber imports
  • Add extra_require, PySide if you want to run the graphical interface

0.1.5 (2015-07-12)

  • After the pull-request to linkGrabber package, it has include in the requirements.
  • Some improvements for GUI

0.1.4 (2015-07-07)

  • MANIFEST.in add for some OS that they need it.
  • The gui already show the INFO level for debugging by default

0.1.0 (2015-07-06)

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc