Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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] bwtech

Process 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)
```