mail-sync/driver.py

4 lines
128 B
Python
Raw Normal View History

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