Package freshlinks

Basic link checker.

Build Status freshlinks on PyPI Supported Python versions

Changelog - Issues - Documentation

Why?

There are lots of existing services out there that have lots of bells and whistles, but I just want to include small fast link checker as part of my build / lint process.

Quick Start

python -m freshlinks "https://example.com/"

License

MIT License

Expand source code
"""Basic link checker.

.. include:: ../../README.md
   :start-line: 4
"""

__version__ = "1.0.0"
__pubdate__ = "2023-12-01T02:02:02Z"

__pdoc__ = {}
__pdoc__["freshlinks.__main__"] = True

Sub-modules

freshlinks.__main__

Check to make sure your links are still fresh …

freshlinks.cache

Cache URL response.

freshlinks.canonicalize

Generate canonical URLs roughly using Google's Safe Browsing standard …

freshlinks.scraper

Ping and scrape links.