Skip to content

v0.9-release-candidate-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@OSINT-TECHNOLOGIES OSINT-TECHNOLOGIES released this 29 May 12:03
· 914 commits to main since this release
d27634c

ADDED

  1. Added programm check if there is some data in report storage database. If there's nothing in DB - program won't allow you to use report recreation function and print informational message that DB is empty
  2. Added exception handler for DB report recreation in case you'll try to recreate report ID which folder already exists in DPULSE root

DELETED

  1. Deleted read_config function in pdf_report_creation.py

CHANGED

  1. Changed program structure by adding service folder with new db_processing.py and files_processing.py modules
  2. Some CLI changes and improvements
  3. Moved DB processing functions to service/db_processing.py
  4. Moved some parts of code from pdf_report_creation.py to db_processing.py and files_processing.py in service folder