#wow... that's pretty smart...

1 messages ยท Page 1 of 1 (latest)

heavy lotus
#

Cron job every Tuesday mid-morning:

Analyze job search activity from the previous week (Sunday 00:00 through Saturday 23:59 PST). 1) Fetch emails using: python3 $HOME/fetch_emails.py --since 'YYYY-MM-DD 00:00' --until 'YYYY-MM-DD 00:00' --limit 200 (calculate dates for last Sunday through this Sunday). Find emails indicating job search activities: application confirmations, interview invitations, recruiter contacts, scheduling. IGNORE: job fair ads, bulk alerts, marketing. 2) Check all calendars (*@gmail.com, *@gmail.com) for interview-related events during the same week. Report: date/time of each activity, company name, and type (email activity vs calendar interview). Format: chronological list with company names and activity type.

The script was one created by OpenClaw for other email-related work I was doing.

bleak quarry
#

Brilliant... mind if I add this concept to my 100 Days of OpenClaw/job search video?