sebsto / meetup-crawler

A serverless crawler of meetup.com data for analytics purposes
3 stars 1 forks source link

Invalid data on Korean group #5

Open sebsto opened 4 years ago

sebsto commented 4 years ago

report an interesting bug in the Meetup Tracker - For AWS User Group Korea - There is no data since 7 March 2019 - https://www.meetup.com/awskrug/events/259013277/ (ordered by event id). No captured for almost 1.5 year. Total number of events must be 356 events not 191. https://www.meetup.com/awskrug/ see Past Events. (edited) I checked and this seems to hold true - for some reason it is not picking up those. Initially I thought the events might be attributed to one of those activities with "Country = null" or "???common???" but it is not, so I am wondering how can we trouble shoot that. I have added as a question on the quip above when you get to reviewing meetup.com related business.

sebsto commented 4 years ago

The 200 limit comes from the meetup API

➜  ~ curl -v "https://api.meetup.com/2/events?group_id=20402758&text_format=plain&status=past" > events.json
➜  ~ cat events.json| jq ".results[].name" | wc -l
     200