Facebook Messenger bot for querying the upcoming open events and recently updated repositories. Type "upcoming events" to try!
- Type "upcoming events" to receive a list of up to 5 upcoming events for the day. 5 is a limit set by Facebook.
- Type "upcoming events on June 12" to receive a list of events similar to the above but for only June 12.
You need a valid Facebook Access token and Google Maps API key for this app to work:
export mapsApiKey=<YourGoogleMapsApiKey> && \
export verifyToken=<YourVerifyToken> && \
export accessToken=<YourAccessToken> && \
node index.js