Skip to content

Instantly share code, notes, and snippets.

View benjgorman's full-sized avatar
🏄‍♂️

Benjamin Gorman benjgorman

🏄‍♂️
View GitHub Profile
@robwhess
robwhess / gh_classroom_collect.py
Last active March 13, 2023 18:03
Script to collect a set of assignments from GitHub Classroom.
#!/user/bin/env python
#
# This is a simple python script to clone all of the repositories for an
# assignment managed via GitHub Classroom. It has a dependency on the
# requests module, so to use it, you must:
#
# pip install requests
#
# You can run the script with the '-h' option to get info on its usage.