No description
  • Python 92.1%
  • Nix 7.9%
Find a file
nsaspy 980f7a217a
Some checks failed
StarIntel conformance / python (push) Failing after 40s
Test Python against research-node spec
* 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
2026-07-28 03:12:47 -04:00
.github/workflows Test Python against research-node spec 2026-07-28 03:12:47 -04:00
schema Test Python against research-node spec 2026-07-28 03:12:47 -04:00
starintel_doc Implement StarIntel v0.9.0 Python conformance adapter 2026-07-26 15:41:10 -04:00
tests Implement StarIntel v0.9.0 Python conformance adapter 2026-07-26 15:41:10 -04:00
.gitignore format 2022-03-09 21:18:39 -05:00
changelog.org fixed Messages refersing to "org" 2022-05-12 01:46:12 -04:00
flake.lock fix packaging 2026-01-14 19:55:17 -05:00
flake.nix fix packaging 2026-01-14 19:55:17 -05:00
Pipfile Move to 0.7.3 alinged with star-cl/doc.nim 2024-09-26 05:25:46 -04:00
Pipfile.lock Move to 0.7.3 alinged with star-cl/doc.nim 2024-09-26 05:25:46 -04:00
pyproject.toml Implement StarIntel v0.9.0 Python conformance adapter 2026-07-26 15:41:10 -04:00
README.md Move to 0.7.3 alinged with star-cl/doc.nim 2024-09-26 05:25:46 -04:00
README.org Move to 0.7.3 alinged with star-cl/doc.nim 2024-09-26 05:25:46 -04:00
requirements.txt remove couchdb/requests 2023-09-27 21:05:31 -04:00
setup.py Implement StarIntel v0.9.0 Python conformance adapter 2026-07-26 15:41:10 -04:00
shell.nix Move to 0.7.3 alinged with star-cl/doc.nim 2024-09-26 05:25:46 -04:00
todo.org clear out todo.org 2023-09-27 21:32:04 -04:00

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"}

Create documents

TODO new example creating docs.