Collecting Assignments
Johnnies and Bennies

How to Use GitHub for Collecting Assignments

Getting started

Instructions

  1. Create new folder scripts then create __init__.py
  2. Download file config.py and fill in appropriate information
  3. Download file github.py which contain basic function for creating, deleting users and repos
  4. Download file create_repo.py: which read a csv file containing user information and create correspond private repos
  5. 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.


Dialogue & Discussion: TBD