Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunanshub/bwscanner
Scan for technologies that match a given regex.
https://github.com/arunanshub/bwscanner
builtwith lxml parsing webscraping
Last synced: 25 days ago
JSON representation
Scan for technologies that match a given regex.
- Host: GitHub
- URL: https://github.com/arunanshub/bwscanner
- Owner: arunanshub
- License: gpl-3.0
- Created: 2023-10-13T14:29:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T01:38:19.000Z (9 months ago)
- Last Synced: 2024-04-13T10:56:00.426Z (9 months ago)
- Topics: builtwith, lxml, parsing, webscraping
- Language: Python
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bwscanner
[![Coverage Status](https://coveralls.io/repos/github/arunanshub/bwscanner/badge.svg?branch=master)](https://coveralls.io/github/arunanshub/bwscanner?branch=master)
[![CI](https://github.com/arunanshub/bwscanner/actions/workflows/ci.yml/badge.svg)](https://github.com/arunanshub/bwscanner/actions/workflows/ci.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)## Usage
```text
usage: bwscanner [-h] [-n] [-i] [-t TIMEOUT] bwtechProcess builtwith websites.
positional arguments:
bwtech The builtwith tech.options:
-h, --help show this help message and exit
-n, --no-remove-comments
Remove all HTML comments. (default: True)
-i, --ignorecase Ignore case. (default: False)
-t TIMEOUT, --timeout TIMEOUT
Timeout in seconds (default: 7)
```