9 Commits

Author SHA1 Message Date
Fundor333
e533103d31 Fix eventi meet 2026-01-29 15:09:13 +01:00
Fundor333
d603861a9a 👾Add new AWS User Group events and update event data 2026-01-11 00:38:00 +01:00
fundor333
9cbc835673 Updates event content and pre-commit config
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
2025-10-01 23:53:50 +02:00
fundor333
71865f21e2 Updates dependencies and reorders character assets
Updates the project's dependencies to their latest versions to incorporate bug fixes and performance improvements.

Also reorders character assets for better organization.
2025-10-01 23:35:58 +02:00
fundor333
1517cab45a Adds meetup event data fetching and conversion
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.
2025-09-30 02:12:12 +02:00
fundor333
9204238e2e Fixes date and removes syndication
Corrects the event date to a past date.

Removes the syndication and comments section from the event files.
2025-09-30 01:28:22 +02:00
fundor333
3b98289ead Code for meetup 2025-09-29 23:59:39 +02:00
fundor333
4e43895e4e Fixes input handling for event URLs/IDs
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.
2025-09-29 23:14:39 +02:00
fundor333
4b51922738 Creates a tool to generate meetup posts
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.
2025-09-29 23:13:20 +02:00