You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: