Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull meetup and other events into db #13

Open
joekr opened this issue Jun 7, 2020 · 0 comments
Open

pull meetup and other events into db #13

joekr opened this issue Jun 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@joekr
Copy link
Member

joekr commented Jun 7, 2020

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 to lex_py

DB scheme

I think the basic DB scheme could be:

  • event_id - string - unique
  • host - string - unique (example lex_py)
  • data - json
  • created_at - timestamp
@joekr joekr added the enhancement New feature or request label Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant