No description
- Python 92.1%
- Nix 7.9%
* Apply research node conformance update * Test research-node conformance * Remove one-shot adapter workflow * Lock research-node schema source * Pin conformance to merged research-node schema * Validate the canonical schema lock in CI |
||
|---|---|---|
| .github/workflows | ||
| schema | ||
| starintel_doc | ||
| tests | ||
| .gitignore | ||
| changelog.org | ||
| flake.lock | ||
| flake.nix | ||
| Pipfile | ||
| Pipfile.lock | ||
| pyproject.toml | ||
| README.md | ||
| README.org | ||
| requirements.txt | ||
| setup.py | ||
| shell.nix | ||
| todo.org | ||
Star Intel Document Spec
This python package defines python dataclasses so your project will be abled to create valid Starintel documents
Starintel is a WIP framework to allow a osint operator to collect and add metadata to information. weather it is from message bots or data breaches it is up to you to get it there. Once you have the data you will be abled to explore it or search it with a WIP web app. cli/api is on the roadmap.
The documents are stored in Apache Couchdb version 3.
Star Intel Document
You can read the documentation ][here
BookerDocument Examples
For example lets say you have json file containing the following
{"fname": "joe",
"lname": "biden",
"address": "1600 Pennsylvania Ave NW Washington, DC 20500"}