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