Skip to content

Instantly share code, notes, and snippets.

@ahandsel
Created August 9, 2023 13:18
Show Gist options
  • Save ahandsel/f7e09493749cfcbf090b59c160d0ce8b to your computer and use it in GitHub Desktop.
Save ahandsel/f7e09493749cfcbf090b59c160d0ce8b to your computer and use it in GitHub Desktop.
Google Sheet IMPORTXML MLH 2024 Season Hackathons
=IMPORTXML("https://mlh.io/seasons/2024/events", " //div[@class='event-wrapper']")
=IMPORTXML("https://mlh.io/seasons/2024/events", "//h3[@class='event-name'] | //p[@class='event-date'] | //div[@class='event-location'] | //div[@class='event-hybrid-notes']")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment