scheckbl-cli
A command-line interface for interacting with the SCheck Blocklist datasets.
Actually Version:
1.1.0Our Websites: scheck-blocklist.vercel.app
Installation
Install the CLI tool using pip:
pip install scheckbl-cli
Usage
The CLI provides several commands to interact with the blocklist:
Check if a keyword exists
scheckbl-cli check <type_name> <category> <keyword>
Example:
scheckbl-cli check phrases vulgarisms "example_word"
Find any hits in text
scheckbl-cli find <type_name> <category> <text>
Example:
scheckbl-cli find phrases vulgarisms "This is some sample text."
Retrieve full list and save to file
scheckbl-cli get <type_name> <category> [options]
Options:
-f, --filename NAME-r, --regex PATTERN-o, --output FILE--stdout
Example:
scheckbl-cli get phrases vulgarisms --stdout
Find entries similar to a given phrase
scheckbl-cli similar <type_name> <category> <phrase> [options]
Options:
-t, --threshold FLOAT--json-o, --output FILE--stdout
Example:
scheckbl-cli similar phrases vulgarisms "example_phrase" --json
Help
For more information on each command and its options:
scheckbl-cli --help
scheckbl-cli <command> --help
License
This project is licensed under the MIT License.
Release files for scheckbl-cli 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scheckbl_cli-1.1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scheckbl_cli-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / scheckbl_cli-1.1.0.tar.gz
| Download URL | scheckbl_cli-1.1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fea50141bf2a4d2c211a6cb3c5c82f271e3d5fb313b1e7ee2f85922e705b6c2b
|
|
BLAKE2b-256 checksum How to use checksums |
eb250d013404439f19b08859162d95962043871307d447891ad08a59489b9861
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Release files / scheckbl_cli-1.1.0-py3-none-any.whl
| Download URL | scheckbl_cli-1.1.0-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca30087c9ac3ba0c487791ed7a97578dc6eef498b329c2d3cbfea1c134966f08
|
|
BLAKE2b-256 checksum How to use checksums |
c0da3c37d00901e22168416557729627a2f01493ded20a28c1a12a02035b9501
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|