11 lines
258 B
Python
11 lines
258 B
Python
|
|
"""
|
|
Reading Material:
|
|
|
|
https://developers.google.com/gmail/api/quickstart/python
|
|
https://git.imsam.ca/sam/ThermalTodos/src/branch/main/application/sync_calendar.py (for autherizing user)
|
|
"""
|
|
|
|
class Gmail:
|
|
def __init__(self):
|
|
self.trigger_phrase = "gmail" |