diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..5649bfb --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# voSINT v2 is token-free by default. +# Optional flags only. +VOSINT_MODE=deep +VOSINT_HEADFUL=false +VOSINT_CASES_DIR=cases diff --git a/README.md b/README.md index 537edb6..81ca35f 100755 --- a/README.md +++ b/README.md @@ -1,55 +1,74 @@ -
-
-
- Source: {image['source']}
-Source: {image['source']}
-Position: {image['position']}
-Title: {image['title']}
-Link: {image['link']}
-Displayed link: {image['displayed_link']}
-Date: {image.get('date', 'N/A')}
-Snippet: {image['snippet']}
-Image resolution: {image.get('image_resolution', 'N/A')}
-Case: {html.escape(case.case_id)} | Mode: {html.escape(case.mode)}
+{html.escape(case.hits[0].url if case.hits else 'No results')}
+{html.escape(', '.join(sorted({e for h in case.hits for e in h.support_engines})) or 'No providers')}
+| Date | URL | Domain | Title | Confidence | Support |
|---|