This has been updated and expanded into an article. Read the updated version here:
https://github.com/ungoldman/open-source-maintenance-guidelines
Old version:
#------------------------------------------------------------------------------- | |
# Name: gh-issues | |
# Purpose: Write issues from a repo to a csv file | |
# Created: 1/23/2018 | |
# | |
# Note: | |
# Original script came from https://gist.github.com/unbracketed/3380407. | |
# Modified to fit our needs | |
#------------------------------------------------------------------------------- | |
import csv |
This has been updated and expanded into an article. Read the updated version here:
https://github.com/ungoldman/open-source-maintenance-guidelines
Old version:
Roll your own iPython Notebook server with Amazon Web Services (EC2) using their Free Tier.