Git Product home page Git Product logo

discolinks's Introduction

discolinks

Build Status PyPI version

Discolinks looks for broken links on a website.

Features:

  • Starts on one page and recursively finds the other reachable pages on the website.
  • Asynchronous: Maximum number of parallel requests is configurable.
  • JSON output available: Useful for testing and scripting.

Getting Started

$ discolinks --url https://example.net
๐Ÿ“‚ Results: 13 links (10 ok, 3 failed)
โ”œโ”€โ”€ ๐Ÿ“„ https://example.net/foo
โ”‚   โ”œโ”€โ”€ ๐Ÿ”— /bad_absolute_href: 302 โ†’ 404
โ”‚   โ””โ”€โ”€ ๐Ÿ”— bad_relative_href: 404
โ””โ”€โ”€ ๐Ÿ“„ https://example.net/bar
    โ””โ”€โ”€ ๐Ÿ”— https://example.org/bad_external_href: Connection error

Development

... # Activate virtualenv.
poetry install
make check

Release

  • Create a branch with a name like release-1.2.3.
  • Update version in src/discolinks/__version__.py.
  • Update version in pyproject.toml.
  • Update changelog.
  • Open a pull request and get it merged.
  • Tag the release git tag --message 'Version 1.2.3' 1.2.3
  • Push tags: git push --tags

discolinks's People

Contributors

bbc2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discolinks's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.