mail-sync/driver.py

4 lines
128 B
Python

from proton import ProtonWebmail
from secrets import proton, gmail
print(ProtonWebmail(proton.username, proton.password).get())