diff --git a/Config/daily_out_temps.docx b/Config/daily_out_temps.docx new file mode 100644 index 0000000..8797e99 Binary files /dev/null and b/Config/daily_out_temps.docx differ diff --git a/run_daily.ps1 b/run_daily.ps1 new file mode 100644 index 0000000..dffb70b --- /dev/null +++ b/run_daily.ps1 @@ -0,0 +1,2 @@ +.\venv\Scripts\activate +python main.py \ No newline at end of file diff --git a/run_email.ps1 b/run_email.ps1 new file mode 100644 index 0000000..5d524e0 --- /dev/null +++ b/run_email.ps1 @@ -0,0 +1,2 @@ +.\venv\Scripts\activate +python email_send_server.py \ No newline at end of file