معرفی شرکت ها


Check-That-Link-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Command-line tool for checking te status of links stored in a file.
ویژگی مقدار
سیستم عامل -
نام فایل Check-That-Link-1.0.0
نام Check-That-Link
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tim Roberts
ایمیل نویسنده tims@email.com
آدرس صفحه اصلی https://github.com/TDDR/checkThatLink
آدرس اینترنتی https://pypi.org/project/Check-That-Link/
مجوز -
# checkThatLink This is a CLI tool used to check an html file for the status of the URL's it contains. The application requires the path to a file as it's first positional argument. ```$ checkThatLink.py [fileName]``` The status of the URL will be shown by colour - Green = good link - Cyan = secured link - Red = bad link - Grey = unknown link ### Options You can also use the optional flag argument -s or --secureHttp to indicate that you want to see if the supplied http URL's will work using https instead. ``` $ checkThatLink.py [fileName] -s``` You can choose to have the output be in JSON format instead of the original output by using the -j or --json flags. ``` $ checkThatLink.py [fileName] -j``` There is also the option to get only good, or bad matches with the corresponding flags: ``` $ checkThatLink.py [fileName] --good OR --bad``` The optional flag argument -i or --ignore with a filepath will load and parse an ignored URLs text file. ``` $ checkThatLink.py [fileName] -i [ignoreFile]``` The format of an ignored URLs text file is as follows: - URLs must be placed on separate lines and begin with either `http` or `https` - Any line that begins with `#` is a comment and will not be parsed To check the status of the 10 latest Telescope posts you can use the -t --telescope optional argument. Doing so will ignore the file given and instead check Telescope. *You must have Telescope's backend running locally in order to use this feature* ``` $ checkThatLink.py [fileName] -t```


نیازمندی

مقدار نام
==1.4.0 argparse
==1.25.11 urllib3
==20.8b1 black
==3.8.4 flake8
==6.1.2 pytest
==2.10.1 pytest-cov


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl Check-That-Link-1.0.0:

    pip install Check-That-Link-1.0.0.whl


نصب پکیج tar.gz Check-That-Link-1.0.0:

    pip install Check-That-Link-1.0.0.tar.gz