Rename cron file and fix requirements

This commit is contained in:
Sergey Karmanov 2023-01-12 10:39:00 +03:00
parent f0f34979c4
commit bc0b2afb38
Signed by: serega404
GPG Key ID: 97CADD982D88DF68
2 changed files with 3 additions and 0 deletions

1
crontab Normal file
View File

@ -0,0 +1 @@
*/10 * * * * python3 /app/main.py >> /tmp/out.log

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests
beautifulsoup4