mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 18:48:29 +00:00
chg: [titles] setup Titles queues + CEDetector module
This commit is contained in:
parent
3f78457dff
commit
6d3d331fb3
2 changed files with 5 additions and 0 deletions
|
@ -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 #
|
||||
##################################
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue