README.md
This repo takes workout training plans in my notion workspace and sends daily reminders to each user to complete their training on that day. The reminders are built with html and sent via gmail to any users in the "signup list" which is pulled from another notion page.
- Create their training plan in notion
- Go to the database page of plan (not the parent) and click share
- copy url and the part before the ?v= is the id you want, set that at the top as database id
- Update their email address in the msg['To'] =
- Should work as planned.
python3 trainingplan.py
I have it running as a crontab job to run this ./trainingplan.py every day at a certain time.
- weekly training plan overviews
- recap of how many sessions completed in the week/month/year
- personalized inspiration
- have event listener that when I add a new databse item it sends an email