Skip to content

Instantly share code, notes, and snippets.

View youjung-hong's full-sized avatar
In Love

Youjung Hong youjung-hong

In Love
View GitHub Profile
@youjung-hong
youjung-hong / github-dummy-issue-make.py
Created October 11, 2017 00:10
create and lock an issue on github
# this code is from https://gist.github.com/JeffPaine/3145490
import os
import json
import requests
import sys
# Authentication for user filing issue (must have read/write access to
# repository to add issue to)
USERNAME = 'CHANGEME'