This script checks volunteer GitHub activity (commits) in specified repositories. It sends an email to HR if any volunteers haven't made updates in the last 2 weeks.
- Uses GitHub REST API to check commits
- Sends summary emails via SMTP
- Automatically runs weekly via GitHub Actions
pip install -r requirements.txtCurrently testing with demo projects. Yet to deploy.