Updates event content to include syndication and comments data.
Removes trailing whitespace pre-commit hook and adds editorconfig
settings for whitespace handling.
Also renames character images to have a consistent naming scheme
Updates the project's dependencies to their latest versions to incorporate bug fixes and performance improvements.
Also reorders character assets for better organization.
Adds functionality to fetch event data from Meetup's API, convert it to JSON, and then create markdown posts for a website.
The script now fetches event details using the Meetup API or retrieves them from existing JSON files, enhancing data management and content generation.
Moves the Meetup URL/ID extraction logic outside the
conditional block that checks for an empty input. This
ensures that the extraction logic is always executed,
regardless of whether the event URL or ID was
provided as a command-line argument or via user input.
Adds a script to fetch event details from Meetup API
and generate markdown posts suitable for a website.
The script takes either a Meetup event URL or ID as input,
fetches the event data, and converts it into a formatted
markdown file in the content/event directory.
It also adds the event ID to a "memory" file to allow
re-fetching event information in the future.