crabvk / bar-gmail

A Polybar module to show unread messages from Gmail
MIT License
90 stars 12 forks source link

How to use last section? #12

Closed chrisco23 closed 4 years ago

chrisco23 commented 4 years ago

Can you please explain how to use the stuff in the last section "Get list of all your mailbox labels"?

crabvk commented 4 years ago

You should run that code in python REPL (Python Interactive Shell). In terminal run python and copy-paste the code (but replace CREDENTIALS_PATH with actual path to credentials.json).

chrisco23 commented 4 years ago

I see. Thanks, and thanks for this module.