A hypothetical project, which no longer applies as they do now have Wordle leaderboards.
I want to create a rolling monthly leaderboard for my Wordle group chat. This will be updated as I figure out how to do it.
- Ask for consent from friends (sqWORDLES) to analyze messages
- Pull rolling 30 days of data from iMessage — I only keep the last 30 days of messages so I don’t have access to before then
- Determine point methodology
- What if someone doesn’t post every day, or they don’t post when they loses? Should this count against them?
- Parse messages to create leaderboard
- Format leaderboard message - list of participants and trophies (top 3 places)
- Text results to group
- Figure out way to automate on a certain date and time? (optional)