Created
March 15, 2017 01:34
-
-
Save caalberts/c32aa3446a981f6fc01973b4c0a4c618 to your computer and use it in GitHub Desktop.
Retrieve list of RSVPs from Meetup.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelectorAll('#rsvp-list .member-name > a').forEach(node => console.log(node.textContent.trim())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment