Skip to content

Commit

Permalink
chg: [titles] setup Titles queues + CEDetector module
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 16, 2024
1 parent 3f78457 commit 6d3d331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/LAUNCH.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
##################################
Expand Down
1 change: 1 addition & 0 deletions bin/crawlers/Crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def save_capture_response(self, parent_id, entries):
# 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:
Expand Down

0 comments on commit 6d3d331

Please sign in to comment.