Skip to content

🎲 A quick Elixir script for fetching a random attendee name from meetup.com

Notifications You must be signed in to change notification settings

dkarter/meetup_giveaway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeetupGiveaway

Returns a random attendee from an event url on meetup.com

Usage (from iex -S mix):

iex> MeetupGiveaway.pick_random_attendee("https://www.meetup.com/ChicagoElixir/events/241965932/")
# => And the winner is :: "Some Name"

Running from shell

mix run -e 'MeetupGiveaway.pick_random_attendee("https://www.meetup.com/ChicagoElixir/events/241965932/")'

Requirements

  • PhantomJS (yarn global add phantomjs && phantomjs --wd)

About

🎲 A quick Elixir script for fetching a random attendee name from meetup.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages