Skip to content

Instantly share code, notes, and snippets.

@chl
Created October 24, 2012 20:40
Show Gist options
  • Save chl/3948727 to your computer and use it in GitHub Desktop.
Save chl/3948727 to your computer and use it in GitHub Desktop.
List Coursera courses available in self-study mode
curl -s "https://www.coursera.org/maestro/api/topic/list?full=1" | jq ".[] | select(.self_service_course_id) | [{name, self_service_course_id}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment