From bc0b2afb3871305f8f4cfd9f6fd6f45063d2f2c8 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Thu, 12 Jan 2023 10:39:00 +0300 Subject: [PATCH] Rename cron file and fix requirements --- crontab | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 crontab create mode 100644 requirements.txt diff --git a/crontab b/crontab new file mode 100644 index 0000000..94e2641 --- /dev/null +++ b/crontab @@ -0,0 +1 @@ +*/10 * * * * python3 /app/main.py >> /tmp/out.log diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a98ae43 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +beautifulsoup4 \ No newline at end of file