What is it: Python script for fetching number of unread emails from gmail
- Follow instructions at here for gmail credentials
- Generate credentials.json
- Run
python3 app.pyon Terminal - Console will show number of unread messages
- If ModuleNotFoundError: No module named 'googleapiclient.discovery'
pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib --user