This commit is contained in:
2025-11-14 12:51:18 +01:00
parent 433a16ee0e
commit 869ca3a894
20 changed files with 1606 additions and 38 deletions

8
news_crawler/start.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Start both the scheduler and the worker
# Start the worker in the background
python -u worker.py &
# Start the scheduler in the foreground
python -u scheduled_crawler.py