mail-sync/driver.py

4 lines
121 B
Python
Raw Normal View History

2023-10-09 21:07:55 -05:00
from proton import ProtonWebmail
from secrets import proton, gmail
ProtonWebmail(proton.username, proton.password).get()