We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147ba68 commit 104c79fCopy full SHA for 104c79f
automail.py
@@ -1,5 +1,6 @@
1
#find documentation for ezgmail module at https://pypi.org/project/EZGmail/
2
#simple simon says module that interacts with google API to read the subject line of an email and respond to "Simon says:"
3
+#DO NOT FORGET TO ADD CREDENTIALS.JSON AND TOKEN.JSON TO .GITIGNORE!!!
4
5
import ezgmail, re, time
6
0 commit comments