seriouslysean / monster-hunter-now-events

A tool that auto-generates calendar events for Monster Hunter Now by scraping web news articles, processing them with AI, and creating a convenient calendar subscription.
https://seriouslysean.github.io/monster-hunter-now-events/
MIT License
8 stars 9 forks source link

[Feature]: Parse events directly from the news website daily #2

Closed seriouslysean closed 9 months ago

seriouslysean commented 9 months ago

This will be a follow up to https://github.com/seriouslysean/monster-hunter-now-events/issues/10.

Right now it's a largely manual process. It would be nice to:

  1. Create a script that can run with a github action via cron
  2. Parse the news feed and open the individual events
  3. Pass some of the data to Chat GPT or similar to parse out the actual event details in JSON
  4. Automatically regenerate the ICS file
seriouslysean commented 9 months ago

Reorganized the goal of this ticket to be dependent on the work done in https://github.com/seriouslysean/monster-hunter-now-events/issues/10 first.