scivision / linkchecker-markdown

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
32 stars 18 forks source link

Add argparse option to pass custom headers #14

Open estyxx opened 3 years ago

estyxx commented 3 years ago

Hi, this is a very nice tool!

I'm trying to use this in some docs of my organizations but we have some private repo where we will need to pass some credentials with headers, I notice there is the option in the core but not in the argparse... This PR should add it. Let me know what do you think...

P. S. Hey, don't want to bother but can I suggest putting some lines about contributing? A requirements.txt or maybe switch to poetry package manager :)