Last active
May 2, 2021 23:07
-
-
Save vanessaaleung/f04c5ae421149078874a4af03c09d7d1 to your computer and use it in GitHub Desktop.
GitHub API packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
import sys | |
import logging | |
import requests | |
import json | |
import datetime | |
import base64 | |
logging.basicConfig(format='%(asctime)s %(message)s', level=logging.INFO) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment