mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 13:36:40 +00:00
add explanation
This commit is contained in:
parent
4d82f5a9d3
commit
42d256157a
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ from googleapiclient.http import MediaIoBaseDownload
|
||||||
# If modifying these scopes, delete the file token.pickle.
|
# If modifying these scopes, delete the file token.pickle.
|
||||||
SCOPES = ["https://www.googleapis.com/auth/drive"]
|
SCOPES = ["https://www.googleapis.com/auth/drive"]
|
||||||
|
|
||||||
|
# Use this file like this:
|
||||||
|
# python get_png_files_from_drive.py main "Drive_folder_name" "Output_dir_name"
|
||||||
|
|
||||||
|
|
||||||
def main(folder_name, output_dir):
|
def main(folder_name, output_dir):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue