How to Use GitHub for Collecting Assignments
Getting started
Instructions
- Create new folder scripts then create __init__.py
- Download file
config.py and fill in appropriate information
- Download file
github.py which contain basic function for creating, deleting users and repos
- Download file
create_repo.py: which read a csv file containing user information and create correspond private repos
- Download file
users.csv: which is a sample csv file containing GitHub username of users
Finally, run file create_repo.py to create private repos for students.