This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:27024A99057E58B8087A5022A82D63DFF8D1317F]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:27024A99057E58B8087A5022A82D63DFF8D1317F]
| from requests import get | |
| def emojis() -> str: | |
| page = get("https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt") | |
| lines = page.text.split("\n") | |
| blacklist = [ # blacklist of element who are not really emojis | |
| "number sign", | |
| "asterisk", | |
| "digit zero..digit nine", |