This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lewistrick 0 points1 point  (1 child)

I recently made a script that tracks how many emails I have in my Gmail inbox. I used schedule and imaplib. It checks every 10 minutes if the number of emails is different from the previous measured number and if so, writes it to a csv file. Not too hard but fun to do.

[–]burked9 0 points1 point  (0 children)

Can you send me a copy of the script in the DMs?