https://github.com/crowdsecurity/crowdsec-tracker-api-sdk-python
Live Exploit Tracker API Python SDK
https://github.com/crowdsecurity/crowdsec-tracker-api-sdk-python
Last synced: 4 months ago
JSON representation
Live Exploit Tracker API Python SDK
- Host: GitHub
- URL: https://github.com/crowdsecurity/crowdsec-tracker-api-sdk-python
- Owner: crowdsecurity
- License: mit
- Created: 2025-12-03T13:00:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-06T11:35:15.000Z (4 months ago)
- Last Synced: 2026-02-06T19:49:12.043Z (4 months ago)
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crowdsec_tracker_api
**crowdsec_tracker_api** is a Python SDK for the [CrowdSec Tracker API](https://docs.crowdsec.net/u/tracker_api/intro/).
This library enables you to manage CrowdSec Live Exploit Tracker resources such as CVEs data, IPs from a specific CVE and manage integrations.
## Installation
```bash
pip install crowdsec_tracker_api
```
## Usage
You can follow this [documentation](https://docs.crowdsec.net/u/tracker_api/intro/) to see the basic usage of the SDK.
## Documentation
You can access the full usage documentation [here](https://github.com/crowdsecurity/crowdsec-tracker-api-sdk-python/tree/main/doc).
## Contributing
This SDK is auto-generated from the API specification. You can open an issue on this repository if you find a bug or if you want to add a feature.