Skip to content

Instantly share code, notes, and snippets.

View thebeastunleashed's full-sized avatar
💭
In my terminal ⌨️

Breanne thebeastunleashed

💭
In my terminal ⌨️
View GitHub Profile
@thebeastunleashed
thebeastunleashed / google-drive-md5-checksum
Created November 11, 2024 22:00 — forked from yaci/google-drive-md5-checksum
List google drive md5 checksum for all files
#!/usr/bin/python3
"""
!! IMPORTANT !!
!! READ THIS !!
In order to run this script you need python3 and pip3 installed.
You also need some additional python modules. Please run
sudo pip3 install httplib2 oauth2client
sudo pip3 install --upgrade google-api-python-client