busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Use OAuth2 flow for grabbing meetup credentials #164

Open alysivji opened 5 years ago

alysivji commented 5 years ago

As a developer, I want to use the OAuth2 authentication flow for Meetup. We are currently using the API credential method which is not supported anymore.

Will need to modify the meetup adapter to create an Authorization header

https://www.meetup.com/meetup_api/auth/#oauth2

Task List

alysivji commented 5 years ago

Meetup doesn't accept API keys anymore, so this needs to get done ASAP.