codescalersinternships / home

home repo for internships
1 stars 0 forks source link

linkschecker #69

Open xmonader opened 1 year ago

xmonader commented 1 year ago

create a link checker service

How to run

linkscheck --config=config.toml  

configurations (config.toml)


[sites]
   [sites.threefold]
     url = threefold.io
   [sites.codescalers]
     url = codescalers.com

behavior

the linkchecker should crawl all of the sites defined in the config and report all of the broken links to stdout