You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐ฎ๐ช Real-time monitoring of drug trafficking, gang violence & organized crime across all 32 counties ๐ฎ๐ช 180+ rotating User-Agents ยท Auto-URL discovery ยท Anti-blocking system ยท Interactive 3D Map
# Build image
docker build -t keltic-kraken:v4.1 .# Run container
docker run -p 5019:5019 keltic-kraken:v4.1
# Or with docker-compose
docker-compose up -d
FIRST USE - QUICK GUIDE
When running for the FIRST TIME, follow these steps:
1๏ธโฃ Choose execution mode
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ How do you want to run? โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ [1] Terminal Mode (recommended for analysis) โ
โ [2] Web Mode (dashboard with 3D map) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โค Choose: 1
2๏ธโฃ VERIFY SOURCES (MANDATORY)
โค Option: 8
What it does:
โ Verifies all 78+ sources one by one
โ Marks active those that work
โ Marks inactive those that fail
๐ Applies auto-discovery to dead URLs
๐พ Saves discovered URLs in cache
Expected result:
๐ RESULTS:
Active sources: 68 out of 78
Auto-discovery applied: 12 URLs found
Cache saved for future runs
3๏ธโฃ SEARCH FOR CRIMES
โค Option: 1
What it does:
Scans all active sources
Searches for crime-related keywords
Extracts titles, dates and locations
Classifies by crime type
Saves to local database
You will see:
๐ช KELTIC KRAKEN - SCANNING IRELAND
================================================================================
๐ฐ Irish Times (1/68)
๐ County: Dublin
๐ Page 1... โ 24 found
๐ Page 2... โ 18 found
๐ Total in this source: 42 incidents
4๏ธโฃ VIEW RESULTS
โค Option: 6
๐ฐ LATEST 20 INCIDENTS
================================================================================
1. Man arrested after โฌ500k cocaine seizure in Dublin
๐ 2026-06-12 | ๐ Dublin | ๐ฐ Irish Times | ๐ Severidad: 8/10
2. Two charged over Kinahan-linked shooting in Cork
๐ 2026-06-11 | ๐ Cork | ๐ฐ Irish Examiner | ๐ Severidad: 9/10
3. Gardaรญ launch operation after body found in Galway
๐ 2026-06-11 | ๐ Galway | ๐ฐ RTร | ๐ Severidad: 10/10
# Change port in code or kill the process# Linux/Mac
lsof -ti:5019 | xargs kill -9
# Windows
netstat -ano | findstr :5019
taskkill /PID <PID> /F
Dashboard doesn't load
Make sure Flask is installed
Check that no firewalls are blocking
Try with http://127.0.0.1:5019
FREQUENTLY ASKED QUESTIONS
โ Is this legal?
Yes. The system:
Only accesses public data
Respects delays between requests
Does not overload servers
Does not violate security measures
Only uses public sections of newspapers
โ Can I use this for another country?
The system is designed for Ireland, but can be adapted:
Change FUENTES_BASE (list of newspapers)
Change PALABRAS_CLAVE_CRIMEN (local terms)
Change COORDENADAS_CONDADOS (for country regions)
Change TIPOS_CRIMEN (local categories)
โ Where is the data saved?
In keltic_kraken_ireland.json (readable JSON format)
โ Can I export the data?
Yes, three formats:
โค 7 โ Exports to JSON, CSV and HTML
๐ฅ JSON button on web
๐ฅ CSV button on web
๐ HTML REPORT button on web
โ Does it consume many resources?
No. Typical usage:
RAM: ~300-600 MB
CPU: ~10-20% during scraping
Storage: ~10-50 MB per month of data
โ Is there mobile support?
Yes. The web dashboard is responsive and works on:
iPhone (iOS)
Android
Tablet
iPad
โ How often should I run it?
Daily: To keep data updated
Weekly: For trend analysis
Monthly: For complete reports
โ Can I automate the runs?
Yes. Use cron (Linux/Mac) or Task Scheduler (Windows):
# Cron - run daily at 9 AM
0 9 ***cd /path/keltic-kraken && python3 keltic_kraken.py --auto
LICENSE
GNU General Public License v3.0
Copyright (C) 2026 Condor2026 / SpectrumSecurity
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.