Skip to content

Instantly share code, notes, and snippets.

View IgnacioAI's full-sized avatar
🏠
Working from home

Alexandre Ignacio IgnacioAI

🏠
Working from home
View GitHub Profile
@humrochagf
humrochagf / emailchecker.py
Created July 4, 2018 12:57
Lendo emails do gmail
# Este é o código de como ler emails do gmail
# discutido no calango, ele foi escrito para rodar em
# python 3
import email
import imaplib
EMAIL = '[email protected]'
PASSWORD = '@Calango123'
SERVER = 'imap.gmail.com'