dessibelle / urltester

Tests accessibility of a list of URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL tester

Tests accessibility of a list of URLs provided in a file as input to the urltest.py script.

Prerequisites

Requires Python 3 and virtualenv.

Installation

  1. mkdir venv
  2. virtualenv --python python3 venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt

Usage

python urltest.py urls.txt > urls.csv

About

Tests accessibility of a list of URLs


Languages

Language:Python 100.0%