Skip to content

arquillos/Playwright-python-gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checking the GMAIL inbox with Playwright and Python example

The goal of this repository is to check the Gmail inbox for new mails using Python and Playwright.

Installation

$ 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

Scripts execution

Login into Google account

Objetive: Store the credentials for reuse $ .\venv\Scripts\activate $ python get_google_creds.py

Check the GMail inbox

$ .\venv\Scripts\activate
$ python gmail_checker.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages