Project Type: WordPress Plugins

Ticketmaster Handler

The Ticketmaster handler (inc/Steps/EventImport/Handlers/Ticketmaster/Ticketmaster.php, TicketmasterSettings) plugs into EventImportStep through HandlerRegistrationTrait so it can be selected inside a Data Machine pipeline. Each execution follows the single-item pattern with automatic pagination: it...

Universal Web Scraper Handler

Web scraping handler that extracts event data from arbitrary HTML pages using structured-data extractors first, then an HTML-section fallback. Overview The Universal Web Scraper handler prioritizes structured data extraction for...

Universal Web Scraper Test Command

WP-CLI command for testing the Universal Web Scraper handler with any target URL. Supports web pages, ICS feeds, and JSON APIs. wp data-machine-events test-event-scraper --target_url=<url> Parameters Required --target_url=<url>: The web...

Venue Management

Comprehensive venue taxonomy with 9 meta fields and admin interface for event locations. Overview Data Machine Events provides a complete venue management system through WordPress custom taxonomy with extensive metadata...

VenueParameterProvider

Dynamic venue parameter generation for AI tool definitions in the Data Machine Events plugin. Overview The VenueParameterProvider class manages venue-related parameters for AI tools, providing a clean separation between venue...

EventUpsert System

Comprehensive event upsert architecture that intelligently creates or updates event posts based on event identity. Searches for existing events by (title, venue, startDate) and updates if found, creates if new,...

Eventbrite Handler (Deprecated)

This handler has been consolidated into the Universal Web Scraper as the EventbriteExtractor. Previously the handler lived at inc/Steps/EventImport/Handlers/Eventbrite/Eventbrite.php with EventbriteSettings. That standalone handler and its settings were removed; existing...

Geocoding Integration

Automatic venue coordinate lookup using OpenStreetMap Nominatim API in the Data Machine Events plugin. Overview The geocoding integration automatically converts venue addresses into GPS coordinates for map display and location-based...

ICS Calendar Handler (Deprecated)

This handler has been consolidated into the Universal Web Scraper as the IcsExtractor. Previously the handler lived at inc/Steps/EventImport/Handlers/IcsCalendar/IcsCalendar.php with IcsCalendarSettings.php. That standalone handler and its settings were removed; existing...

Event Dates Sync

Syncs event dates from Event Details block attributes to the datamachine_event_dates table on save. Also handles ticket URL normalization for duplicate detection. Overview The event dates sync system provides performant...

← Back to Chubes.net