Skip to content

Instantly share code, notes, and snippets.

View williangl's full-sized avatar
🐍

Willian Lopes williangl

🐍
View GitHub Profile

Keybase proof

I hereby claim:

  • I am williangl on github.
  • I am williangl (https://keybase.io/williangl) on keybase.
  • I have a public key ASC5kYOrQZF8G4l_dhrhmnUCXIeAhklnnMvI_avzGC-Vigo

To claim this, I am signing this object:

@williangl
williangl / temp_mail.py
Created July 1, 2021 18:22
get code from email
"""Modulo de email temporário."""
from parsel import Selector
from httpx import get
base_url = 'https://www.1secmail.com/api/v1/'
def split_email_account(email_account: str) -> tuple: