{"id":17868215,"url":"https://github.com/matmoore/markdown-external-link-finder","last_synced_at":"2026-01-21T19:34:28.205Z","repository":{"id":52451634,"uuid":"188897516","full_name":"MatMoore/markdown-external-link-finder","owner":"MatMoore","description":"Find external links in markdown files","archived":false,"fork":false,"pushed_at":"2021-04-28T22:15:32.000Z","size":15,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T23:37:15.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatMoore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-27T19:18:33.000Z","updated_at":"2024-04-09T15:18:40.000Z","dependencies_parsed_at":"2022-08-20T11:21:17.614Z","dependency_job_id":null,"html_url":"https://github.com/MatMoore/markdown-external-link-finder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatMoore%2Fmarkdown-external-link-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatMoore%2Fmarkdown-external-link-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatMoore%2Fmarkdown-external-link-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatMoore%2Fmarkdown-external-link-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatMoore","download_url":"https://codeload.github.com/MatMoore/markdown-external-link-finder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744329,"owners_count":20988783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T09:57:18.241Z","updated_at":"2026-01-21T19:34:28.198Z","avatar_url":"https://github.com/MatMoore.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown external link finder\n[![CircleCI](https://circleci.com/gh/MatMoore/markdown-external-link-finder.svg?style=svg)](https://circleci.com/gh/MatMoore/markdown-external-link-finder)\n\nThis tool looks for external links in markdown files.\n\nCurrently this identifies external URLs that are linked to in a markdown file, ignoring any relative URLs.\n\n## Installing\nThis tool requires Python 3.6 or later. To install with pip:\n\n`pip install markdown-external-link-finder`\n\n## Usage\nRun `python -m markdown_external_link_finder` in the directory you want to search.\n\nThis outputs a list of URLs, one per line.\n\n## Python API\n`extract_markdown_links` takes a list of filenames and returns a list of URLs.\n\nExample usage:\n\n```python\nfrom markdown_external_link_finder.extract import extract_markdown_links\n\nfor url in extract_markdown_links(['/path/to/file.md']):\n    print(url)\n```\n\n## Versioning\nThis project follows [Semantic Versioning](https://semver.org/).\n\n### Releasing a new version\n\n1. Update the changelog (TODO: add the changelog)\n2. Update the version in `setup.py`\n3. Tag the repo with `vX.Y.Z` where X.Y.Z is the version\n4. CircleCI will automatically build the package and release to PyPI\n\n## Licence\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmoore%2Fmarkdown-external-link-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatmoore%2Fmarkdown-external-link-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmoore%2Fmarkdown-external-link-finder/lists"}