A library for checking links for security using several different integrations.
Project description
Installation
poetry add safe_url_checker
Description
A library for checking links for security using several different integrations.
How to use:
from safe_url_checker import SafeUrlChecker
checker = SafeUrlChecker()
checker.set_integrations([
'GOOGLE_SAFE_BASE',
'GOOGLE_SAFE_INTERSTITIAL',
'GOOGLE_SAFE_TRANSPARENCY',
'VIRUSTOTAL',
])
checker.set_integration_params('GOOGLE_SAFE_BASE', {
'API_KEY': 'token'
})
checker.set_integration_params("VIRUSTOTAL", {
'API_KEY': 'token'
})
check_result = checker.check(urls=[
'https://google.com',
])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file safe_url_checker-1.0.1.tar.gz.
File metadata
- Download URL: safe_url_checker-1.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.9.12 Linux/6.8.0-106-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08a0fc350624bd0766019059d16dd2435df24920778bbae56b730fc31001107
|
|
| MD5 |
21d194c9641b82eb9c1cacd37471b795
|
|
| BLAKE2b-256 |
6ab124c1e80edc51ecce67bcf55b6c5c8332dc37ba8aab288f2fb840edf5ab41
|
File details
Details for the file safe_url_checker-1.0.1-py3-none-any.whl.
File metadata
- Download URL: safe_url_checker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.9.12 Linux/6.8.0-106-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5daaa1f054095f9dcff3e8046f29d7414f3be7e17a599d0e05b9ce0032317204
|
|
| MD5 |
f2e8a4d7c453704ab97e947858f8d564
|
|
| BLAKE2b-256 |
5d52de0f3dfb7b40c09ef58c150860a664de274f610ac20afa2975af09168ffe
|