/webcheck

A Web Site check tool.

Primary LanguagePythonMIT LicenseMIT

webcheck

A Web Site check tool.

Install

 pip install webcheck

Useage

Show help

python -m webcheck -h

Check url

python -m webcheck https://www.baidu.com

Or check urls

python -m webcheck https://www.baidu.com https://www.qq.com https://www.tt.com

Or check urls store in a file(urls.txt)

python -m webcheck -f urls.txt