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
It would be awesome if we could poll (daily?) for new meetup events and write them to the DB. This would allow us to later 1) build a simple API to view the events on the BDG's website as well as 2) post them into their relevant slack channels.
It would be awesome if we could poll (daily?) for new meetup events and write them to the DB. This would allow us to later 1) build a simple API to view the events on the BDG's website as well as 2) post them into their relevant slack channels.
Meetup API
There is a https://www.meetup.com/meetup_api/ but not sure how well it works. Most specifically get group events: https://www.meetup.com/meetup_api/docs/:urlname/events/#list. You can try it out here: https://secure.meetup.com/meetup_api/console/?path=/:urlname/events set the
urlname
param tolex_py
DB scheme
I think the basic DB scheme could be:
The text was updated successfully, but these errors were encountered: