rladies / meetup_archive

archive of our meetup data
2 stars 0 forks source link

newer data not being retrieved #3

Open drmowinckels opened 3 months ago

drmowinckels commented 3 months ago

Related to https://github.com/rladies/rladies.github.io/issues/337#issuecomment-2186195731 I've found that while the scripts are running, some data is not actually being retrieved. Not entirely sure why...

When running locally (needs meetup pro token), Salzburg is not part of the data retrieved...

shannonpileggi commented 3 months ago

i wonder if this in an api issue?? fyi @thisisnic

thisisnic commented 3 months ago

API looks good to me; when I run this:

library(meetupr)
urlname <- "rladies"

members <- get_pro_groups(urlname)
View(members)

I see Salzburg there in the 3rd row.

Maybe it's some of the subsequent processing steps? What's the code that's being run?