jsoxford / hubot

6 stars 8 forks source link

Idea: pasted Meetup information #51

Closed danielthepope closed 7 years ago

danielthepope commented 7 years ago

image

In order to get further information about a particular meetup, I could just click on the link.

But I'm very lazy. Instead, how about Dobot queries the Meetup API using the event ID in the link, then says something like That meetup is "marlow[dev] #5: VR/AR Talks and Tech", at Marlow Rowing Club, on the 2nd November 2016 at 7pm.

Could be triggered with something like robot.hear(/meetup\.com\/.*\/events\/(\d+)/)

Perhaps add to meetup.js?

AverageMarcus commented 7 years ago

Its such a shame that meetup.com doesn't make this information available to the unfurling. Seems like a good idea to me.

danielthepope commented 7 years ago

Looking at this one tonight.