Data sourced from https://www.beachwatch.nsw.gov.au.
pip install -r requirements.txt
cp .env.example .env.prod
Edit .env.prod
with server url and app token.
set -o allexport; source .env.prod; set +o allexport; ./scheduler.py
Install piku https://github.com/piku/piku. Install https://piku.github.io/manage.html for setting environment variables.
git remote add piku [email protected]:beach-bot
git push piku main
piku config:set `cat .env.prod`