Skip to content

Instantly share code, notes, and snippets.

@vanessaaleung
Last active May 2, 2021 23:07
Show Gist options
  • Save vanessaaleung/f04c5ae421149078874a4af03c09d7d1 to your computer and use it in GitHub Desktop.
Save vanessaaleung/f04c5ae421149078874a4af03c09d7d1 to your computer and use it in GitHub Desktop.
GitHub API packages
#!/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