Skip to content

focods/meetupr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meetupr: R interface to the meetup.com API

Build Status

Authors: Gabriela de Queiroz, Erin LeDell
License: MIT

##Installation

TO DO

##Usage

To use this package, you will first need to get your meetup API key. To do so, go to this link: https://secure.meetup.com/meetup_api/key/

library(meetupr)

api_key <- "INSERT_HERE"

group_name <- "INSERT THE NAME OF THE GROUP"

events <- get_events(group_name, api_key)

How can you contribute?

First, take a look at some resources:

We are going to support v3 first.

DONE:

  • pull meetup events
  • pull event comments
  • pull event attendance

TODO:

  • pull meetup members
  • add tests
  • update README with installation information

About

R interface to the meetup.com API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%