chg: [titles] setup Titles queues + CEDetector module

This commit is contained in:
terrtia 2024-10-16 11:02:18 +02:00
parent 3f78457dff
commit 6d3d331fb3
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
2 changed files with 5 additions and 0 deletions

View file

@ -283,6 +283,10 @@ function launching_scripts {
screen -S "Script_AIL" -X screen -t "QrCodeReader" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./QrCodeReader.py; read x"
sleep 0.1
# TITLES
screen -S "Script_AIL" -X screen -t "CEDetector" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./CEDetector.py; read x"
sleep 0.1
##################################
# TRACKERS MODULES #
##################################

View file

@ -358,6 +358,7 @@ class Crawler(AbstractModule):
# unsafe_tag = 'dark-web:topic="pornography-child-exploitation"'
# self.domain.add_tag(unsafe_tag)
# item.add_tag(unsafe_tag)
self.add_message_to_queue(obj=title, message=msg, queue='Titles')
# SCREENSHOT
if self.screenshot: