The goal of this repository is to check the Gmail inbox for new mails using Python and Playwright.
$ python -m venv venv
$ .\venv\Scripts\activate
$ pip install -r requirements.txt
$ mkdir -p playwright/.auth
$ mv .env_template .env
$ playwright install firefox
Edit the ".env" file and set up your Google account user and password
Objetive: Store the credentials for reuse $ .\venv\Scripts\activate $ python get_google_creds.py
$ .\venv\Scripts\activate
$ python gmail_checker.py