How to Contact Me

By Email

def my_broken_address(firstname="gaelle", lastname="candel", alias="bot"):
    return "{}.{}+{}@gmail.com".format(firstname, lastname, alias)

print(my_broken_address())

Well, if you are not a bot, you can remove the alias.

By Phone

import hashlib

my_number = "+xxabcdefghi"

def get_my_hash(string):
    md = hashlib.md5()
    md.update(string.encode())
    return md.digest().hex()

my_hashed_number = get_my_hash(my_number)
print(my_hashed_number)

With the correct number, it returns 3700b7e54e57e8215e881abca32d40be.

Linkedin

My profile

Using Keybase

For End-to-End encrypted conversation

By Carrier Pigeon

13 Rue Pagès, 92150 Suresnes.