Inspired by the game Gameboy from the podcast If I Were You.
The goal of Gameboy is to think of a word that only appears in one of your emails.
This script finds all possible solutions by going through your emails and keeping track of words that only appear once.
After cloning follow the insturctions in the Python QuickStart Guide.
You will need to set up a credentials.json and install the google client library.
python3 GameBoy.py
A List of words that appear in only one email
{'jake', 'and', 'amir', 'have', 'the', 'best', 'podcast'}
Using the Gmail Api a seperate request
is needed for each email this leads to very slow performance.
When using please be mindful of the API Usage Limits