scalaspace / scalaspace.github.io

Scala Space website
14 stars 47 forks source link

remove nonexistent groups #75

Closed jarrodu closed 6 years ago

jarrodu commented 6 years ago

I used a zsh command to find broken user groups on meetup.com

for url in $(cat urlnames.txt); do echo $url >> log.txt && echo $url && sleep 2 && curl -I "https://api.meetup.com/$url" >> log.txt 2>&1; done;

I then deleted or updated the group info.

See https://gist.github.com/jarrodu/27cf94b9f2d9791dd7a8c6534415a09e for urlname.txt.