Skip to content

Instantly share code, notes, and snippets.

View taskylizard's full-sized avatar
💐
Setting the mood

taskylizard

💐
Setting the mood
  • Los Angeles, CA
View GitHub Profile
@taskylizard
taskylizard / gh-download.py
Created January 17, 2022 09:08 — forked from pdashford/gh-download.py
Python script to download folders from Github repo
"""
Downloads folders from github repo
Requires PyGithub
pip install PyGithub
"""
import os
import sys
import base64
import shutil