SourcingDenis / meetup-emails

Get emails of users part of a meetup group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meetup-emails

Get emails of users part of a meetup group

How to use :

For some meetup groups that require you to fillup a form before you can be added as member, this script allows you to fetch the information provided by the members of that group.

The script is particularly useful, when some groups require email id as part of that form.

Running the script

To run this script, you will need your meetup id, your membership timestamp, and another string from meetup.

You can get these quite easily.

  • Go to the meetup groups members page (Example : This is an example link
  • Click on any member Example link
  • Copy that request as curl (using browser debugger tools) See screenshot
  • In the above curl look for a cookie name MEETUP_MEMBER this cookie's value will contain parameters like : id=<your meetup id> and timestamp=<your group register timestamp> and the string s=<some string>

About

Get emails of users part of a meetup group


Languages

Language:Ruby 100.0%