Sign up for workouts automatically.
- deploy
- clone repository:
git clone https://github.com/orrshilon/arbot.git
- download requirements:
pip install -r requirements.txt
- package requirements
- [deploy to AWS Labmda] (https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html#python-package-codeonly)
- clone repository:
- schedule
- create a new schedule on CloudWatch Event Scheduling
- choose your lambda function
- for the input choose JSON text and enter something like:
{"target_workouts": ["יוגה"], "delta": 24, "max_delta": 1}
- for the cron enter something like:
0,1,30,31 9,10,11 ? * FRI *
. * the cron expression is in UTC