Clone this repostory and install the deta-cli
On Mac/Linux: install the deta-cli with the following command:
curl -fsSL https://get.deta.dev/cli.sh | sh
Create the micro in the root of your project: deta new --project
Create a .env that holds your secrets (see settings.py)
Set these secrets as environment variables on Deta: deta update -e <env_file_name>
Create a cron job to run the micro every 15 minutes: deta cron set "15 minutes"
Or just: