This file contains 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
# PoC of getting the profile picture of any gmail address | |
# go into developer settings => storage => cookies | |
# paste cookies | |
# set EMAIl to email that you want to lookup | |
# enjoy | |
import requests | |
import time | |
import hashlib |