Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Link Checker #8

Open
tericcabrel opened this issue Jun 6, 2021 · 6 comments
Open

Broken Link Checker #8

tericcabrel opened this issue Jun 6, 2021 · 6 comments
Assignees
Labels

Comments

@tericcabrel
Copy link

tericcabrel commented Jun 6, 2021

Broken Link Checker

Check the broken links on a website.

Why?

Websites usually have many external links on their pages, and there is no way to know if an external has changed. The author is notified about the issue that happens when a visitor messages him about the broken link. It would be great to have something that does the job for you, and the only thing you have to do is update the link to a valid one. I currently have this issue on my personal blog.

Description

This project aims to build a Web service that takes the URL, browse all the website pages to retrieve hyperlinks, and check if they are broken or not. When the verification is completed, the author will receive an email with all the broken links that need an update. It will be possible to schedule the frequency to check broken links on a website. The service should be easily configurable and deployable.

Labels

This is a console project that will run as a cron job.

License

MIT

@tericcabrel tericcabrel self-assigned this Jun 6, 2021
@abdounasser202
Copy link

@tericcabrel take a look at this link, maybe it could help you: https://pythonawesome.com/primarily-for-checking-the-http-response-on-all-links-on-a-page/

@tericcabrel
Copy link
Author

Thank you @abdounasser202

@elhmn
Copy link
Member

elhmn commented Oct 7, 2021

What is the progress of this project ? We might need something like that for osscameroon blog, in that case probably as a github action

@Sanix-Darker
Copy link
Member

This project is ongoing here : https://github.com/osscameroon/broken_link_checker

@elhmn elhmn added the Started label Mar 1, 2022
@pythonbrad
Copy link
Member

@tericcabrel have you tested the project ?

@tericcabrel
Copy link
Author

tericcabrel commented Jan 6, 2023

Hi, @pythonbrad, not yet. I will add it to our blog soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants