G'day cobbers!
This app generates labels for ruby events.
Feel free to contribute, it's been hacked together very quickly.
It's hosted at https://cobber.herokuapp.com/
-
Configure meetup oauth app
-
Run in console
client = MeetupAdapter::Client.new
puts client.auth_url
# open link in browser
# approve
# copy code from url
code = 'code from url'
client.token_from_code(code)
- Profit