{"id":20898218,"url":"https://github.com/eat-sleep-code/url-checker","last_synced_at":"2026-04-25T00:33:24.973Z","repository":{"id":68198857,"uuid":"392413138","full_name":"eat-sleep-code/url-checker","owner":"eat-sleep-code","description":"Python script that will take a text list of URLs and check their response status.","archived":false,"fork":false,"pushed_at":"2021-08-03T18:29:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T12:48:31.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eat-sleep-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-03T18:16:02.000Z","updated_at":"2021-08-03T18:29:45.000Z","dependencies_parsed_at":"2023-04-13T10:18:07.159Z","dependency_job_id":null,"html_url":"https://github.com/eat-sleep-code/url-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eat-sleep-code%2Furl-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eat-sleep-code%2Furl-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eat-sleep-code%2Furl-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eat-sleep-code%2Furl-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eat-sleep-code","download_url":"https://codeload.github.com/eat-sleep-code/url-checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285601,"owners_count":20266846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T11:09:35.822Z","updated_at":"2025-12-29T00:27:00.962Z","avatar_url":"https://github.com/eat-sleep-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL Checker \n\nThis simple Python3 script that will intake a text list of URLs and check their response status.\n\n## Prerequisites\n\n- Python3\n- The requests library.   This can be installed using `pip3 install requests`\n\n\n## Getting started\n\n- Create a text file named **urls.txt** that contains one URL per line.   \n- Place this file in the same directory as the **check.py** Python script.\n- Run the following command to make the Python script executable.:  `sudo chmod +x check.py`\n- Run the following command to begin checking the list of URLs: `./check.py`\n\n\n## Understanding the output\n\nAfter the script completes a series of **.log** files may be created.\n\n- **success.log** - URLs that returned a status code of 200 through 299.\n- **redirect.log** - URLs that returned a status code of 300 through 399.   \n- **error-client.log** - URLs that returned a status code of 400 through 499.   These may include URLs that are not found or URLs that are prohibited.\n- **error-server.log** - URLs that returned a status code of 500 and above.   These indicate errors that are raised by the web servers itself.   These may be temporary errors or malformed URLs.\n- **error-request.log** - Requests that fail completely due invalid schemas, invalid domains, or network errors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feat-sleep-code%2Furl-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feat-sleep-code%2Furl-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feat-sleep-code%2Furl-checker/lists"}