Analyse¶
This plugin analyse text retrieved from the text plugin.
The following engines are available :
mood
words
people
ident
countries
cities
Installation¶
You need to install analyse dependencies
pip install sphinxcontrib-osint[analyse]
And enable it in your conf.py
osint_text_download = True
osint_analyse_enabled = True
To define engines add in your conf.py
osint_analyse_engines = ['mood', 'words', 'people', 'countries']
Configurations¶
osint_analyse_enabled = False
osint_analyse_cats = None
osint_analyse_store = analyse_store
osint_analyse_cache = analyse_cache
osint_analyse_ttl = 0
osint_analyse_report = analyse_report
osint_analyse_list = analyse_list
osint_analyse_engines = ['mood', 'words']
osint_analyse_nltk_download = True
osint_analyse_moods = None
osint_analyse_mood_font = Noto Color Emoji
osint_analyse_font = Noto Sans
osint_analyse_day_month = ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday']
osint_analyse_words_max = 30
Indexes¶
Directive Analyse¶
class : class_option
caption : unchanged
engines : unchanged_required
width : positive_int
height : positive_int
most-commons : positive_int
background : unchanged
colormap : unchanged
min-font-size : positive_int
max-font-size : positive_int
exclude-cats : positive_int
link-json : unchanged
borders : yesno
cats : unchanged_required
idents : unchanged_required
orgs : unchanged_required
countries : unchanged_required
label : unchanged
description : unchanged_required
short : unchanged_required
report-mood : unchanged
caption-mood : unchanged
report-words : unchanged
caption-words : unchanged
report-people : unchanged
caption-people : unchanged
report-ident : unchanged
caption-ident : unchanged
report-countries : unchanged
caption-countries : unchanged
report-cities : unchanged
caption-cities : unchanged
An OSInt Analyse.
Script¶
The following scripts are available :
Usage: osint_analyse [OPTIONS] COMMAND [ARGS]...
Command group.
Options:
--docdir TEXT The documentation dir (where is the Makfile or
make.bat)
--debug / --no-debug
--help Show this message and exit.
Commands:
analyse Analyse a text file and store it
ident Search for ident in all analyses
ident-network Search for ident network in all analyses
idents List idents found in analyse and print directives
links List links found in analyse and print directives
randomize Randomize analyses date between now and...