From d6fa0c5530bc78a9e2f468b8687cbea285fccf44 Mon Sep 17 00:00:00 2001 From: Jur van den Berg Date: Thu, 29 Oct 2020 16:06:48 +0100 Subject: [PATCH] Add v1 of the shitty-emojipasta --- Cargo.lock | 818 +++++------ Cargo.toml | 6 +- Makefile | 4 +- assets/emojis.json | 3408 ++++++++++++++++++++++++++++++++++++++++++++ src/main.rs | 55 +- 5 files changed, 3879 insertions(+), 412 deletions(-) create mode 100644 assets/emojis.json diff --git a/Cargo.lock b/Cargo.lock index 39bf2fb..4752bb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,1181 +4,1197 @@ name = "autocfg" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" + +[[package]] +name = "autocfg" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "bitflags" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bytes" version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" [[package]] name = "c2-chacha" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" dependencies = [ - "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "ppv-lite86", ] [[package]] name = "cc" version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "cloudabi" version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" dependencies = [ - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", ] [[package]] name = "core-foundation" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" dependencies = [ - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation-sys", + "libc", ] [[package]] name = "core-foundation-sys" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" [[package]] name = "dotenv" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" [[package]] name = "fnv" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" [[package]] name = "foreign-types" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" dependencies = [ - "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "foreign-types-shared", ] [[package]] name = "foreign-types-shared" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fuchsia-cprng" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" [[package]] name = "fuchsia-zircon" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" dependencies = [ - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", + "fuchsia-zircon-sys", ] [[package]] name = "fuchsia-zircon-sys" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" [[package]] name = "futures" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" dependencies = [ - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", ] [[package]] name = "futures-channel" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" dependencies = [ - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core", + "futures-sink", ] [[package]] name = "futures-core" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" [[package]] name = "futures-executor" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" dependencies = [ - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core", + "futures-task", + "futures-util", ] [[package]] name = "futures-io" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" [[package]] name = "futures-macro" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" dependencies = [ - "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "futures-sink" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" [[package]] name = "futures-task" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" dependencies = [ - "once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell", ] [[package]] name = "futures-util" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" dependencies = [ - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project", + "pin-utils", + "proc-macro-hack", + "proc-macro-nested", + "slab", ] [[package]] name = "getrandom" version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "libc", + "wasi", ] [[package]] name = "h2" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap", + "log 0.4.8", + "slab", + "tokio", + "tokio-util", ] +[[package]] +name = "hashbrown" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" + [[package]] name = "http" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "fnv", + "itoa", ] [[package]] name = "http-body" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "http", ] [[package]] name = "httparse" version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" [[package]] name = "hyper" version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", - "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "itoa", + "log 0.4.8", + "net2", + "pin-project", + "time", + "tokio", + "tower-service", + "want", ] [[package]] name = "hyper-tls" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "hyper", + "native-tls", + "tokio", + "tokio-tls", ] [[package]] name = "indexmap" -version = "1.3.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 1.0.1", + "hashbrown", + "serde", ] [[package]] name = "iovec" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "itoa" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" [[package]] name = "kernel32-sys" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" dependencies = [ - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.2.8", + "winapi-build", ] [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" dependencies = [ - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "spin", ] [[package]] name = "libc" version = "0.2.65" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" [[package]] name = "log" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8", ] [[package]] name = "log" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", ] [[package]] name = "memchr" version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" [[package]] name = "mime" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" dependencies = [ - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.9", ] [[package]] name = "mime_guess" version = "1.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7" dependencies = [ - "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "mime", + "phf", + "phf_codegen", + "unicase", ] [[package]] name = "mio" version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "fuchsia-zircon", + "fuchsia-zircon-sys", + "iovec", + "kernel32-sys", + "libc", + "log 0.4.8", + "miow", + "net2", + "slab", + "winapi 0.2.8", ] [[package]] name = "miow" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" dependencies = [ - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kernel32-sys", + "net2", + "winapi 0.2.8", + "ws2_32-sys", ] [[package]] name = "multipart" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01" dependencies = [ - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8", + "mime", + "mime_guess", + "rand 0.6.5", + "tempfile", ] [[package]] name = "native-tls" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)", - "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static", + "libc", + "log 0.4.8", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", ] [[package]] name = "net2" version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "libc", + "winapi 0.3.8", ] [[package]] name = "num-traits" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.7", ] [[package]] name = "once_cell" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" [[package]] name = "openssl" version = "0.10.25" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449" dependencies = [ - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", + "cfg-if", + "foreign-types", + "lazy_static", + "libc", + "openssl-sys", ] [[package]] name = "openssl-probe" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-sys" version = "0.9.52" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c977d08e1312e2f7e4b86f9ebaa0ed3b19d1daff75fae88bbb88108afbd801fc" dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.7", + "cc", + "libc", + "pkg-config", + "vcpkg", ] [[package]] name = "ordered-float" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" dependencies = [ - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits", ] [[package]] name = "phf" version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" dependencies = [ - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared", ] [[package]] name = "phf_codegen" version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" dependencies = [ - "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator", + "phf_shared", ] [[package]] name = "phf_generator" version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" dependencies = [ - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared", + "rand 0.6.5", ] [[package]] name = "phf_shared" version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" dependencies = [ - "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "siphasher", + "unicase", ] [[package]] name = "pin-project" version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edc93aeee735e60ecb40cf740eb319ff23eab1c5748abfdb5c180e4ce49f7791" dependencies = [ - "pin-project-internal 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-internal", ] [[package]] name = "pin-project-internal" version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e58db2081ba5b4c93bd6be09c40fd36cb9193a8336c384f3b40012e531aa7e40" dependencies = [ - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "pin-project-lite" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f" [[package]] name = "pin-utils" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" [[package]] name = "ppv-lite86" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" [[package]] name = "proc-macro-hack" version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" dependencies = [ - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "proc-macro-nested" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" [[package]] name = "proc-macro2" version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53f5ffe53a6b28e37c9c1ce74893477864d64f74778a93a4beb43c8fa167f639" dependencies = [ - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "quote" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" dependencies = [ - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "rand" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.7", + "libc", + "rand_chacha 0.1.1", + "rand_core 0.4.2", + "rand_hc 0.1.0", + "rand_isaac", + "rand_jitter", + "rand_os", + "rand_pcg", + "rand_xorshift", + "winapi 0.3.8", ] [[package]] name = "rand" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "getrandom", + "libc", + "rand_chacha 0.2.1", + "rand_core 0.5.1", + "rand_hc 0.2.0", ] [[package]] name = "rand_chacha" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.7", + "rand_core 0.3.1", ] [[package]] name = "rand_chacha" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" dependencies = [ - "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "c2-chacha", + "rand_core 0.5.1", ] [[package]] name = "rand_core" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" dependencies = [ - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.2", ] [[package]] name = "rand_core" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" [[package]] name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "getrandom", ] [[package]] name = "rand_hc" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1", ] [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1", ] [[package]] name = "rand_isaac" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1", ] [[package]] name = "rand_jitter" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", + "rand_core 0.4.2", + "winapi 0.3.8", ] [[package]] name = "rand_os" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" dependencies = [ - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "cloudabi", + "fuchsia-cprng", + "libc", + "rand_core 0.4.2", + "rdrand", + "winapi 0.3.8", ] [[package]] name = "rand_pcg" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.7", + "rand_core 0.4.2", ] [[package]] name = "rand_xorshift" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1", ] [[package]] name = "rdrand" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1", ] [[package]] name = "redox_syscall" version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" [[package]] name = "remove_dir_all" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8", ] [[package]] name = "ryu" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" [[package]] name = "sarcastifybot" version = "0.1.0" dependencies = [ - "dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "telegram-bot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", + "dotenv", + "futures", + "indexmap", + "once_cell", + "rand 0.7.3", + "serde_json", + "telegram-bot", + "tokio", ] [[package]] name = "schannel" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static", + "winapi 0.3.8", ] [[package]] name = "security-framework" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f997356d258ca48daec7e116062b4f7e30c2580b09fad7842b691e104d4905ba" dependencies = [ - "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", ] [[package]] name = "security-framework-sys" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6680f163cacb6af55349fa4382a25b6d8f9c42b701e6f63dcce85a8f77e50fd" dependencies = [ - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation-sys", ] [[package]] name = "serde" version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" dependencies = [ - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive", ] [[package]] name = "serde-value" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f" dependencies = [ - "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "ordered-float", + "serde", ] [[package]] name = "serde_derive" version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" dependencies = [ - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "serde_json" version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" dependencies = [ - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa", + "ryu", + "serde", ] [[package]] name = "siphasher" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "slab" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "spin" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "syn" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269" dependencies = [ - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "telegram-bot" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb29fb11ef40c839c1c6b4e9c2ec4f357f9f674491e9df5a8c94f8cc2005f860" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", - "telegram-bot-raw 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "futures", + "hyper", + "hyper-tls", + "multipart", + "telegram-bot-raw", + "tokio", + "tracing", + "tracing-futures", ] [[package]] name = "telegram-bot-raw" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "add65834bee405351f092b18a4647cae05d1c40699570054eadc6d4035d9692c" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "serde", + "serde-value", + "serde_derive", + "serde_json", ] [[package]] name = "tempfile" version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", - "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "libc", + "rand 0.7.3", + "redox_syscall", + "remove_dir_all", + "winapi 0.3.8", ] [[package]] name = "time" version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", + "redox_syscall", + "winapi 0.3.8", ] [[package]] name = "tokio" version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "fnv", + "futures-core", + "iovec", + "lazy_static", + "memchr", + "mio", + "pin-project-lite", + "slab", + "tokio-macros", ] [[package]] name = "tokio-macros" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" dependencies = [ - "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "tokio-tls" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" dependencies = [ - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", + "native-tls", + "tokio", ] [[package]] name = "tokio-util" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" dependencies = [ - "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes", + "futures-core", + "futures-sink", + "log 0.4.8", + "pin-project-lite", + "tokio", ] [[package]] name = "tower-service" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff4e4f59e752cb3beb5b61c6d5e11191c7946231ba84faec2902c9efdd8691c5" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "spin", + "tracing-attributes", + "tracing-core", ] [[package]] name = "tracing-attributes" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4263b12c3d3c403274493eb805966093b53214124796552d674ca1dd5d27c2b" dependencies = [ - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "tracing-core" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc913647c520c959b6d21e35ed8fa6984971deca9f0a2fcb8c51207e0c56af1d" dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static", + "spin", ] [[package]] name = "tracing-futures" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" dependencies = [ - "pin-project 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project", + "tracing", ] [[package]] name = "try-lock" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "unicase" version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" dependencies = [ - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check", ] [[package]] name = "unicode-xid" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" [[package]] name = "vcpkg" version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" [[package]] name = "version_check" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" [[package]] name = "want" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" dependencies = [ - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8", + "try-lock", ] [[package]] name = "wasi" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" [[package]] name = "winapi" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" [[package]] name = "winapi" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" dependencies = [ - "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", ] [[package]] name = "winapi-build" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "ws2_32-sys" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" dependencies = [ - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.2.8", + "winapi-build", ] - -[metadata] -"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" -"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" -"checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" -"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" -"checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" -"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" -"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" -"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" -"checksum dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" -"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" -"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" -"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" -"checksum futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" -"checksum futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" -"checksum futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" -"checksum futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" -"checksum futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" -"checksum futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" -"checksum futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" -"checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" -"checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" -"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" -"checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" -"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" -"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" -"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" -"checksum hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14" -"checksum hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa" -"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" -"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" -"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" -"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" -"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" -"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" -"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" -"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" -"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" -"checksum mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7" -"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" -"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" -"checksum multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01" -"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" -"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" -"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" -"checksum once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" -"checksum openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449" -"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c977d08e1312e2f7e4b86f9ebaa0ed3b19d1daff75fae88bbb88108afbd801fc" -"checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" -"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" -"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" -"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" -"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" -"checksum pin-project 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "edc93aeee735e60ecb40cf740eb319ff23eab1c5748abfdb5c180e4ce49f7791" -"checksum pin-project-internal 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "e58db2081ba5b4c93bd6be09c40fd36cb9193a8336c384f3b40012e531aa7e40" -"checksum pin-project-lite 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f" -"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" -"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" -"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" -"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" -"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" -"checksum proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "53f5ffe53a6b28e37c9c1ce74893477864d64f74778a93a4beb43c8fa167f639" -"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" -"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" -"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" -"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" -"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" -"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" -"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" -"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" -"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" -"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" -"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" -"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" -"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" -"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" -"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" -"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" -"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" -"checksum security-framework 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f997356d258ca48daec7e116062b4f7e30c2580b09fad7842b691e104d4905ba" -"checksum security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c6680f163cacb6af55349fa4382a25b6d8f9c42b701e6f63dcce85a8f77e50fd" -"checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" -"checksum serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f" -"checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" -"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" -"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" -"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" -"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum syn 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269" -"checksum telegram-bot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb29fb11ef40c839c1c6b4e9c2ec4f357f9f674491e9df5a8c94f8cc2005f860" -"checksum telegram-bot-raw 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "add65834bee405351f092b18a4647cae05d1c40699570054eadc6d4035d9692c" -"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" -"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" -"checksum tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58" -"checksum tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" -"checksum tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" -"checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" -"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" -"checksum tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ff4e4f59e752cb3beb5b61c6d5e11191c7946231ba84faec2902c9efdd8691c5" -"checksum tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a4263b12c3d3c403274493eb805966093b53214124796552d674ca1dd5d27c2b" -"checksum tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bc913647c520c959b6d21e35ed8fa6984971deca9f0a2fcb8c51207e0c56af1d" -"checksum tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" -"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" -"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" -"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" -"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" -"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" -"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" -"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" -"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" -"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" -"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" -"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" -"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" diff --git a/Cargo.toml b/Cargo.toml index 1fb9c84..8d7b417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,8 @@ telegram-bot = "0.7.0" dotenv = "0.15.0" tokio = { version="^0.2.0", features=["macros"] } -futures = "^0.3.5" \ No newline at end of file +futures = "^0.3.5" +serde_json = "1.0" +once_cell = "^1.4.1" +indexmap = { version="1.6.0", features=["serde-1"] } +rand = "0.7.3" diff --git a/Makefile b/Makefile index 1cd5332..3560553 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ IMAGE_TAG=harbor.blacknova.io/nvls/sarcastifybot:latest image: - docker build -t $(IMAGE_TAG) . + podman build -t $(IMAGE_TAG) . push: - docker push $(IMAGE_TAG) \ No newline at end of file + podman push $(IMAGE_TAG) \ No newline at end of file diff --git a/assets/emojis.json b/assets/emojis.json new file mode 100644 index 0000000..2a7b5d2 --- /dev/null +++ b/assets/emojis.json @@ -0,0 +1,3408 @@ +{ + "grinning": "๐Ÿ˜€", + "face": "๐Ÿ˜€", + "smile": "๐Ÿ˜€", + "happy": "๐Ÿ˜€", + "joy": "๐Ÿ˜€", + ":D": "๐Ÿ˜€", + "grin": "๐Ÿ˜€", + "grimacing": "๐Ÿ˜ฌ", + "grimace": "๐Ÿ˜ฌ", + "teeth": "๐Ÿ˜ฌ", + "kawaii": "๐Ÿ˜", + "cry": "๐Ÿ˜‚", + "tears": "๐Ÿ˜‚", + "weep": "๐Ÿ˜‚", + "happytears": "๐Ÿ˜‚", + "haha": "๐Ÿ˜‚", + "rofl": "๐Ÿคฃ", + "rolling": "๐Ÿคฃ", + "floor": "๐Ÿคฃ", + "laughing": "๐Ÿคฃ", + "lol": "๐Ÿคฃ", + "smiley": "๐Ÿ˜ƒ", + ":)": "๐Ÿ˜ƒ", + "funny": "๐Ÿ˜ƒ", + "laugh": "๐Ÿ˜„", + "like": "๐Ÿ˜„", + "sweat_smile": "๐Ÿ˜…", + "hot": "๐Ÿ˜…", + "sweat": "๐Ÿ˜…", + "relief": "๐Ÿ˜…", + "satisfied": "๐Ÿ˜†", + "glad": "๐Ÿ˜†", + "XD": "๐Ÿ˜†", + "innocent": "๐Ÿ˜‡", + "angel": "๐Ÿ˜‡", + "heaven": "๐Ÿ˜‡", + "halo": "๐Ÿ˜‡", + "wink": "๐Ÿ˜‰", + "mischievous": "๐Ÿ˜‰", + "secret": "๐Ÿ˜‰", + ";)": "๐Ÿ˜‰", + "eye": "๐Ÿ˜‰", + "blush": "๐Ÿ˜Š", + "flushed": "๐Ÿ˜Š", + "crush": "๐Ÿ˜Š", + "embarrassed": "๐Ÿ˜Š", + "shy": "๐Ÿ˜Š", + "slightly_smiling_face": "๐Ÿ™‚", + "upside_down_face": "๐Ÿ™ƒ", + "flipped": "๐Ÿ™ƒ", + "silly": "๐Ÿ™ƒ", + "relaxed": "โ˜บ๏ธ", + "massage": "โ˜บ๏ธ", + "happiness": "โ˜บ๏ธ", + "yum": "๐Ÿ˜‹", + "tongue": "๐Ÿ˜‹", + "yummy": "๐Ÿ˜‹", + "nom": "๐Ÿ˜‹", + "delicious": "๐Ÿ˜‹", + "savouring": "๐Ÿ˜‹", + "relieved": "๐Ÿ˜Œ", + "phew": "๐Ÿ˜Œ", + "heart_eyes": "๐Ÿ˜", + "love": "๐Ÿ˜", + "affection": "๐Ÿ˜", + "valentines": "๐Ÿ˜", + "infatuation": "๐Ÿ˜", + "heart": "๐Ÿ˜", + "kissing_heart": "๐Ÿ˜˜", + "kiss": "๐Ÿ˜˜", + "kissing": "๐Ÿ˜—", + "kissing_smiling_eyes": "๐Ÿ˜™", + "kissing_closed_eyes": "๐Ÿ˜š", + "stuck_out_tongue_winking_eye": "๐Ÿ˜œ", + "prank": "๐Ÿ˜œ", + "childish": "๐Ÿ˜œ", + "playful": "๐Ÿ˜œ", + "zany": "๐Ÿคช", + "goofy": "๐Ÿคช", + "crazy": "๐Ÿคช", + "raised_eyebrow": "๐Ÿคจ", + "distrust": "๐Ÿคจ", + "scepticism": "๐Ÿคจ", + "disapproval": "๐Ÿคจ", + "disbelief": "๐Ÿคจ", + "surprise": "๐Ÿคจ", + "monocle": "๐Ÿง", + "stuffy": "๐Ÿง", + "wealthy": "๐Ÿง", + "stuck_out_tongue_closed_eyes": "๐Ÿ˜", + "stuck_out_tongue": "๐Ÿ˜›", + "money_mouth_face": "๐Ÿค‘", + "rich": "๐Ÿค‘", + "dollar": "๐Ÿค‘", + "money": "๐Ÿค‘", + "nerd_face": "๐Ÿค“", + "nerdy": "๐Ÿค“", + "geek": "๐Ÿค“", + "dork": "๐Ÿค“", + "sunglasses": "๐Ÿ˜Ž", + "cool": "๐Ÿ˜Ž", + "summer": "๐Ÿ˜Ž", + "beach": "๐Ÿ˜Ž", + "sunglass": "๐Ÿ˜Ž", + "star_struck": "๐Ÿคฉ", + "starry": "๐Ÿคฉ", + "eyes": "๐Ÿคฉ", + "clown_face": "๐Ÿคก", + "cowboy_hat_face": "๐Ÿค ", + "cowgirl": "๐Ÿค ", + "hat": "๐Ÿค ", + "hugs": "๐Ÿค—", + "hug": "๐Ÿค—", + "smirk": "๐Ÿ˜", + "mean": "๐Ÿ˜", + "smug": "๐Ÿ˜", + "sarcasm": "๐Ÿ˜", + "no_mouth": "๐Ÿ˜ถ", + "hellokitty": "๐Ÿ˜ถ", + "neutral_face": "๐Ÿ˜", + "indifference": "๐Ÿ˜", + "meh": "๐Ÿ˜", + ":|": "๐Ÿ˜", + "neutral": "๐Ÿ˜", + "expressionless": "๐Ÿ˜‘", + "indifferent": "๐Ÿ˜‘", + "-_-": "๐Ÿ˜‘", + "deadpan": "๐Ÿ˜‘", + "unamused": "๐Ÿ˜’", + "bored": "๐Ÿ˜’", + "straight face": "๐Ÿ˜’", + "serious": "๐Ÿ˜’", + "roll_eyes": "๐Ÿ™„", + "eyeroll": "๐Ÿ™„", + "frustrated": "๐Ÿ™„", + "thinking": "๐Ÿค”", + "hmmm": "๐Ÿค”", + "think": "๐Ÿค”", + "consider": "๐Ÿค”", + "lying_face": "๐Ÿคฅ", + "lie": "๐Ÿคฅ", + "pinocchio": "๐Ÿคฅ", + "hand_over_mouth": "๐Ÿคญ", + "whoops": "๐Ÿคญ", + "shock": "๐Ÿคญ", + "shushing": "๐Ÿคซ", + "quiet": "๐Ÿคซ", + "shhh": "๐Ÿคซ", + "symbols_over_mouth": "๐Ÿคฌ", + "swearing": "๐Ÿคฌ", + "cursing": "๐Ÿคฌ", + "cussing": "๐Ÿคฌ", + "profanity": "๐Ÿคฌ", + "expletive": "๐Ÿคฌ", + "exploding_head": "๐Ÿคฏ", + "shocked": "๐Ÿคฏ", + "mind": "๐Ÿคฏ", + "blown": "๐Ÿคฏ", + "flattered": "๐Ÿ˜ณ", + "disappointed": "๐Ÿ˜ž", + "sad": "๐Ÿ˜ž", + "upset": "๐Ÿ˜ž", + "depressed": "๐Ÿ˜ž", + ":(": "๐Ÿ˜ž", + "worried": "๐Ÿ˜Ÿ", + "concern": "๐Ÿ˜Ÿ", + "nervous": "๐Ÿ˜Ÿ", + "angry": "๐Ÿ˜ ", + "mad": "๐Ÿ˜ ", + "annoyed": "๐Ÿ˜ ", + "rage": "๐Ÿ˜ก", + "hate": "๐Ÿ˜ก", + "despise": "๐Ÿ˜ก", + "pensive": "๐Ÿ˜”", + "confused": "๐Ÿ˜•", + "huh": "๐Ÿ˜•", + "weird": "๐Ÿ˜•", + ":/": "๐Ÿ˜•", + "slightly_frowning_face": "๐Ÿ™", + "frowning": "๐Ÿ™", + "frowning_face": "โ˜น", + "frown": "โ˜น", + "persevere": "๐Ÿ˜ฃ", + "sick": "๐Ÿ˜ฃ", + "no": "๐Ÿ˜ฃ", + "oops": "๐Ÿ˜ฃ", + "confounded": "๐Ÿ˜–", + "unwell": "๐Ÿ˜–", + ":S": "๐Ÿ˜–", + "tired_face": "๐Ÿ˜ซ", + "whine": "๐Ÿ˜ซ", + "weary": "๐Ÿ˜ฉ", + "tired": "๐Ÿ˜ฉ", + "sleepy": "๐Ÿ˜ฉ", + "triumph": "๐Ÿ˜ค", + "gas": "๐Ÿ˜ค", + "proud": "๐Ÿ˜ค", + "pride": "๐Ÿ˜ค", + "open_mouth": "๐Ÿ˜ฎ", + "impressed": "๐Ÿ˜ฎ", + "wow": "๐Ÿ˜ฎ", + "whoa": "๐Ÿ˜ฎ", + ":O": "๐Ÿ˜ฎ", + "scream": "๐Ÿ˜ฑ", + "munch": "๐Ÿ˜ฑ", + "scared": "๐Ÿ˜ฑ", + "omg": "๐Ÿ˜ฑ", + "fearful": "๐Ÿ˜จ", + "terrified": "๐Ÿ˜จ", + "cold_sweat": "๐Ÿ˜ฐ", + "hushed": "๐Ÿ˜ฏ", + "woo": "๐Ÿ˜ฏ", + "shh": "๐Ÿ˜ฏ", + "aw": "๐Ÿ˜ฆ", + "what": "๐Ÿ˜ฆ", + "anguished": "๐Ÿ˜ง", + "stunned": "๐Ÿ˜ง", + ":'(": "๐Ÿ˜ข", + "disappointed_relieved": "๐Ÿ˜ฅ", + "drooling_face": "๐Ÿคค", + "rest": "๐Ÿ˜ช", + "nap": "๐Ÿ˜ช", + "exercise": "๐Ÿ˜“", + "sob": "๐Ÿ˜ญ", + "dizzy_face": "๐Ÿ˜ต", + "spent": "๐Ÿ˜ต", + "unconscious": "๐Ÿ˜ต", + "xox": "๐Ÿ˜ต", + "dizzy": "๐Ÿ˜ต", + "astonished": "๐Ÿ˜ฒ", + "surprised": "๐Ÿ˜ฒ", + "poisoned": "๐Ÿ˜ฒ", + "zipper_mouth_face": "๐Ÿค", + "sealed": "๐Ÿค", + "zipper": "๐Ÿค", + "nauseated_face": "๐Ÿคข", + "vomit": "๐Ÿคข", + "gross": "๐Ÿคข", + "green": "๐Ÿคข", + "throw up": "๐Ÿคข", + "ill": "๐Ÿคข", + "sneezing_face": "๐Ÿคง", + "gesundheit": "๐Ÿคง", + "sneeze": "๐Ÿคง", + "allergy": "๐Ÿคง", + "vomiting": "๐Ÿคฎ", + "mask": "๐Ÿ˜ท", + "disease": "๐Ÿ˜ท", + "face_with_thermometer": "๐Ÿค’", + "temperature": "๐Ÿค’", + "thermometer": "๐Ÿค’", + "cold": "๐Ÿค’", + "fever": "๐Ÿค’", + "face_with_head_bandage": "๐Ÿค•", + "injured": "๐Ÿค•", + "clumsy": "๐Ÿค•", + "bandage": "๐Ÿค•", + "hurt": "๐Ÿค•", + "sleeping": "๐Ÿ˜ด", + "night": "๐Ÿ˜ด", + "zzz": "๐Ÿ˜ด", + "dream": "๐Ÿ’ค", + "poop": "๐Ÿ’ฉ", + "hankey": "๐Ÿ’ฉ", + "shitface": "๐Ÿ’ฉ", + "fail": "๐Ÿ’ฉ", + "turd": "๐Ÿ’ฉ", + "shit": "๐Ÿ’ฉ", + "smiling_imp": "๐Ÿ˜ˆ", + "devil": "๐Ÿ˜ˆ", + "horns": "๐Ÿ˜ˆ", + "imp": "๐Ÿ‘ฟ", + "japanese_ogre": "๐Ÿ‘น", + "monster": "๐Ÿ‘น", + "red": "๐Ÿ‘น", + "halloween": "๐Ÿ‘น", + "scary": "๐Ÿ‘น", + "creepy": "๐Ÿ‘น", + "demon": "๐Ÿ‘น", + "japanese": "๐Ÿ‘น", + "ogre": "๐Ÿ‘น", + "japanese_goblin": "๐Ÿ‘บ", + "evil": "๐Ÿ‘บ", + "goblin": "๐Ÿ‘บ", + "skull": "๐Ÿ’€", + "dead": "๐Ÿ’€", + "skeleton": "๐Ÿ’€", + "death": "๐Ÿ’€", + "ghost": "๐Ÿ‘ป", + "spooky": "๐Ÿ‘ป", + "alien": "๐Ÿ‘ฝ", + "UFO": "๐Ÿ‘ฝ", + "paul": "๐Ÿ‘ฝ", + "outer_space": "๐Ÿ‘ฝ", + "robot": "๐Ÿค–", + "computer": "๐Ÿค–", + "machine": "๐Ÿค–", + "bot": "๐Ÿค–", + "smiley_cat": "๐Ÿ˜บ", + "animal": "๐Ÿ˜บ", + "cats": "๐Ÿ˜บ", + "smile_cat": "๐Ÿ˜ธ", + "joy_cat": "๐Ÿ˜น", + "heart_eyes_cat": "๐Ÿ˜ป", + "smirk_cat": "๐Ÿ˜ผ", + "kissing_cat": "๐Ÿ˜ฝ", + "scream_cat": "๐Ÿ™€", + "crying_cat_face": "๐Ÿ˜ฟ", + "pouting_cat": "๐Ÿ˜พ", + "palms_up": "๐Ÿคฒ", + "hands": "๐Ÿคฒ", + "gesture": "๐Ÿคฒ", + "cupped": "๐Ÿคฒ", + "prayer": "๐Ÿคฒ", + "raised_hands": "๐Ÿ™Œ", + "hooray": "๐Ÿ™Œ", + "yea": "๐Ÿ™Œ", + "celebration": "๐Ÿ™Œ", + "clap": "๐Ÿ‘", + "praise": "๐Ÿ‘", + "applause": "๐Ÿ‘", + "congrats": "๐Ÿ‘", + "yay": "๐Ÿ‘", + "wave": "๐Ÿ‘‹", + "goodbye": "๐Ÿ‘‹", + "solong": "๐Ÿ‘‹", + "farewell": "๐Ÿ‘‹", + "hello": "๐Ÿ‘‹", + "hi": "๐Ÿ‘‹", + "palm": "๐Ÿ‘‹", + "call_me_hand": "๐Ÿค™", + "+1": "๐Ÿ‘", + "thumbsup": "๐Ÿ‘", + "yes": "๐Ÿ‘", + "awesome": "๐Ÿ‘", + "good": "๐Ÿ‘", + "agree": "๐Ÿ‘", + "accept": "๐Ÿ‘", + "hand": "๐Ÿ‘", + "-1": "๐Ÿ‘Ž", + "thumbsdown": "๐Ÿ‘Ž", + "dislike": "๐Ÿ‘Ž", + "facepunch": "๐Ÿ‘Š", + "violence": "๐Ÿ‘Š", + "fist": "๐Ÿ‘Š", + "hit": "๐Ÿ‘Š", + "attack": "๐Ÿ‘Š", + "fingers": "โœŠ", + "grasp": "โœŠ", + "fist_left": "๐Ÿค›", + "fistbump": "๐Ÿค›", + "fist_right": "๐Ÿคœ", + "v": "โœŒ", + "ohyeah": "โœŒ", + "peace": "โœŒ", + "victory": "โœŒ", + "two": "โœŒ", + "ok_hand": "๐Ÿ‘Œ", + "limbs": "๐Ÿ‘Œ", + "perfect": "๐Ÿ‘Œ", + "ok": "๐Ÿ‘Œ", + "okay": "๐Ÿ‘Œ", + "raised_hand": "โœ‹", + "stop": "โœ‹", + "highfive": "โœ‹", + "ban": "โœ‹", + "raised_back_of_hand": "๐Ÿคš", + "raised": "๐Ÿคš", + "backhand": "๐Ÿคš", + "open_hands": "๐Ÿ‘", + "butterfly": "๐Ÿ‘", + "open": "๐Ÿ‘", + "muscle": "๐Ÿ’ช", + "arm": "๐Ÿ’ช", + "flex": "๐Ÿ’ช", + "strong": "๐Ÿ’ช", + "biceps": "๐Ÿ’ช", + "pray": "๐Ÿ™", + "please": "๐Ÿ™", + "hope": "๐Ÿ™", + "wish": "๐Ÿ™", + "namaste": "๐Ÿ™", + "handshake": "๐Ÿค", + "agreement": "๐Ÿค", + "shake": "๐Ÿค", + "point_up": "โ˜", + "direction": "โ˜", + "up": "โ˜", + "point_up_2": "๐Ÿ‘†", + "point_down": "๐Ÿ‘‡", + "down": "๐Ÿ‘‡", + "point_left": "๐Ÿ‘ˆ", + "left": "๐Ÿ‘ˆ", + "point_right": "๐Ÿ‘‰", + "right": "๐Ÿ‘‰", + "fu": "๐Ÿ–•", + "rude": "๐Ÿ–•", + "middle": "๐Ÿ–•", + "flipping": "๐Ÿ–•", + "raised_hand_with_fingers_splayed": "๐Ÿ–", + "love_you": "๐ŸคŸ", + "metal": "๐Ÿค˜", + "evil_eye": "๐Ÿค˜", + "sign_of_horns": "๐Ÿค˜", + "rock_on": "๐Ÿค˜", + "crossed_fingers": "๐Ÿคž", + "lucky": "๐Ÿคž", + "vulcan_salute": "๐Ÿ––", + "spock": "๐Ÿ––", + "star trek": "๐Ÿ––", + "writing_hand": "โœ", + "lower_left_ballpoint_pen": "โœ", + "stationery": "โœ", + "write": "โœ", + "compose": "โœ", + "selfie": "๐Ÿคณ", + "camera": "๐Ÿคณ", + "phone": "๐Ÿคณ", + "nail_care": "๐Ÿ’…", + "beauty": "๐Ÿ’…", + "manicure": "๐Ÿ’…", + "finger": "๐Ÿ’…", + "fashion": "๐Ÿ’…", + "nail": "๐Ÿ’…", + "lips": "๐Ÿ‘„", + "mouth": "๐Ÿ‘„", + "ear": "๐Ÿ‘‚", + "hear": "๐Ÿ‘‚", + "sound": "๐Ÿ‘‚", + "listen": "๐Ÿ‘‚", + "nose": "๐Ÿ‘ƒ", + "smell": "๐Ÿ‘ƒ", + "sniff": "๐Ÿ‘ƒ", + "look": "๐Ÿ‘", + "see": "๐Ÿ‘", + "watch": "๐Ÿ‘", + "stare": "๐Ÿ‘", + "stalk": "๐Ÿ‘€", + "peek": "๐Ÿ‘€", + "brain": "๐Ÿง ", + "smart": "๐Ÿง ", + "intelligent": "๐Ÿง ", + "bust_in_silhouette": "๐Ÿ‘ค", + "user": "๐Ÿ‘ค", + "person": "๐Ÿ‘ค", + "human": "๐Ÿ‘ค", + "busts_in_silhouette": "๐Ÿ‘ฅ", + "group": "๐Ÿ‘ฅ", + "team": "๐Ÿ‘ฅ", + "speaking_head": "๐Ÿ—ฃ", + "sing": "๐Ÿ—ฃ", + "say": "๐Ÿ—ฃ", + "talk": "๐Ÿ—ฃ", + "baby": "๐Ÿ‘ถ", + "child": "๐Ÿ‘ถ", + "boy": "๐Ÿ‘ถ", + "girl": "๐Ÿ‘ถ", + "toddler": "๐Ÿ‘ถ", + "gender-neutral": "๐Ÿง’", + "young": "๐Ÿง’", + "man": "๐Ÿ‘ฆ", + "male": "๐Ÿ‘ฆ", + "guy": "๐Ÿ‘ฆ", + "teenager": "๐Ÿ‘ฆ", + "female": "๐Ÿ‘ง", + "woman": "๐Ÿ‘ง", + "adult": "๐Ÿง‘", + "mustache": "๐Ÿ‘จ", + "father": "๐Ÿ‘จ", + "dad": "๐Ÿ‘จ", + "classy": "๐Ÿ‘จ", + "sir": "๐Ÿ‘จ", + "moustache": "๐Ÿ‘จ", + "girls": "๐Ÿ‘ฉ", + "lady": "๐Ÿ‘ฉ", + "blonde_woman": "๐Ÿ‘ฑโ€โ™€๏ธ", + "blonde": "๐Ÿ‘ฑโ€โ™€๏ธ", + "blonde_man": "๐Ÿ‘ฑ", + "bearded_person": "๐Ÿง”", + "bewhiskered": "๐Ÿง”", + "older_adult": "๐Ÿง“", + "elder": "๐Ÿง“", + "senior": "๐Ÿง“", + "older_man": "๐Ÿ‘ด", + "men": "๐Ÿ‘ด", + "old": "๐Ÿ‘ด", + "older_woman": "๐Ÿ‘ต", + "women": "๐Ÿ‘ต", + "man_with_gua_pi_mao": "๐Ÿ‘ฒ", + "chinese": "๐Ÿ‘ฒ", + "woman_with_headscarf": "๐Ÿง•", + "hijab": "๐Ÿง•", + "mantilla": "๐Ÿง•", + "tichel": "๐Ÿง•", + "woman_with_turban": "๐Ÿ‘ณโ€โ™€๏ธ", + "indian": "๐Ÿ‘ณโ€โ™€๏ธ", + "hinduism": "๐Ÿ‘ณโ€โ™€๏ธ", + "arabs": "๐Ÿ‘ณโ€โ™€๏ธ", + "man_with_turban": "๐Ÿ‘ณ", + "policewoman": "๐Ÿ‘ฎโ€โ™€๏ธ", + "police": "๐Ÿ‘ฎโ€โ™€๏ธ", + "law": "๐Ÿ‘ฎโ€โ™€๏ธ", + "legal": "๐Ÿ‘ฎโ€โ™€๏ธ", + "enforcement": "๐Ÿ‘ฎโ€โ™€๏ธ", + "arrest": "๐Ÿ‘ฎโ€โ™€๏ธ", + "911": "๐Ÿ‘ฎโ€โ™€๏ธ", + "policeman": "๐Ÿ‘ฎ", + "construction_worker_woman": "๐Ÿ‘ทโ€โ™€๏ธ", + "wip": "๐Ÿ‘ทโ€โ™€๏ธ", + "build": "๐Ÿ‘ทโ€โ™€๏ธ", + "construction": "๐Ÿ‘ทโ€โ™€๏ธ", + "worker": "๐Ÿ‘ทโ€โ™€๏ธ", + "labor": "๐Ÿ‘ทโ€โ™€๏ธ", + "construction_worker_man": "๐Ÿ‘ท", + "guardswoman": "๐Ÿ’‚โ€โ™€๏ธ", + "uk": "๐Ÿ’‚โ€โ™€๏ธ", + "gb": "๐Ÿ’‚โ€โ™€๏ธ", + "british": "๐Ÿ’‚โ€โ™€๏ธ", + "royal": "๐Ÿ’‚โ€โ™€๏ธ", + "guardsman": "๐Ÿ’‚", + "female_detective": "๐Ÿ•ต๏ธโ€โ™€๏ธ", + "spy": "๐Ÿ•ต๏ธโ€โ™€๏ธ", + "detective": "๐Ÿ•ต๏ธโ€โ™€๏ธ", + "male_detective": "๐Ÿ•ต", + "woman_health_worker": "๐Ÿ‘ฉโ€โš•๏ธ", + "doctor": "๐Ÿ‘ฉโ€โš•๏ธ", + "nurse": "๐Ÿ‘ฉโ€โš•๏ธ", + "therapist": "๐Ÿ‘ฉโ€โš•๏ธ", + "healthcare": "๐Ÿ‘ฉโ€โš•๏ธ", + "man_health_worker": "๐Ÿ‘จโ€โš•๏ธ", + "woman_farmer": "๐Ÿ‘ฉโ€๐ŸŒพ", + "rancher": "๐Ÿ‘ฉโ€๐ŸŒพ", + "gardener": "๐Ÿ‘ฉโ€๐ŸŒพ", + "man_farmer": "๐Ÿ‘จโ€๐ŸŒพ", + "woman_cook": "๐Ÿ‘ฉโ€๐Ÿณ", + "chef": "๐Ÿ‘ฉโ€๐Ÿณ", + "man_cook": "๐Ÿ‘จโ€๐Ÿณ", + "woman_student": "๐Ÿ‘ฉโ€๐ŸŽ“", + "graduate": "๐Ÿ‘ฉโ€๐ŸŽ“", + "man_student": "๐Ÿ‘จโ€๐ŸŽ“", + "woman_singer": "๐Ÿ‘ฉโ€๐ŸŽค", + "rockstar": "๐Ÿ‘ฉโ€๐ŸŽค", + "entertainer": "๐Ÿ‘ฉโ€๐ŸŽค", + "man_singer": "๐Ÿ‘จโ€๐ŸŽค", + "woman_teacher": "๐Ÿ‘ฉโ€๐Ÿซ", + "instructor": "๐Ÿ‘ฉโ€๐Ÿซ", + "professor": "๐Ÿ‘ฉโ€๐Ÿซ", + "man_teacher": "๐Ÿ‘จโ€๐Ÿซ", + "woman_factory_worker": "๐Ÿ‘ฉโ€๐Ÿญ", + "assembly": "๐Ÿ‘ฉโ€๐Ÿญ", + "industrial": "๐Ÿ‘ฉโ€๐Ÿญ", + "man_factory_worker": "๐Ÿ‘จโ€๐Ÿญ", + "woman_technologist": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "coder": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "developer": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "engineer": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "programmer": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "software": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "laptop": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "man_technologist": "๐Ÿ‘จโ€๐Ÿ’ป", + "woman_office_worker": "๐Ÿ‘ฉโ€๐Ÿ’ผ", + "business": "๐Ÿ‘ฉโ€๐Ÿ’ผ", + "manager": "๐Ÿ‘ฉโ€๐Ÿ’ผ", + "man_office_worker": "๐Ÿ‘จโ€๐Ÿ’ผ", + "woman_mechanic": "๐Ÿ‘ฉโ€๐Ÿ”ง", + "plumber": "๐Ÿ‘ฉโ€๐Ÿ”ง", + "wrench": "๐Ÿ‘ฉโ€๐Ÿ”ง", + "man_mechanic": "๐Ÿ‘จโ€๐Ÿ”ง", + "woman_scientist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", + "biologist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", + "chemist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", + "physicist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", + "man_scientist": "๐Ÿ‘จโ€๐Ÿ”ฌ", + "woman_artist": "๐Ÿ‘ฉโ€๐ŸŽจ", + "painter": "๐Ÿ‘ฉโ€๐ŸŽจ", + "man_artist": "๐Ÿ‘จโ€๐ŸŽจ", + "woman_firefighter": "๐Ÿ‘ฉโ€๐Ÿš’", + "fireman": "๐Ÿ‘ฉโ€๐Ÿš’", + "man_firefighter": "๐Ÿ‘จโ€๐Ÿš’", + "woman_pilot": "๐Ÿ‘ฉโ€โœˆ๏ธ", + "aviator": "๐Ÿ‘ฉโ€โœˆ๏ธ", + "plane": "๐Ÿ‘ฉโ€โœˆ๏ธ", + "man_pilot": "๐Ÿ‘จโ€โœˆ๏ธ", + "woman_astronaut": "๐Ÿ‘ฉโ€๐Ÿš€", + "space": "๐Ÿ‘ฉโ€๐Ÿš€", + "rocket": "๐Ÿ‘ฉโ€๐Ÿš€", + "man_astronaut": "๐Ÿ‘จโ€๐Ÿš€", + "woman_judge": "๐Ÿ‘ฉโ€โš–๏ธ", + "justice": "๐Ÿ‘ฉโ€โš–๏ธ", + "court": "๐Ÿ‘ฉโ€โš–๏ธ", + "man_judge": "๐Ÿ‘จโ€โš–๏ธ", + "mrs_claus": "๐Ÿคถ", + "xmas": "๐Ÿคถ", + "mother christmas": "๐Ÿคถ", + "santa": "๐ŸŽ…", + "festival": "๐ŸŽ…", + "father christmas": "๐ŸŽ…", + "sorceress": "๐Ÿง™โ€โ™€๏ธ", + "mage": "๐Ÿง™โ€โ™€๏ธ", + "witch": "๐Ÿง™โ€โ™€๏ธ", + "wizard": "๐Ÿง™โ€โ™‚๏ธ", + "sorcerer": "๐Ÿง™โ€โ™‚๏ธ", + "woman_elf": "๐Ÿงโ€โ™€๏ธ", + "man_elf": "๐Ÿงโ€โ™‚๏ธ", + "woman_vampire": "๐Ÿง›โ€โ™€๏ธ", + "man_vampire": "๐Ÿง›โ€โ™‚๏ธ", + "dracula": "๐Ÿง›โ€โ™‚๏ธ", + "woman_zombie": "๐ŸงŸโ€โ™€๏ธ", + "undead": "๐ŸงŸโ€โ™€๏ธ", + "walking dead": "๐ŸงŸโ€โ™€๏ธ", + "man_zombie": "๐ŸงŸโ€โ™‚๏ธ", + "woman_genie": "๐Ÿงžโ€โ™€๏ธ", + "man_genie": "๐Ÿงžโ€โ™‚๏ธ", + "mermaid": "๐Ÿงœโ€โ™€๏ธ", + "merwoman": "๐Ÿงœโ€โ™€๏ธ", + "ariel": "๐Ÿงœโ€โ™€๏ธ", + "merman": "๐Ÿงœโ€โ™‚๏ธ", + "triton": "๐Ÿงœโ€โ™‚๏ธ", + "woman_fairy": "๐Ÿงšโ€โ™€๏ธ", + "man_fairy": "๐Ÿงšโ€โ™‚๏ธ", + "wings": "๐Ÿ‘ผ", + "pregnant_woman": "๐Ÿคฐ", + "breastfeeding": "๐Ÿคฑ", + "nursing": "๐Ÿคฑ", + "princess": "๐Ÿ‘ธ", + "blond": "๐Ÿ‘ธ", + "crown": "๐Ÿ‘ธ", + "queen": "๐Ÿ‘ธ", + "prince": "๐Ÿคด", + "king": "๐Ÿคด", + "bride_with_veil": "๐Ÿ‘ฐ", + "couple": "๐Ÿ‘ฐ", + "marriage": "๐Ÿ‘ฐ", + "wedding": "๐Ÿ‘ฐ", + "bride": "๐Ÿ‘ฐ", + "man_in_tuxedo": "๐Ÿคต", + "groom": "๐Ÿคต", + "running_woman": "๐Ÿƒโ€โ™€๏ธ", + "walking": "๐Ÿƒโ€โ™€๏ธ", + "race": "๐Ÿƒโ€โ™€๏ธ", + "running": "๐Ÿƒโ€โ™€๏ธ", + "running_man": "๐Ÿƒ", + "walking_woman": "๐Ÿšถโ€โ™€๏ธ", + "feet": "๐Ÿšถโ€โ™€๏ธ", + "steps": "๐Ÿšถโ€โ™€๏ธ", + "walking_man": "๐Ÿšถ", + "dancer": "๐Ÿ’ƒ", + "fun": "๐Ÿ’ƒ", + "man_dancing": "๐Ÿ•บ", + "dancing_women": "๐Ÿ‘ฏ", + "bunny": "๐Ÿ‘ฏ", + "dancing_men": "๐Ÿ‘ฏโ€โ™‚๏ธ", + "boys": "๐Ÿ‘ฏโ€โ™‚๏ธ", + "pair": "๐Ÿ‘ซ", + "people": "๐Ÿ‘ซ", + "date": "๐Ÿ‘ซ", + "dating": "๐Ÿ‘ซ", + "two_men_holding_hands": "๐Ÿ‘ฌ", + "bromance": "๐Ÿ‘ฌ", + "friendship": "๐Ÿ‘ฌ", + "two_women_holding_hands": "๐Ÿ‘ญ", + "bowing_woman": "๐Ÿ™‡โ€โ™€๏ธ", + "bowing_man": "๐Ÿ™‡", + "man_facepalming": "๐Ÿคฆ", + "woman_facepalming": "๐Ÿคฆโ€โ™€๏ธ", + "woman_shrugging": "๐Ÿคท", + "doubt": "๐Ÿคท", + "man_shrugging": "๐Ÿคทโ€โ™‚๏ธ", + "tipping_hand_woman": "๐Ÿ’", + "information": "๐Ÿ’", + "tipping_hand_man": "๐Ÿ’โ€โ™‚๏ธ", + "no_good_woman": "๐Ÿ™…", + "nope": "๐Ÿ™…", + "no_good_man": "๐Ÿ™…โ€โ™‚๏ธ", + "ok_woman": "๐Ÿ™†", + "pink": "๐Ÿ™†", + "ok_man": "๐Ÿ™†โ€โ™‚๏ธ", + "blue": "๐Ÿ™†โ€โ™‚๏ธ", + "raising_hand_woman": "๐Ÿ™‹", + "raising_hand_man": "๐Ÿ™‹โ€โ™‚๏ธ", + "pouting_woman": "๐Ÿ™Ž", + "pouting_man": "๐Ÿ™Žโ€โ™‚๏ธ", + "frowning_woman": "๐Ÿ™", + "discouraged": "๐Ÿ™", + "unhappy": "๐Ÿ™", + "frowning_man": "๐Ÿ™โ€โ™‚๏ธ", + "haircut_woman": "๐Ÿ’‡", + "haircut_man": "๐Ÿ’‡โ€โ™‚๏ธ", + "massage_woman": "๐Ÿ’†", + "head": "๐Ÿ’†", + "massage_man": "๐Ÿ’†โ€โ™‚๏ธ", + "woman_in_steamy_room": "๐Ÿง–โ€โ™€๏ธ", + "spa": "๐Ÿง–โ€โ™€๏ธ", + "steamroom": "๐Ÿง–โ€โ™€๏ธ", + "sauna": "๐Ÿง–โ€โ™€๏ธ", + "man_in_steamy_room": "๐Ÿง–โ€โ™‚๏ธ", + "couple_with_heart_woman_man": "๐Ÿ’‘", + "couple_with_heart_woman_woman": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", + "couple_with_heart_man_man": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", + "couplekiss_man_woman": "๐Ÿ’", + "couplekiss_woman_woman": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", + "couplekiss_man_man": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "family_man_woman_boy": "๐Ÿ‘ช", + "home": "๐Ÿ‘ช", + "parents": "๐Ÿ‘ช", + "mom": "๐Ÿ‘ช", + "mother": "๐Ÿ‘ช", + "family_man_woman_girl": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_man_woman_girl_boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "children": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_man_woman_boy_boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_man_woman_girl_girl": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_woman_woman_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_woman_woman_girl": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_woman_woman_girl_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_woman_woman_boy_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_woman_woman_girl_girl": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_man_man_boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ", + "family_man_man_girl": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง", + "family_man_man_girl_boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_man_man_boy_boy": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_man_man_girl_girl": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_woman_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "parent": "๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_woman_girl": "๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_woman_girl_boy": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_woman_boy_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_woman_girl_girl": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_man_boy": "๐Ÿ‘จโ€๐Ÿ‘ฆ", + "family_man_girl": "๐Ÿ‘จโ€๐Ÿ‘ง", + "family_man_girl_boy": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_man_boy_boy": "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_man_girl_girl": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "coat": "๐Ÿงฅ", + "jacket": "๐Ÿงฅ", + "womans_clothes": "๐Ÿ‘š", + "shopping_bags": "๐Ÿ‘š", + "tshirt": "๐Ÿ‘•", + "cloth": "๐Ÿ‘•", + "casual": "๐Ÿ‘•", + "shirt": "๐Ÿ‘•", + "tee": "๐Ÿ‘•", + "jeans": "๐Ÿ‘–", + "shopping": "๐Ÿ‘–", + "necktie": "๐Ÿ‘”", + "suitup": "๐Ÿ‘”", + "formal": "๐Ÿ‘”", + "dress": "๐Ÿ‘—", + "clothes": "๐Ÿ‘—", + "bikini": "๐Ÿ‘™", + "swimming": "๐Ÿ‘™", + "kimono": "๐Ÿ‘˜", + "lipstick": "๐Ÿ’„", + "footprints": "๐Ÿ‘ฃ", + "tracking": "๐Ÿ‘ฃ", + "high_heel": "๐Ÿ‘ ", + "shoes": "๐Ÿ‘ ", + "pumps": "๐Ÿ‘ ", + "stiletto": "๐Ÿ‘ ", + "sandal": "๐Ÿ‘ก", + "flip flops": "๐Ÿ‘ก", + "boot": "๐Ÿ‘ข", + "mans_shoe": "๐Ÿ‘ž", + "athletic_shoe": "๐Ÿ‘Ÿ", + "sports": "๐Ÿ‘Ÿ", + "sneakers": "๐Ÿ‘Ÿ", + "socks": "๐Ÿงฆ", + "stockings": "๐Ÿงฆ", + "gloves": "๐Ÿงค", + "winter": "๐Ÿงค", + "scarf": "๐Ÿงฃ", + "neck": "๐Ÿงฃ", + "womans_hat": "๐Ÿ‘’", + "accessories": "๐Ÿ‘’", + "spring": "๐Ÿ‘’", + "tophat": "๐ŸŽฉ", + "magic": "๐ŸŽฉ", + "gentleman": "๐ŸŽฉ", + "circus": "๐ŸŽฉ", + "billed_hat": "๐Ÿงข", + "cap": "๐Ÿงข", + "baseball": "๐Ÿงข", + "rescue_worker_helmet": "โ›‘", + "mortar_board": "๐ŸŽ“", + "school": "๐ŸŽ“", + "college": "๐ŸŽ“", + "degree": "๐ŸŽ“", + "university": "๐ŸŽ“", + "graduation": "๐ŸŽ“", + "learn": "๐ŸŽ“", + "education": "๐ŸŽ“", + "kod": "๐Ÿ‘‘", + "leader": "๐Ÿ‘‘", + "royalty": "๐Ÿ‘‘", + "lord": "๐Ÿ‘‘", + "school_satchel": "๐ŸŽ’", + "student": "๐ŸŽ’", + "bag": "๐ŸŽ’", + "backpack": "๐ŸŽ’", + "pouch": "๐Ÿ‘", + "purse": "๐Ÿ‘›", + "sales": "๐Ÿ‘›", + "handbag": "๐Ÿ‘œ", + "accessory": "๐Ÿ‘œ", + "briefcase": "๐Ÿ’ผ", + "documents": "๐Ÿ’ผ", + "work": "๐Ÿ’ผ", + "job": "๐Ÿ’ผ", + "career": "๐Ÿ’ผ", + "eyeglasses": "๐Ÿ‘“", + "eyesight": "๐Ÿ‘“", + "dark_sunglasses": "๐Ÿ•ถ", + "ring": "๐Ÿ’", + "propose": "๐Ÿ’", + "diamond": "๐Ÿ’", + "jewelry": "๐Ÿ’", + "gem": "๐Ÿ’", + "engagement": "๐Ÿ’", + "closed_umbrella": "๐ŸŒ‚", + "weather": "๐ŸŒ‚", + "rain": "๐ŸŒ‚", + "drizzle": "๐ŸŒ‚", + "dog": "๐Ÿถ", + "friend": "๐Ÿถ", + "nature": "๐Ÿถ", + "woof": "๐Ÿถ", + "puppy": "๐Ÿถ", + "pet": "๐Ÿถ", + "faithful": "๐Ÿถ", + "cat": "๐Ÿฑ", + "meow": "๐Ÿฑ", + "kitten": "๐Ÿฑ", + "mouse": "๐Ÿญ", + "cheese_wedge": "๐Ÿญ", + "rodent": "๐Ÿญ", + "hamster": "๐Ÿน", + "rabbit": "๐Ÿฐ", + "fox_face": "๐ŸฆŠ", + "bear": "๐Ÿป", + "wild": "๐Ÿป", + "panda_face": "๐Ÿผ", + "panda": "๐Ÿผ", + "koala": "๐Ÿจ", + "tiger": "๐Ÿฏ", + "danger": "๐Ÿฏ", + "roar": "๐Ÿฏ", + "lion": "๐Ÿฆ", + "cow": "๐Ÿฎ", + "beef": "๐Ÿฎ", + "ox": "๐Ÿฎ", + "moo": "๐Ÿฎ", + "milk": "๐Ÿฎ", + "pig": "๐Ÿท", + "oink": "๐Ÿท", + "pig_nose": "๐Ÿฝ", + "frog": "๐Ÿธ", + "croak": "๐Ÿธ", + "toad": "๐Ÿธ", + "squid": "๐Ÿฆ‘", + "ocean": "๐Ÿฆ‘", + "sea": "๐Ÿฆ‘", + "octopus": "๐Ÿ™", + "creature": "๐Ÿ™", + "shrimp": "๐Ÿฆ", + "seafood": "๐Ÿฆ", + "monkey_face": "๐Ÿต", + "gorilla": "๐Ÿฆ", + "see_no_evil": "๐Ÿ™ˆ", + "monkey": "๐Ÿ™ˆ", + "hear_no_evil": "๐Ÿ™‰", + "speak_no_evil": "๐Ÿ™Š", + "banana": "๐Ÿ’", + "chicken": "๐Ÿ”", + "cluck": "๐Ÿ”", + "bird": "๐Ÿ”", + "penguin": "๐Ÿง", + "fly": "๐Ÿฆ", + "tweet": "๐Ÿฆ", + "baby_chick": "๐Ÿค", + "hatching_chick": "๐Ÿฃ", + "egg": "๐Ÿฃ", + "born": "๐Ÿฃ", + "hatched_chick": "๐Ÿฅ", + "duck": "๐Ÿฆ†", + "mallard": "๐Ÿฆ†", + "eagle": "๐Ÿฆ…", + "owl": "๐Ÿฆ‰", + "hoot": "๐Ÿฆ‰", + "bat": "๐Ÿฆ‡", + "blind": "๐Ÿฆ‡", + "vampire": "๐Ÿฆ‡", + "wolf": "๐Ÿบ", + "boar": "๐Ÿ—", + "horse": "๐Ÿด", + "brown": "๐Ÿด", + "unicorn": "๐Ÿฆ„", + "mystical": "๐Ÿฆ„", + "honeybee": "๐Ÿ", + "insect": "๐Ÿ", + "bug": "๐Ÿ", + "honey": "๐Ÿ", + "worm": "๐Ÿ›", + "caterpillar": "๐Ÿฆ‹", + "snail": "๐ŸŒ", + "slow": "๐ŸŒ", + "shell": "๐ŸŒ", + "beetle": "๐Ÿž", + "ladybug": "๐Ÿž", + "ant": "๐Ÿœ", + "grasshopper": "๐Ÿฆ—", + "cricket": "๐Ÿฆ—", + "chirp": "๐Ÿฆ—", + "spider": "๐Ÿ•ท", + "arachnid": "๐Ÿ•ท", + "scorpion": "๐Ÿฆ‚", + "crab": "๐Ÿฆ€", + "crustacean": "๐Ÿฆ€", + "snake": "๐Ÿ", + "hiss": "๐Ÿ", + "python": "๐Ÿ", + "lizard": "๐ŸฆŽ", + "reptile": "๐ŸฆŽ", + "t-rex": "๐Ÿฆ–", + "dinosaur": "๐Ÿฆ–", + "tyrannosaurus": "๐Ÿฆ–", + "extinct": "๐Ÿฆ–", + "sauropod": "๐Ÿฆ•", + "brachiosaurus": "๐Ÿฆ•", + "brontosaurus": "๐Ÿฆ•", + "diplodocus": "๐Ÿฆ•", + "turtle": "๐Ÿข", + "tortoise": "๐Ÿข", + "tropical_fish": "๐Ÿ ", + "swim": "๐Ÿ ", + "nemo": "๐Ÿ ", + "fish": "๐ŸŸ", + "food": "๐ŸŸ", + "blowfish": "๐Ÿก", + "dolphin": "๐Ÿฌ", + "flipper": "๐Ÿฌ", + "fins": "๐Ÿฌ", + "shark": "๐Ÿฆˆ", + "jaws": "๐Ÿฆˆ", + "whale": "๐Ÿณ", + "whale2": "๐Ÿ‹", + "crocodile": "๐ŸŠ", + "alligator": "๐ŸŠ", + "leopard": "๐Ÿ†", + "zebra": "๐Ÿฆ“", + "stripes": "๐Ÿฆ“", + "safari": "๐Ÿฆ“", + "tiger2": "๐Ÿ…", + "water_buffalo": "๐Ÿƒ", + "cow2": "๐Ÿ„", + "deer": "๐ŸฆŒ", + "venison": "๐ŸฆŒ", + "dromedary_camel": "๐Ÿช", + "desert": "๐Ÿช", + "hump": "๐Ÿช", + "camel": "๐Ÿซ", + "giraffe": "๐Ÿฆ’", + "spots": "๐Ÿฆ’", + "elephant": "๐Ÿ˜", + "th": "๐Ÿ˜", + "rhinoceros": "๐Ÿฆ", + "horn": "๐Ÿฆ", + "goat": "๐Ÿ", + "ram": "๐Ÿ", + "sheep": "๐Ÿ", + "wool": "๐Ÿ‘", + "shipit": "๐Ÿ‘", + "racehorse": "๐ŸŽ", + "gamble": "๐ŸŽ", + "luck": "๐ŸŽ", + "pig2": "๐Ÿ–", + "rat": "๐Ÿ€", + "mouse2": "๐Ÿ", + "rooster": "๐Ÿ“", + "turkey": "๐Ÿฆƒ", + "dove": "๐Ÿ•Š", + "dog2": "๐Ÿ•", + "doge": "๐Ÿ•", + "poodle": "๐Ÿฉ", + "101": "๐Ÿฉ", + "cat2": "๐Ÿˆ", + "rabbit2": "๐Ÿ‡", + "chipmunk": "๐Ÿฟ", + "squirrel": "๐Ÿฟ", + "hedgehog": "๐Ÿฆ”", + "spiny": "๐Ÿฆ”", + "paw_prints": "๐Ÿพ", + "dragon": "๐Ÿ‰", + "myth": "๐Ÿ‰", + "dragon_face": "๐Ÿฒ", + "cactus": "๐ŸŒต", + "vegetable": "๐ŸŒต", + "plant": "๐ŸŒต", + "christmas_tree": "๐ŸŽ„", + "vacation": "๐ŸŽ„", + "december": "๐ŸŽ„", + "evergreen_tree": "๐ŸŒฒ", + "deciduous_tree": "๐ŸŒณ", + "palm_tree": "๐ŸŒด", + "mojito": "๐ŸŒด", + "tropical": "๐ŸŒด", + "seedling": "๐ŸŒฑ", + "grass": "๐ŸŒฑ", + "lawn": "๐ŸŒฑ", + "herb": "๐ŸŒฟ", + "medicine": "๐ŸŒฟ", + "weed": "๐ŸŒฟ", + "shamrock": "โ˜˜", + "irish": "โ˜˜", + "clover": "โ˜˜", + "four_leaf_clover": "๐Ÿ€", + "bamboo": "๐ŸŽ", + "pine_decoration": "๐ŸŽ", + "tanabata_tree": "๐ŸŽ‹", + "branch": "๐ŸŽ‹", + "leaves": "๐Ÿƒ", + "tree": "๐Ÿƒ", + "fallen_leaf": "๐Ÿ‚", + "maple_leaf": "๐Ÿ", + "ca": "๐Ÿ", + "fall": "๐Ÿ", + "ear_of_rice": "๐ŸŒพ", + "hibiscus": "๐ŸŒบ", + "flowers": "๐ŸŒบ", + "sunflower": "๐ŸŒป", + "rose": "๐ŸŒน", + "wilted_flower": "๐Ÿฅ€", + "flower": "๐Ÿฅ€", + "tulip": "๐ŸŒท", + "blossom": "๐ŸŒผ", + "yellow": "๐ŸŒผ", + "cherry_blossom": "๐ŸŒธ", + "bouquet": "๐Ÿ’", + "mushroom": "๐Ÿ„", + "chestnut": "๐ŸŒฐ", + "jack_o_lantern": "๐ŸŽƒ", + "light": "๐ŸŽƒ", + "pumpkin": "๐ŸŽƒ", + "spider_web": "๐Ÿ•ธ", + "silk": "๐Ÿ•ธ", + "earth_americas": "๐ŸŒŽ", + "globe": "๐ŸŒŽ", + "world": "๐ŸŒŽ", + "USA": "๐ŸŒŽ", + "international": "๐ŸŒŽ", + "earth_africa": "๐ŸŒ", + "earth_asia": "๐ŸŒ", + "east": "๐ŸŒ", + "full_moon": "๐ŸŒ•", + "twilight": "๐ŸŒ•", + "planet": "๐ŸŒ•", + "evening": "๐ŸŒ•", + "sleep": "๐ŸŒ•", + "waning_gibbous_moon": "๐ŸŒ–", + "waxing_gibbous_moon": "๐ŸŒ–", + "last_quarter_moon": "๐ŸŒ—", + "waning_crescent_moon": "๐ŸŒ˜", + "new_moon": "๐ŸŒ‘", + "waxing_crescent_moon": "๐ŸŒ’", + "first_quarter_moon": "๐ŸŒ“", + "sky": "๐ŸŒ”", + "gray": "๐ŸŒ”", + "new_moon_with_face": "๐ŸŒš", + "full_moon_with_face": "๐ŸŒ", + "first_quarter_moon_with_face": "๐ŸŒ›", + "last_quarter_moon_with_face": "๐ŸŒœ", + "sun_with_face": "๐ŸŒž", + "morning": "๐ŸŒž", + "crescent_moon": "๐ŸŒ™", + "star": "โญ", + "star2": "๐ŸŒŸ", + "sparkle": "๐ŸŒŸ", + "shoot": "๐Ÿ’ซ", + "sparkles": "โœจ", + "stars": "โœจ", + "shine": "โœจ", + "shiny": "โœจ", + "comet": "โ˜„", + "sunny": "โ˜€๏ธ", + "brightness": "โ˜€๏ธ", + "sun_behind_small_cloud": "๐ŸŒค", + "partly_sunny": "โ›…", + "cloudy": "โ›…", + "sun_behind_large_cloud": "๐ŸŒฅ", + "sun_behind_rain_cloud": "๐ŸŒฆ", + "cloud": "โ˜๏ธ", + "cloud_with_rain": "๐ŸŒง", + "cloud_with_lightning_and_rain": "โ›ˆ", + "lightning": "โ›ˆ", + "cloud_with_lightning": "๐ŸŒฉ", + "thunder": "๐ŸŒฉ", + "zap": "โšก", + "lightning bolt": "โšก", + "fast": "โšก", + "fire": "๐Ÿ”ฅ", + "cook": "๐Ÿ”ฅ", + "flame": "๐Ÿ”ฅ", + "boom": "๐Ÿ’ฅ", + "bomb": "๐Ÿ’ฅ", + "explode": "๐Ÿ’ฅ", + "explosion": "๐Ÿ’ฅ", + "collision": "๐Ÿ’ฅ", + "snowflake": "โ„๏ธ", + "season": "โ„๏ธ", + "christmas": "โ„๏ธ", + "cloud_with_snow": "๐ŸŒจ", + "snowman": "โ›„", + "frozen": "โ›„", + "without_snow": "โ›„", + "snowman_with_snow": "โ˜ƒ", + "wind_face": "๐ŸŒฌ", + "gust": "๐ŸŒฌ", + "air": "๐ŸŒฌ", + "dash": "๐Ÿ’จ", + "wind": "๐Ÿ’จ", + "shoo": "๐Ÿ’จ", + "fart": "๐Ÿ’จ", + "smoke": "๐Ÿ’จ", + "puff": "๐Ÿ’จ", + "tornado": "๐ŸŒช", + "cyclone": "๐ŸŒช", + "twister": "๐ŸŒช", + "fog": "๐ŸŒซ", + "open_umbrella": "โ˜‚", + "umbrella": "โ˜”", + "rainy": "โ˜”", + "droplet": "๐Ÿ’ง", + "water": "๐Ÿ’ง", + "drip": "๐Ÿ’ง", + "faucet": "๐Ÿ’ง", + "sweat_drops": "๐Ÿ’ฆ", + "tsunami": "๐ŸŒŠ", + "disaster": "๐ŸŒŠ", + "green_apple": "๐Ÿ", + "fruit": "๐Ÿ", + "apple": "๐ŸŽ", + "mac": "๐ŸŽ", + "pear": "๐Ÿ", + "tangerine": "๐ŸŠ", + "orange": "๐ŸŠ", + "lemon": "๐Ÿ‹", + "watermelon": "๐Ÿ‰", + "picnic": "๐Ÿ‰", + "grapes": "๐Ÿ‡", + "wine": "๐Ÿ‡", + "strawberry": "๐Ÿ“", + "melon": "๐Ÿˆ", + "cherries": "๐Ÿ’", + "peach": "๐Ÿ‘", + "pineapple": "๐Ÿ", + "coconut": "๐Ÿฅฅ", + "kiwi_fruit": "๐Ÿฅ", + "avocado": "๐Ÿฅ‘", + "broccoli": "๐Ÿฅฆ", + "tomato": "๐Ÿ…", + "eggplant": "๐Ÿ†", + "aubergine": "๐Ÿ†", + "cucumber": "๐Ÿฅ’", + "pickle": "๐Ÿฅ’", + "carrot": "๐Ÿฅ•", + "hot_pepper": "๐ŸŒถ", + "spicy": "๐ŸŒถ", + "chilli": "๐ŸŒถ", + "chili": "๐ŸŒถ", + "potato": "๐Ÿฅ”", + "tuber": "๐Ÿฅ”", + "vegatable": "๐Ÿฅ”", + "starch": "๐Ÿฅ”", + "corn": "๐ŸŒฝ", + "sweet_potato": "๐Ÿ ", + "peanuts": "๐Ÿฅœ", + "nut": "๐Ÿฅœ", + "honey_pot": "๐Ÿฏ", + "bees": "๐Ÿฏ", + "sweet": "๐Ÿฏ", + "kitchen": "๐Ÿฏ", + "croissant": "๐Ÿฅ", + "bread": "๐Ÿฅ", + "french": "๐Ÿฅ", + "wheat": "๐Ÿž", + "breakfast": "๐Ÿž", + "toast": "๐Ÿž", + "baguette_bread": "๐Ÿฅ–", + "pretzel": "๐Ÿฅจ", + "twisted": "๐Ÿฅจ", + "cheese": "๐Ÿง€", + "chadder": "๐Ÿง€", + "bacon": "๐Ÿฅ“", + "pork": "๐Ÿฅ“", + "meat": "๐Ÿฅ“", + "steak": "๐Ÿฅฉ", + "cut": "๐Ÿฅฉ", + "chop": "๐Ÿฅฉ", + "lambchop": "๐Ÿฅฉ", + "porkchop": "๐Ÿฅฉ", + "pancakes": "๐Ÿฅž", + "flapjacks": "๐Ÿฅž", + "hotcakes": "๐Ÿฅž", + "poultry_leg": "๐Ÿ—", + "drumstick": "๐Ÿ—", + "meat_on_bone": "๐Ÿ–", + "fried_shrimp": "๐Ÿค", + "appetizer": "๐Ÿค", + "fried_egg": "๐Ÿณ", + "hamburger": "๐Ÿ”", + "fast food": "๐Ÿ”", + "cheeseburger": "๐Ÿ”", + "mcdonalds": "๐Ÿ”", + "burger king": "๐Ÿ”", + "fries": "๐ŸŸ", + "chips": "๐ŸŸ", + "snack": "๐ŸŸ", + "stuffed_flatbread": "๐Ÿฅ™", + "flatbread": "๐Ÿฅ™", + "stuffed": "๐Ÿฅ™", + "gyro": "๐Ÿฅ™", + "hotdog": "๐ŸŒญ", + "frankfurter": "๐ŸŒญ", + "pizza": "๐Ÿ•", + "party": "๐Ÿ•", + "sandwich": "๐Ÿฅช", + "lunch": "๐Ÿฅช", + "canned_food": "๐Ÿฅซ", + "soup": "๐Ÿฅซ", + "spaghetti": "๐Ÿ", + "italian": "๐Ÿ", + "noodle": "๐Ÿ", + "taco": "๐ŸŒฎ", + "mexican": "๐ŸŒฎ", + "burrito": "๐ŸŒฏ", + "green_salad": "๐Ÿฅ—", + "healthy": "๐Ÿฅ—", + "lettuce": "๐Ÿฅ—", + "shallow_pan_of_food": "๐Ÿฅ˜", + "cooking": "๐Ÿฅ˜", + "casserole": "๐Ÿฅ˜", + "paella": "๐Ÿฅ˜", + "ramen": "๐Ÿœ", + "chopsticks": "๐Ÿœ", + "stew": "๐Ÿฒ", + "fish_cake": "๐Ÿฅ", + "japan": "๐Ÿฅ", + "narutomaki": "๐Ÿฅ", + "swirl": "๐Ÿฅ", + "kamaboko": "๐Ÿฅ", + "surimi": "๐Ÿฅ", + "fortune_cookie": "๐Ÿฅ ", + "prophecy": "๐Ÿฅ ", + "sushi": "๐Ÿฃ", + "rice": "๐Ÿฃ", + "bento": "๐Ÿฑ", + "box": "๐Ÿฑ", + "curry": "๐Ÿ›", + "rice_ball": "๐Ÿ™", + "china": "๐Ÿš", + "asian": "๐Ÿš", + "rice_cracker": "๐Ÿ˜", + "oden": "๐Ÿข", + "dango": "๐Ÿก", + "dessert": "๐Ÿก", + "barbecue": "๐Ÿก", + "shaved_ice": "๐Ÿง", + "ice_cream": "๐Ÿจ", + "icecream": "๐Ÿฆ", + "pie": "๐Ÿฅง", + "pastry": "๐Ÿฅง", + "cake": "๐Ÿฐ", + "birthday": "๐ŸŽ‚", + "custard": "๐Ÿฎ", + "candy": "๐Ÿฌ", + "lolly": "๐Ÿฌ", + "lollipop": "๐Ÿญ", + "chocolate_bar": "๐Ÿซ", + "popcorn": "๐Ÿฟ", + "movie theater": "๐Ÿฟ", + "films": "๐Ÿฟ", + "dumpling": "๐ŸฅŸ", + "empanada": "๐ŸฅŸ", + "pierogi": "๐ŸฅŸ", + "potsticker": "๐ŸฅŸ", + "doughnut": "๐Ÿฉ", + "donut": "๐Ÿฉ", + "cookie": "๐Ÿช", + "oreo": "๐Ÿช", + "chocolate": "๐Ÿช", + "milk_glass": "๐Ÿฅ›", + "beverage": "๐Ÿฅ›", + "drink": "๐Ÿฅ›", + "beer": "๐Ÿบ", + "relax": "๐Ÿบ", + "drunk": "๐Ÿบ", + "pub": "๐Ÿบ", + "alcohol": "๐Ÿบ", + "booze": "๐Ÿบ", + "beers": "๐Ÿป", + "clinking_glasses": "๐Ÿฅ‚", + "celebrate": "๐Ÿฅ‚", + "cheers": "๐Ÿฅ‚", + "wine_glass": "๐Ÿท", + "tumbler_glass": "๐Ÿฅƒ", + "liquor": "๐Ÿฅƒ", + "bourbon": "๐Ÿฅƒ", + "scotch": "๐Ÿฅƒ", + "whisky": "๐Ÿฅƒ", + "glass": "๐Ÿฅƒ", + "shot": "๐Ÿฅƒ", + "cocktail": "๐Ÿธ", + "tropical_drink": "๐Ÿน", + "champagne": "๐Ÿพ", + "bottle": "๐Ÿพ", + "sake": "๐Ÿถ", + "tea": "๐Ÿต", + "bowl": "๐Ÿต", + "cup_with_straw": "๐Ÿฅค", + "soda": "๐Ÿฅค", + "coffee": "โ˜•", + "caffeine": "โ˜•", + "latte": "โ˜•", + "espresso": "โ˜•", + "baby_bottle": "๐Ÿผ", + "container": "๐Ÿผ", + "spoon": "๐Ÿฅ„", + "cutlery": "๐Ÿฅ„", + "tableware": "๐Ÿฅ„", + "fork_and_knife": "๐Ÿด", + "plate_with_cutlery": "๐Ÿฝ", + "eat": "๐Ÿฝ", + "meal": "๐Ÿฝ", + "dinner": "๐Ÿฝ", + "restaurant": "๐Ÿฝ", + "bowl_with_spoon": "๐Ÿฅฃ", + "cereal": "๐Ÿฅฃ", + "oatmeal": "๐Ÿฅฃ", + "porridge": "๐Ÿฅฃ", + "takeout_box": "๐Ÿฅก", + "leftovers": "๐Ÿฅก", + "soccer": "โšฝ", + "football": "โšฝ", + "basketball": "๐Ÿ€", + "balls": "๐Ÿ€", + "NBA": "๐Ÿ€", + "NFL": "๐Ÿˆ", + "tennis": "๐ŸŽพ", + "volleyball": "๐Ÿ", + "rugby_football": "๐Ÿ‰", + "8ball": "๐ŸŽฑ", + "pool": "๐ŸŽฑ", + "hobby": "๐ŸŽฑ", + "game": "๐ŸŽฑ", + "golf": "โ›ณ", + "flag": "โ›ณ", + "hole": "โ›ณ", + "golfing_woman": "๐ŸŒ๏ธโ€โ™€๏ธ", + "golfing_man": "๐ŸŒ", + "ping_pong": "๐Ÿ“", + "pingpong": "๐Ÿ“", + "badminton": "๐Ÿธ", + "goal_net": "๐Ÿฅ…", + "ice_hockey": "๐Ÿ’", + "field_hockey": "๐Ÿ‘", + "ski": "๐ŸŽฟ", + "snow": "๐ŸŽฟ", + "skier": "โ›ท", + "snowboarder": "๐Ÿ‚", + "person_fencing": "๐Ÿคบ", + "fencing": "๐Ÿคบ", + "sword": "๐Ÿคบ", + "women_wrestling": "๐Ÿคผโ€โ™€๏ธ", + "wrestlers": "๐Ÿคผโ€โ™€๏ธ", + "men_wrestling": "๐Ÿคผโ€โ™‚๏ธ", + "woman_cartwheeling": "๐Ÿคธโ€โ™€๏ธ", + "gymnastics": "๐Ÿคธโ€โ™€๏ธ", + "man_cartwheeling": "๐Ÿคธโ€โ™‚๏ธ", + "woman_playing_handball": "๐Ÿคพโ€โ™€๏ธ", + "man_playing_handball": "๐Ÿคพโ€โ™‚๏ธ", + "ice_skate": "โ›ธ", + "curling_stone": "๐ŸฅŒ", + "sled": "๐Ÿ›ท", + "sleigh": "๐Ÿ›ท", + "luge": "๐Ÿ›ท", + "toboggan": "๐Ÿ›ท", + "bow_and_arrow": "๐Ÿน", + "fishing_pole_and_fish": "๐ŸŽฃ", + "boxing_glove": "๐ŸฅŠ", + "fighting": "๐ŸฅŠ", + "martial_arts_uniform": "๐Ÿฅ‹", + "judo": "๐Ÿฅ‹", + "karate": "๐Ÿฅ‹", + "taekwondo": "๐Ÿฅ‹", + "rowing_woman": "๐Ÿšฃโ€โ™€๏ธ", + "ship": "๐Ÿšฃโ€โ™€๏ธ", + "rowing_man": "๐Ÿšฃ", + "climbing_woman": "๐Ÿง—โ€โ™€๏ธ", + "rock": "๐Ÿง—โ€โ™€๏ธ", + "climbing_man": "๐Ÿง—โ€โ™‚๏ธ", + "swimming_woman": "๐ŸŠโ€โ™€๏ธ", + "athlete": "๐ŸŠโ€โ™€๏ธ", + "swimming_man": "๐ŸŠ", + "woman_playing_water_polo": "๐Ÿคฝโ€โ™€๏ธ", + "man_playing_water_polo": "๐Ÿคฝโ€โ™‚๏ธ", + "woman_in_lotus_position": "๐Ÿง˜โ€โ™€๏ธ", + "meditation": "๐Ÿง˜โ€โ™€๏ธ", + "yoga": "๐Ÿง˜โ€โ™€๏ธ", + "serenity": "๐Ÿง˜โ€โ™€๏ธ", + "zen": "๐Ÿง˜โ€โ™€๏ธ", + "mindfulness": "๐Ÿง˜โ€โ™€๏ธ", + "man_in_lotus_position": "๐Ÿง˜โ€โ™‚๏ธ", + "surfing_woman": "๐Ÿ„โ€โ™€๏ธ", + "surfing_man": "๐Ÿ„", + "bath": "๐Ÿ›€", + "clean": "๐Ÿ›€", + "shower": "๐Ÿ›€", + "bathroom": "๐Ÿ›€", + "basketball_woman": "โ›น๏ธโ€โ™€๏ธ", + "basketball_man": "โ›น", + "weight_lifting_woman": "๐Ÿ‹๏ธโ€โ™€๏ธ", + "training": "๐Ÿ‹๏ธโ€โ™€๏ธ", + "weight_lifting_man": "๐Ÿ‹", + "biking_woman": "๐Ÿšดโ€โ™€๏ธ", + "bike": "๐Ÿšดโ€โ™€๏ธ", + "hipster": "๐Ÿšดโ€โ™€๏ธ", + "biking_man": "๐Ÿšด", + "mountain_biking_woman": "๐Ÿšตโ€โ™€๏ธ", + "transportation": "๐Ÿšตโ€โ™€๏ธ", + "mountain_biking_man": "๐Ÿšต", + "horse_racing": "๐Ÿ‡", + "betting": "๐Ÿ‡", + "competition": "๐Ÿ‡", + "gambling": "๐Ÿ‡", + "business_suit_levitating": "๐Ÿ•ด", + "suit": "๐Ÿ•ด", + "levitate": "๐Ÿ•ด", + "hover": "๐Ÿ•ด", + "jump": "๐Ÿ•ด", + "trophy": "๐Ÿ†", + "win": "๐Ÿ†", + "award": "๐Ÿ†", + "contest": "๐Ÿ†", + "place": "๐Ÿ†", + "ftw": "๐Ÿ†", + "ceremony": "๐Ÿ†", + "running_shirt_with_sash": "๐ŸŽฝ", + "play": "๐ŸŽฝ", + "pageant": "๐ŸŽฝ", + "medal_sports": "๐Ÿ…", + "winning": "๐Ÿ…", + "medal_military": "๐ŸŽ–", + "army": "๐ŸŽ–", + "1st_place_medal": "๐Ÿฅ‡", + "first": "๐Ÿฅ‡", + "2nd_place_medal": "๐Ÿฅˆ", + "second": "๐Ÿฅˆ", + "3rd_place_medal": "๐Ÿฅ‰", + "third": "๐Ÿฅ‰", + "reminder_ribbon": "๐ŸŽ—", + "cause": "๐ŸŽ—", + "support": "๐ŸŽ—", + "awareness": "๐ŸŽ—", + "rosette": "๐Ÿต", + "decoration": "๐Ÿต", + "military": "๐Ÿต", + "ticket": "๐ŸŽซ", + "event": "๐ŸŽซ", + "concert": "๐ŸŽซ", + "pass": "๐ŸŽซ", + "tickets": "๐ŸŽŸ", + "entrance": "๐ŸŽŸ", + "performing_arts": "๐ŸŽญ", + "acting": "๐ŸŽญ", + "theater": "๐ŸŽญ", + "drama": "๐ŸŽญ", + "art": "๐ŸŽจ", + "design": "๐ŸŽจ", + "paint": "๐ŸŽจ", + "draw": "๐ŸŽจ", + "colors": "๐ŸŽจ", + "circus_tent": "๐ŸŽช", + "carnival": "๐ŸŽช", + "woman_juggling": "๐Ÿคนโ€โ™€๏ธ", + "juggle": "๐Ÿคนโ€โ™€๏ธ", + "balance": "๐Ÿคนโ€โ™€๏ธ", + "skill": "๐Ÿคนโ€โ™€๏ธ", + "multitask": "๐Ÿคนโ€โ™€๏ธ", + "man_juggling": "๐Ÿคนโ€โ™‚๏ธ", + "microphone": "๐ŸŽค", + "music": "๐ŸŽค", + "PA": "๐ŸŽค", + "talkshow": "๐ŸŽค", + "headphones": "๐ŸŽง", + "score": "๐ŸŽง", + "gadgets": "๐ŸŽง", + "musical_score": "๐ŸŽผ", + "treble": "๐ŸŽผ", + "clef": "๐ŸŽผ", + "musical_keyboard": "๐ŸŽน", + "piano": "๐ŸŽน", + "instrument": "๐ŸŽน", + "drum": "๐Ÿฅ", + "drumsticks": "๐Ÿฅ", + "snare": "๐Ÿฅ", + "saxophone": "๐ŸŽท", + "jazz": "๐ŸŽท", + "blues": "๐ŸŽท", + "trumpet": "๐ŸŽบ", + "brass": "๐ŸŽบ", + "guitar": "๐ŸŽธ", + "violin": "๐ŸŽป", + "orchestra": "๐ŸŽป", + "symphony": "๐ŸŽป", + "clapper": "๐ŸŽฌ", + "movie": "๐ŸŽฌ", + "film": "๐ŸŽฌ", + "record": "๐ŸŽฌ", + "video_game": "๐ŸŽฎ", + "console": "๐ŸŽฎ", + "PS4": "๐ŸŽฎ", + "controller": "๐ŸŽฎ", + "space_invader": "๐Ÿ‘พ", + "arcade": "๐Ÿ‘พ", + "dart": "๐ŸŽฏ", + "bar": "๐ŸŽฏ", + "target": "๐ŸŽฏ", + "bullseye": "๐ŸŽฏ", + "game_die": "๐ŸŽฒ", + "dice": "๐ŸŽฒ", + "random": "๐ŸŽฒ", + "tabletop": "๐ŸŽฒ", + "slot_machine": "๐ŸŽฐ", + "bet": "๐ŸŽฐ", + "vegas": "๐ŸŽฐ", + "fruit machine": "๐ŸŽฐ", + "casino": "๐ŸŽฐ", + "bowling": "๐ŸŽณ", + "red_car": "๐Ÿš—", + "vehicle": "๐Ÿš—", + "taxi": "๐Ÿš•", + "uber": "๐Ÿš•", + "cars": "๐Ÿš•", + "blue_car": "๐Ÿš™", + "bus": "๐ŸšŒ", + "car": "๐ŸšŒ", + "trolleybus": "๐ŸšŽ", + "bart": "๐ŸšŽ", + "racing_car": "๐ŸŽ", + "formula": "๐ŸŽ", + "f1": "๐ŸŽ", + "police_car": "๐Ÿš“", + "ambulance": "๐Ÿš‘", + "health": "๐Ÿš‘", + "hospital": "๐Ÿš‘", + "fire_engine": "๐Ÿš’", + "minibus": "๐Ÿš", + "truck": "๐Ÿšš", + "articulated_lorry": "๐Ÿš›", + "express": "๐Ÿš›", + "tractor": "๐Ÿšœ", + "farming": "๐Ÿšœ", + "agriculture": "๐Ÿšœ", + "kick_scooter": "๐Ÿ›ด", + "kick": "๐Ÿ›ด", + "razor": "๐Ÿ›ด", + "motorcycle": "๐Ÿ", + "bicycle": "๐Ÿšฒ", + "motor_scooter": "๐Ÿ›ต", + "vespa": "๐Ÿ›ต", + "sasha": "๐Ÿ›ต", + "rotating_light": "๐Ÿšจ", + "emergency": "๐Ÿšจ", + "alert": "๐Ÿšจ", + "error": "๐Ÿšจ", + "pinged": "๐Ÿšจ", + "oncoming_police_car": "๐Ÿš”", + "oncoming_bus": "๐Ÿš", + "oncoming_automobile": "๐Ÿš˜", + "oncoming_taxi": "๐Ÿš–", + "aerial_tramway": "๐Ÿšก", + "mountain_cableway": "๐Ÿš ", + "suspension_railway": "๐ŸšŸ", + "railway_car": "๐Ÿšƒ", + "train": "๐Ÿš‹", + "carriage": "๐Ÿš‹", + "public": "๐Ÿš‹", + "travel": "๐Ÿš‹", + "monorail": "๐Ÿš", + "bullettrain_side": "๐Ÿš„", + "bullettrain_front": "๐Ÿš…", + "speed": "๐Ÿš…", + "light_rail": "๐Ÿšˆ", + "mountain_railway": "๐Ÿšž", + "steam_locomotive": "๐Ÿš‚", + "train2": "๐Ÿš†", + "metro": "๐Ÿš‡", + "blue-square": "๐Ÿš‡", + "mrt": "๐Ÿš‡", + "underground": "๐Ÿš‡", + "tube": "๐Ÿš‡", + "tram": "๐ŸšŠ", + "station": "๐Ÿš‰", + "flying_saucer": "๐Ÿ›ธ", + "ufo": "๐Ÿ›ธ", + "helicopter": "๐Ÿš", + "small_airplane": "๐Ÿ›ฉ", + "flight": "๐Ÿ›ฉ", + "airplane": "โœˆ๏ธ", + "flight_departure": "๐Ÿ›ซ", + "airport": "๐Ÿ›ซ", + "landing": "๐Ÿ›ซ", + "flight_arrival": "๐Ÿ›ฌ", + "boarding": "๐Ÿ›ฌ", + "sailboat": "โ›ต", + "sailing": "โ›ต", + "motor_boat": "๐Ÿ›ฅ", + "speedboat": "๐Ÿšค", + "ferry": "โ›ด", + "boat": "โ›ด", + "yacht": "โ›ด", + "passenger_ship": "๐Ÿ›ณ", + "cruise": "๐Ÿ›ณ", + "launch": "๐Ÿš€", + "staffmode": "๐Ÿš€", + "NASA": "๐Ÿš€", + "outer space": "๐Ÿš€", + "artificial_satellite": "๐Ÿ›ฐ", + "communication": "๐Ÿ›ฐ", + "gps": "๐Ÿ›ฐ", + "orbit": "๐Ÿ›ฐ", + "spaceflight": "๐Ÿ›ฐ", + "ISS": "๐Ÿ›ฐ", + "seat": "๐Ÿ’บ", + "sit": "๐Ÿ’บ", + "transport": "๐Ÿ’บ", + "canoe": "๐Ÿ›ถ", + "paddle": "๐Ÿ›ถ", + "anchor": "โš“", + "progress": "๐Ÿšง", + "caution": "๐Ÿšง", + "warning": "๐Ÿšง", + "fuelpump": "โ›ฝ", + "gas station": "โ›ฝ", + "petroleum": "โ›ฝ", + "busstop": "๐Ÿš", + "wait": "๐Ÿš", + "vertical_traffic_light": "๐Ÿšฆ", + "driving": "๐Ÿšฆ", + "traffic_light": "๐Ÿšฅ", + "signal": "๐Ÿšฅ", + "checkered_flag": "๐Ÿ", + "finishline": "๐Ÿ", + "gokart": "๐Ÿ", + "titanic": "๐Ÿšข", + "deploy": "๐Ÿšข", + "ferris_wheel": "๐ŸŽก", + "photo": "๐ŸŽก", + "londoneye": "๐ŸŽก", + "roller_coaster": "๐ŸŽข", + "playground": "๐ŸŽข", + "carousel_horse": "๐ŸŽ ", + "building_construction": "๐Ÿ—", + "working": "๐Ÿ—", + "foggy": "๐ŸŒ", + "mountain": "๐ŸŒ", + "tokyo_tower": "๐Ÿ—ผ", + "factory": "๐Ÿญ", + "building": "๐Ÿญ", + "industry": "๐Ÿญ", + "pollution": "๐Ÿญ", + "fountain": "โ›ฒ", + "fresh": "โ›ฒ", + "rice_scene": "๐ŸŽ‘", + "asia": "๐ŸŽ‘", + "tsukimi": "๐ŸŽ‘", + "environment": "โ›ฐ", + "mountain_snow": "๐Ÿ”", + "mount_fuji": "๐Ÿ—ป", + "volcano": "๐ŸŒ‹", + "nation": "๐Ÿ—พ", + "country": "๐Ÿ—พ", + "camping": "๐Ÿ•", + "outdoors": "๐Ÿ•", + "tent": "๐Ÿ•", + "national_park": "๐Ÿž", + "motorway": "๐Ÿ›ฃ", + "road": "๐Ÿ›ฃ", + "cupertino": "๐Ÿ›ฃ", + "interstate": "๐Ÿ›ฃ", + "highway": "๐Ÿ›ฃ", + "railway_track": "๐Ÿ›ค", + "sunrise": "๐ŸŒ…", + "view": "๐ŸŒ…", + "sunrise_over_mountains": "๐ŸŒ„", + "warm": "๐Ÿœ", + "saharah": "๐Ÿœ", + "beach_umbrella": "๐Ÿ–", + "sand": "๐Ÿ–", + "desert_island": "๐Ÿ", + "city_sunrise": "๐ŸŒ‡", + "good morning": "๐ŸŒ‡", + "dawn": "๐ŸŒ‡", + "city_sunset": "๐ŸŒ†", + "buildings": "๐ŸŒ†", + "cityscape": "๐Ÿ™", + "night life": "๐Ÿ™", + "urban": "๐Ÿ™", + "night_with_stars": "๐ŸŒƒ", + "city": "๐ŸŒƒ", + "downtown": "๐ŸŒƒ", + "bridge_at_night": "๐ŸŒ‰", + "sanfrancisco": "๐ŸŒ‰", + "milky_way": "๐ŸŒŒ", + "sparkler": "๐ŸŽ‡", + "fireworks": "๐ŸŽ†", + "congratulations": "๐ŸŽ†", + "rainbow": "๐ŸŒˆ", + "unicorn_face": "๐ŸŒˆ", + "houses": "๐Ÿ˜", + "european_castle": "๐Ÿฐ", + "history": "๐Ÿฐ", + "japanese_castle": "๐Ÿฏ", + "stadium": "๐ŸŸ", + "venue": "๐ŸŸ", + "statue_of_liberty": "๐Ÿ—ฝ", + "american": "๐Ÿ—ฝ", + "newyork": "๐Ÿ—ฝ", + "house": "๐Ÿ ", + "house_with_garden": "๐Ÿก", + "derelict_house": "๐Ÿš", + "abandon": "๐Ÿš", + "evict": "๐Ÿš", + "broken": "๐Ÿš", + "office": "๐Ÿข", + "bureau": "๐Ÿข", + "department_store": "๐Ÿฌ", + "mall": "๐Ÿฌ", + "post_office": "๐Ÿฃ", + "envelope": "๐Ÿฃ", + "european_post_office": "๐Ÿค", + "email": "๐Ÿค", + "surgery": "๐Ÿฅ", + "bank": "๐Ÿฆ", + "cash": "๐Ÿฆ", + "enterprise": "๐Ÿฆ", + "hotel": "๐Ÿจ", + "accomodation": "๐Ÿจ", + "checkin": "๐Ÿจ", + "convenience_store": "๐Ÿช", + "groceries": "๐Ÿช", + "teach": "๐Ÿซ", + "love_hotel": "๐Ÿฉ", + "classical_building": "๐Ÿ›", + "culture": "๐Ÿ›", + "church": "โ›ช", + "religion": "โ›ช", + "christ": "โ›ช", + "mosque": "๐Ÿ•Œ", + "islam": "๐Ÿ•Œ", + "worship": "๐Ÿ•Œ", + "minaret": "๐Ÿ•Œ", + "synagogue": "๐Ÿ•", + "judaism": "๐Ÿ•", + "temple": "๐Ÿ•", + "jewish": "๐Ÿ•", + "kaaba": "๐Ÿ•‹", + "mecca": "๐Ÿ•‹", + "shinto_shrine": "โ›ฉ", + "kyoto": "โ›ฉ", + "time": "โŒš", + "iphone": "๐Ÿ“ฑ", + "technology": "๐Ÿ“ฑ", + "dial": "๐Ÿ“ฑ", + "calling": "๐Ÿ“ฒ", + "incoming": "๐Ÿ“ฒ", + "screen": "๐Ÿ’ป", + "display": "๐Ÿ’ป", + "monitor": "๐Ÿ’ป", + "keyboard": "โŒจ", + "type": "โŒจ", + "input": "โŒจ", + "text": "โŒจ", + "desktop_computer": "๐Ÿ–ฅ", + "computing": "๐Ÿ–ฅ", + "printer": "๐Ÿ–จ", + "paper": "๐Ÿ–จ", + "ink": "๐Ÿ–จ", + "computer_mouse": "๐Ÿ–ฑ", + "click": "๐Ÿ–ฑ", + "trackball": "๐Ÿ–ฒ", + "trackpad": "๐Ÿ–ฒ", + "joystick": "๐Ÿ•น", + "clamp": "๐Ÿ—œ", + "tool": "๐Ÿ—œ", + "minidisc": "๐Ÿ’ฝ", + "data": "๐Ÿ’ฝ", + "disk": "๐Ÿ’ฝ", + "90s": "๐Ÿ’ฝ", + "floppy_disk": "๐Ÿ’พ", + "oldschool": "๐Ÿ’พ", + "save": "๐Ÿ’พ", + "80s": "๐Ÿ’พ", + "cd": "๐Ÿ’ฟ", + "dvd": "๐Ÿ’ฟ", + "disc": "๐Ÿ’ฟ", + "vhs": "๐Ÿ“ผ", + "video": "๐Ÿ“ผ", + "photography": "๐Ÿ“ท", + "camera_flash": "๐Ÿ“ธ", + "video_camera": "๐Ÿ“น", + "movie_camera": "๐ŸŽฅ", + "film_projector": "๐Ÿ“ฝ", + "tape": "๐Ÿ“ฝ", + "film_strip": "๐ŸŽž", + "telephone_receiver": "๐Ÿ“ž", + "telephone": "โ˜Ž๏ธ", + "pager": "๐Ÿ“Ÿ", + "bbcall": "๐Ÿ“Ÿ", + "fax": "๐Ÿ“ ", + "tv": "๐Ÿ“บ", + "program": "๐Ÿ“บ", + "show": "๐Ÿ“บ", + "television": "๐Ÿ“บ", + "radio": "๐Ÿ“ป", + "podcast": "๐Ÿ“ป", + "studio_microphone": "๐ŸŽ™", + "recording": "๐ŸŽ™", + "artist": "๐ŸŽ™", + "level_slider": "๐ŸŽš", + "scale": "๐ŸŽš", + "control_knobs": "๐ŸŽ›", + "stopwatch": "โฑ", + "deadline": "โฑ", + "timer_clock": "โฒ", + "alarm": "โฒ", + "alarm_clock": "โฐ", + "wake": "โฐ", + "mantelpiece_clock": "๐Ÿ•ฐ", + "hourglass_flowing_sand": "โณ", + "countdown": "โณ", + "hourglass": "โŒ›", + "clock": "โŒ›", + "limit": "โŒ›", + "exam": "โŒ›", + "quiz": "โŒ›", + "test": "โŒ›", + "satellite": "๐Ÿ“ก", + "future": "๐Ÿ“ก", + "battery": "๐Ÿ”‹", + "power": "๐Ÿ”‹", + "energy": "๐Ÿ”‹", + "sustain": "๐Ÿ”‹", + "electric_plug": "๐Ÿ”Œ", + "charger": "๐Ÿ”Œ", + "bulb": "๐Ÿ’ก", + "electricity": "๐Ÿ’ก", + "idea": "๐Ÿ’ก", + "flashlight": "๐Ÿ”ฆ", + "dark": "๐Ÿ”ฆ", + "sight": "๐Ÿ”ฆ", + "candle": "๐Ÿ•ฏ", + "wax": "๐Ÿ•ฏ", + "wastebasket": "๐Ÿ—‘", + "bin": "๐Ÿ—‘", + "trash": "๐Ÿ—‘", + "rubbish": "๐Ÿ—‘", + "garbage": "๐Ÿ—‘", + "toss": "๐Ÿ—‘", + "oil_drum": "๐Ÿ›ข", + "barrell": "๐Ÿ›ข", + "money_with_wings": "๐Ÿ’ธ", + "bills": "๐Ÿ’ธ", + "payment": "๐Ÿ’ธ", + "sale": "๐Ÿ’ธ", + "bill": "๐Ÿ’ต", + "currency": "๐Ÿ’ต", + "yen": "๐Ÿ’ด", + "euro": "๐Ÿ’ถ", + "pound": "๐Ÿ’ท", + "sterling": "๐Ÿ’ท", + "england": "๐Ÿ’ท", + "moneybag": "๐Ÿ’ฐ", + "coins": "๐Ÿ’ฐ", + "credit_card": "๐Ÿ’ณ", + "ruby": "๐Ÿ’Ž", + "balance_scale": "โš–", + "fairness": "โš–", + "weight": "โš–", + "tools": "๐Ÿ”ง", + "diy": "๐Ÿ”ง", + "ikea": "๐Ÿ”ง", + "fix": "๐Ÿ”ง", + "maintainer": "๐Ÿ”ง", + "hammer": "๐Ÿ”จ", + "create": "๐Ÿ”จ", + "hammer_and_pick": "โš’", + "hammer_and_wrench": "๐Ÿ› ", + "pick": "โ›", + "dig": "โ›", + "nut_and_bolt": "๐Ÿ”ฉ", + "handy": "๐Ÿ”ฉ", + "gear": "โš™", + "cog": "โš™", + "chains": "โ›“", + "lock": "โ›“", + "gun": "๐Ÿ”ซ", + "weapon": "๐Ÿ”ซ", + "pistol": "๐Ÿ”ซ", + "revolver": "๐Ÿ”ซ", + "terrorism": "๐Ÿ’ฃ", + "hocho": "๐Ÿ”ช", + "knife": "๐Ÿ”ช", + "blade": "๐Ÿ”ช", + "dagger": "๐Ÿ—ก", + "crossed_swords": "โš”", + "shield": "๐Ÿ›ก", + "protection": "๐Ÿ›ก", + "security": "๐Ÿ›ก", + "smoking": "๐Ÿšฌ", + "kills": "๐Ÿšฌ", + "tobacco": "๐Ÿšฌ", + "cigarette": "๐Ÿšฌ", + "joint": "๐Ÿšฌ", + "skull_and_crossbones": "โ˜ ", + "poison": "โ˜ ", + "deadly": "โ˜ ", + "pirate": "โ˜ ", + "coffin": "โšฐ", + "die": "โšฐ", + "rip": "โšฐ", + "graveyard": "โšฐ", + "cemetery": "โšฐ", + "casket": "โšฐ", + "funeral": "โšฐ", + "funeral_urn": "โšฑ", + "ashes": "โšฑ", + "amphora": "๐Ÿบ", + "vase": "๐Ÿบ", + "jar": "๐Ÿบ", + "crystal_ball": "๐Ÿ”ฎ", + "disco": "๐Ÿ”ฎ", + "fortune_teller": "๐Ÿ”ฎ", + "prayer_beads": "๐Ÿ“ฟ", + "dhikr": "๐Ÿ“ฟ", + "religious": "๐Ÿ“ฟ", + "barber": "๐Ÿ’ˆ", + "hair": "๐Ÿ’ˆ", + "salon": "๐Ÿ’ˆ", + "style": "๐Ÿ’ˆ", + "alembic": "โš—", + "distilling": "โš—", + "science": "โš—", + "experiment": "โš—", + "chemistry": "โš—", + "telescope": "๐Ÿ”ญ", + "zoom": "๐Ÿ”ญ", + "astronomy": "๐Ÿ”ญ", + "microscope": "๐Ÿ”ฌ", + "laboratory": "๐Ÿ”ฌ", + "zoomin": "๐Ÿ”ฌ", + "study": "๐Ÿ”ฌ", + "embarrassing": "๐Ÿ•ณ", + "pill": "๐Ÿ’Š", + "pharmacy": "๐Ÿ’Š", + "drug": "๐Ÿ’Š", + "syringe": "๐Ÿ’‰", + "drugs": "๐Ÿ’‰", + "blood": "๐Ÿ’‰", + "needle": "๐Ÿ’‰", + "label": "๐Ÿท", + "tag": "๐Ÿท", + "bookmark": "๐Ÿ”–", + "favorite": "๐Ÿ”–", + "toilet": "๐Ÿšฝ", + "restroom": "๐Ÿšฝ", + "wc": "๐Ÿšฝ", + "washroom": "๐Ÿšฝ", + "potty": "๐Ÿšฝ", + "bathtub": "๐Ÿ›", + "key": "๐Ÿ”‘", + "door": "๐Ÿ”‘", + "password": "๐Ÿ”‘", + "old_key": "๐Ÿ—", + "couch_and_lamp": "๐Ÿ›‹", + "read": "๐Ÿ›‹", + "chill": "๐Ÿ›‹", + "sleeping_bed": "๐Ÿ›Œ", + "bed": "๐Ÿ›Œ", + "entry": "๐Ÿšช", + "exit": "๐Ÿšช", + "bellhop_bell": "๐Ÿ›Ž", + "service": "๐Ÿ›Ž", + "framed_picture": "๐Ÿ–ผ", + "world_map": "๐Ÿ—บ", + "location": "๐Ÿ—บ", + "parasol_on_ground": "โ›ฑ", + "moyai": "๐Ÿ—ฟ", + "easter island": "๐Ÿ—ฟ", + "moai": "๐Ÿ—ฟ", + "buy": "๐Ÿ›", + "purchase": "๐Ÿ›", + "shopping_cart": "๐Ÿ›’", + "trolley": "๐Ÿ›’", + "balloon": "๐ŸŽˆ", + "flags": "๐ŸŽ", + "koinobori": "๐ŸŽ", + "carp": "๐ŸŽ", + "banner": "๐ŸŽ", + "ribbon": "๐ŸŽ€", + "bowtie": "๐ŸŽ€", + "gift": "๐ŸŽ", + "present": "๐ŸŽ", + "confetti_ball": "๐ŸŽŠ", + "tada": "๐ŸŽ‰", + "dolls": "๐ŸŽŽ", + "toy": "๐ŸŽŽ", + "wind_chime": "๐ŸŽ", + "ding": "๐ŸŽ", + "bell": "๐ŸŽ", + "crossed_flags": "๐ŸŽŒ", + "border": "๐ŸŽŒ", + "izakaya_lantern": "๐Ÿฎ", + "letter": "โœ‰๏ธ", + "postal": "โœ‰๏ธ", + "inbox": "โœ‰๏ธ", + "envelope_with_arrow": "๐Ÿ“ฉ", + "incoming_envelope": "๐Ÿ“จ", + "e-mail": "๐Ÿ“ง", + "love_letter": "๐Ÿ’Œ", + "postbox": "๐Ÿ“ฎ", + "mailbox_closed": "๐Ÿ“ช", + "mailbox": "๐Ÿ“ซ", + "mailbox_with_mail": "๐Ÿ“ฌ", + "mailbox_with_no_mail": "๐Ÿ“ญ", + "package": "๐Ÿ“ฆ", + "mail": "๐Ÿ“ฆ", + "cardboard": "๐Ÿ“ฆ", + "moving": "๐Ÿ“ฆ", + "postal_horn": "๐Ÿ“ฏ", + "inbox_tray": "๐Ÿ“ฅ", + "outbox_tray": "๐Ÿ“ค", + "scroll": "๐Ÿ“œ", + "ancient": "๐Ÿ“œ", + "page_with_curl": "๐Ÿ“ƒ", + "bookmark_tabs": "๐Ÿ“‘", + "order": "๐Ÿ“‘", + "tidy": "๐Ÿ“‘", + "bar_chart": "๐Ÿ“Š", + "graph": "๐Ÿ“Š", + "presentation": "๐Ÿ“Š", + "stats": "๐Ÿ“Š", + "chart_with_upwards_trend": "๐Ÿ“ˆ", + "recovery": "๐Ÿ“ˆ", + "economics": "๐Ÿ“ˆ", + "success": "๐Ÿ“ˆ", + "chart_with_downwards_trend": "๐Ÿ“‰", + "recession": "๐Ÿ“‰", + "bad": "๐Ÿ“‰", + "failure": "๐Ÿ“‰", + "page_facing_up": "๐Ÿ“„", + "calendar": "๐Ÿ“…", + "schedule": "๐Ÿ“…", + "planning": "๐Ÿ“†", + "spiral_calendar": "๐Ÿ—“", + "card_index": "๐Ÿ“‡", + "card_file_box": "๐Ÿ—ƒ", + "ballot_box": "๐Ÿ—ณ", + "election": "๐Ÿ—ณ", + "vote": "๐Ÿ—ณ", + "file_cabinet": "๐Ÿ—„", + "filing": "๐Ÿ—„", + "organizing": "๐Ÿ—„", + "clipboard": "๐Ÿ“‹", + "spiral_notepad": "๐Ÿ—’", + "memo": "๐Ÿ—’", + "file_folder": "๐Ÿ“", + "open_file_folder": "๐Ÿ“‚", + "load": "๐Ÿ“‚", + "card_index_dividers": "๐Ÿ—‚", + "newspaper_roll": "๐Ÿ—ž", + "press": "๐Ÿ—ž", + "headline": "๐Ÿ—ž", + "newspaper": "๐Ÿ“ฐ", + "notebook": "๐Ÿ““", + "notes": "๐Ÿ““", + "closed_book": "๐Ÿ“•", + "library": "๐Ÿ“•", + "knowledge": "๐Ÿ“•", + "textbook": "๐Ÿ“•", + "green_book": "๐Ÿ“—", + "blue_book": "๐Ÿ“˜", + "orange_book": "๐Ÿ“™", + "notebook_with_decorative_cover": "๐Ÿ“”", + "classroom": "๐Ÿ“”", + "ledger": "๐Ÿ“’", + "books": "๐Ÿ“š", + "literature": "๐Ÿ“š", + "open_book": "๐Ÿ“–", + "book": "๐Ÿ“–", + "link": "๐Ÿ”—", + "rings": "๐Ÿ”—", + "url": "๐Ÿ”—", + "paperclip": "๐Ÿ“Ž", + "paperclips": "๐Ÿ–‡", + "scissors": "โœ‚๏ธ", + "triangular_ruler": "๐Ÿ“", + "math": "๐Ÿ“", + "architect": "๐Ÿ“", + "sketch": "๐Ÿ“", + "straight_ruler": "๐Ÿ“", + "calculate": "๐Ÿ“", + "length": "๐Ÿ“", + "drawing": "๐Ÿ“", + "pushpin": "๐Ÿ“Œ", + "mark": "๐Ÿ“Œ", + "here": "๐Ÿ“Œ", + "round_pushpin": "๐Ÿ“", + "map": "๐Ÿ“", + "triangular_flag_on_post": "๐Ÿšฉ", + "milestone": "๐Ÿšฉ", + "white_flag": "๐Ÿณ", + "losing": "๐Ÿณ", + "loser": "๐Ÿณ", + "lost": "๐Ÿณ", + "surrender": "๐Ÿณ", + "give up": "๐Ÿณ", + "black_flag": "๐Ÿด", + "rainbow_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "gay": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "lgbt": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "glbt": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "queer": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "homosexual": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "lesbian": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "bisexual": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "transgender": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "closed_lock_with_key": "๐Ÿ”", + "privacy": "๐Ÿ”", + "padlock": "๐Ÿ”’", + "unlock": "๐Ÿ”“", + "lock_with_ink_pen": "๐Ÿ”", + "pen": "๐Ÿ–Š", + "writing": "๐Ÿ–Š", + "fountain_pen": "๐Ÿ–‹", + "black_nib": "โœ’๏ธ", + "pencil": "๐Ÿ“", + "pencil2": "โœ๏ธ", + "crayon": "๐Ÿ–", + "creativity": "๐Ÿ–", + "paintbrush": "๐Ÿ–Œ", + "mag": "๐Ÿ”", + "search": "๐Ÿ”", + "find": "๐Ÿ”", + "mag_right": "๐Ÿ”Ž", + "orange_heart": "๐Ÿงก", + "yellow_heart": "๐Ÿ’›", + "green_heart": "๐Ÿ’š", + "blue_heart": "๐Ÿ’™", + "purple_heart": "๐Ÿ’œ", + "black_heart": "๐Ÿ–ค", + "broken_heart": "๐Ÿ’”", + "sorry": "๐Ÿ’”", + "break": "๐Ÿ’”", + "heartbreak": "๐Ÿ’”", + "heavy_heart_exclamation": "โฃ", + "two_hearts": "๐Ÿ’•", + "revolving_hearts": "๐Ÿ’ž", + "heartbeat": "๐Ÿ’“", + "heartpulse": "๐Ÿ’—", + "sparkling_heart": "๐Ÿ’–", + "cupid": "๐Ÿ’˜", + "gift_heart": "๐Ÿ’", + "heart_decoration": "๐Ÿ’Ÿ", + "purple-square": "๐Ÿ’Ÿ", + "peace_symbol": "โ˜ฎ", + "hippie": "โ˜ฎ", + "latin_cross": "โœ", + "christianity": "โœ", + "star_and_crescent": "โ˜ช", + "om": "๐Ÿ•‰", + "buddhism": "๐Ÿ•‰", + "sikhism": "๐Ÿ•‰", + "jainism": "๐Ÿ•‰", + "wheel_of_dharma": "โ˜ธ", + "star_of_david": "โœก", + "six_pointed_star": "๐Ÿ”ฏ", + "hexagram": "๐Ÿ”ฏ", + "menorah": "๐Ÿ•Ž", + "hanukkah": "๐Ÿ•Ž", + "candles": "๐Ÿ•Ž", + "yin_yang": "โ˜ฏ", + "orthodox_cross": "โ˜ฆ", + "suppedaneum": "โ˜ฆ", + "place_of_worship": "๐Ÿ›", + "ophiuchus": "โ›Ž", + "sign": "โ›Ž", + "constellation": "โ›Ž", + "astrology": "โ›Ž", + "aries": "โ™ˆ", + "zodiac": "โ™ˆ", + "taurus": "โ™‰", + "gemini": "โ™Š", + "cancer": "โ™‹", + "leo": "โ™Œ", + "virgo": "โ™", + "libra": "โ™Ž", + "scorpius": "โ™", + "scorpio": "โ™", + "sagittarius": "โ™", + "capricorn": "โ™‘", + "aquarius": "โ™’", + "pisces": "โ™“", + "id": "๐Ÿ†”", + "words": "๐Ÿ†”", + "atom_symbol": "โš›", + "physics": "โš›", + "u7a7a": "๐Ÿˆณ", + "kanji": "๐Ÿˆณ", + "empty": "๐Ÿˆณ", + "u5272": "๐Ÿˆน", + "divide": "๐Ÿˆน", + "pink-square": "๐Ÿˆน", + "radioactive": "โ˜ข", + "nuclear": "โ˜ข", + "biohazard": "โ˜ฃ", + "mobile_phone_off": "๐Ÿ“ด", + "mute": "๐Ÿ“ด", + "orange-square": "๐Ÿ“ด", + "silence": "๐Ÿ“ด", + "vibration_mode": "๐Ÿ“ณ", + "u6709": "๐Ÿˆถ", + "have": "๐Ÿˆถ", + "u7121": "๐Ÿˆš", + "nothing": "๐Ÿˆš", + "u7533": "๐Ÿˆธ", + "u55b6": "๐Ÿˆบ", + "opening hours": "๐Ÿˆบ", + "u6708": "๐Ÿˆท๏ธ", + "month": "๐Ÿˆท๏ธ", + "moon": "๐Ÿˆท๏ธ", + "eight_pointed_black_star": "โœด๏ธ", + "shape": "โœด๏ธ", + "polygon": "โœด๏ธ", + "vs": "๐Ÿ†š", + "orange-circle": "๐Ÿ‰‘", + "white_flower": "๐Ÿ’ฎ", + "ideograph_advantage": "๐Ÿ‰", + "obtain": "๐Ÿ‰", + "get": "๐Ÿ‰", + "circle": "๐Ÿ‰", + "sshh": "ใŠ™๏ธ", + "red-circle": "ใŠ™๏ธ", + "u5408": "๐Ÿˆด", + "join": "๐Ÿˆด", + "red-square": "๐Ÿˆด", + "u6e80": "๐Ÿˆต", + "full": "๐Ÿˆต", + "u7981": "๐Ÿˆฒ", + "forbidden": "๐Ÿˆฒ", + "restricted": "๐Ÿˆฒ", + "alphabet": "๐Ÿ…ฐ๏ธ", + "b": "๐Ÿ…ฑ๏ธ", + "ab": "๐Ÿ†Ž", + "cl": "๐Ÿ†‘", + "o2": "๐Ÿ…พ๏ธ", + "sos": "๐Ÿ†˜", + "help": "๐Ÿ†˜", + "no_entry": "โ›”", + "denied": "โ›”", + "name_badge": "๐Ÿ“›", + "forbid": "๐Ÿ“›", + "no_entry_sign": "๐Ÿšซ", + "disallow": "๐Ÿšซ", + "x": "โŒ", + "delete": "โŒ", + "remove": "โŒ", + "cancel": "โŒ", + "round": "โญ•", + "stop_sign": "๐Ÿ›‘", + "anger": "๐Ÿ’ข", + "hotsprings": "โ™จ๏ธ", + "no_pedestrians": "๐Ÿšท", + "rules": "๐Ÿšท", + "crossing": "๐Ÿšท", + "do_not_litter": "๐Ÿšฏ", + "no_bicycles": "๐Ÿšณ", + "cyclist": "๐Ÿšณ", + "prohibited": "๐Ÿšณ", + "non-potable_water": "๐Ÿšฑ", + "tap": "๐Ÿšฑ", + "underage": "๐Ÿ”ž", + "18": "๐Ÿ”ž", + "minor": "๐Ÿ”ž", + "no_mobile_phones": "๐Ÿ“ต", + "exclamation": "โ—", + "heavy_exclamation_mark": "โ—", + "punctuation": "โ—", + "grey_exclamation": "โ•", + "question": "โ“", + "grey_question": "โ”", + "doubts": "โ”", + "bangbang": "โ€ผ๏ธ", + "interrobang": "โ‰๏ธ", + "wat": "โ‰๏ธ", + "100": "๐Ÿ’ฏ", + "numbers": "๐Ÿ’ฏ", + "century": "๐Ÿ’ฏ", + "hundred": "๐Ÿ’ฏ", + "low_brightness": "๐Ÿ”…", + "sun": "๐Ÿ”…", + "afternoon": "๐Ÿ”…", + "high_brightness": "๐Ÿ”†", + "trident": "๐Ÿ”ฑ", + "spear": "๐Ÿ”ฑ", + "fleur_de_lis": "โšœ", + "decorative": "โšœ", + "scout": "โšœ", + "part_alternation_mark": "ใ€ฝ๏ธ", + "problem": "โš ๏ธ", + "issue": "โš ๏ธ", + "children_crossing": "๐Ÿšธ", + "yellow-diamond": "๐Ÿšธ", + "beginner": "๐Ÿ”ฐ", + "badge": "๐Ÿ”ฐ", + "recycle": "โ™ป๏ธ", + "arrow": "โ™ป๏ธ", + "u6307": "๐Ÿˆฏ", + "point": "๐Ÿˆฏ", + "green-square": "๐Ÿˆฏ", + "chart": "๐Ÿ’น", + "eight_spoked_asterisk": "โœณ๏ธ", + "negative_squared_cross_mark": "โŽ", + "deny": "โŽ", + "white_check_mark": "โœ…", + "answer": "โœ…", + "tick": "โœ…", + "diamond_shape_with_a_dot_inside": "๐Ÿ’ ", + "jewel": "๐Ÿ’ ", + "crystal": "๐Ÿ’ ", + "fancy": "๐Ÿ’ ", + "vortex": "๐ŸŒ€", + "spiral": "๐ŸŒ€", + "whirlpool": "๐ŸŒ€", + "spin": "๐ŸŒ€", + "hurricane": "๐ŸŒ€", + "typhoon": "๐ŸŒ€", + "loop": "โžฟ", + "cassette": "โžฟ", + "globe_with_meridians": "๐ŸŒ", + "earth": "๐ŸŒ", + "internet": "๐ŸŒ", + "interweb": "๐ŸŒ", + "i18n": "๐ŸŒ", + "blue-circle": "โ“‚๏ธ", + "atm": "๐Ÿง", + "sa": "๐Ÿˆ‚๏ธ", + "katakana": "๐Ÿˆ‚๏ธ", + "passport_control": "๐Ÿ›‚", + "custom": "๐Ÿ›‚", + "customs": "๐Ÿ›ƒ", + "passport": "๐Ÿ›ƒ", + "baggage_claim": "๐Ÿ›„", + "left_luggage": "๐Ÿ›…", + "wheelchair": "โ™ฟ", + "disabled": "โ™ฟ", + "a11y": "โ™ฟ", + "accessibility": "โ™ฟ", + "no_smoking": "๐Ÿšญ", + "parking": "๐Ÿ…ฟ๏ธ", + "potable_water": "๐Ÿšฐ", + "liquid": "๐Ÿšฐ", + "cleaning": "๐Ÿšฐ", + "mens": "๐Ÿšน", + "gender": "๐Ÿšน", + "womens": "๐Ÿšบ", + "loo": "๐Ÿšบ", + "baby_symbol": "๐Ÿšผ", + "refresh": "๐Ÿšป", + "put_litter_in_its_place": "๐Ÿšฎ", + "info": "๐Ÿšฎ", + "cinema": "๐ŸŽฆ", + "curtain": "๐ŸŽฆ", + "stage": "๐ŸŽฆ", + "signal_strength": "๐Ÿ“ถ", + "reception": "๐Ÿ“ถ", + "connection": "๐Ÿ“ถ", + "wifi": "๐Ÿ“ถ", + "bluetooth": "๐Ÿ“ถ", + "bars": "๐Ÿ“ถ", + "koko": "๐Ÿˆ", + "destination": "๐Ÿˆ", + "ng": "๐Ÿ†–", + "icon": "๐Ÿ†–", + "above": "๐Ÿ†™", + "high": "๐Ÿ†™", + "new": "๐Ÿ†•", + "start": "๐Ÿ†•", + "free": "๐Ÿ†“", + "zero": "0๏ธโƒฃ", + "null": "0๏ธโƒฃ", + "one": "1๏ธโƒฃ", + "prime": "2๏ธโƒฃ", + "three": "3๏ธโƒฃ", + "four": "4๏ธโƒฃ", + "five": "5๏ธโƒฃ", + "six": "6๏ธโƒฃ", + "seven": "7๏ธโƒฃ", + "eight": "8๏ธโƒฃ", + "nine": "9๏ธโƒฃ", + "keycap_ten": "๐Ÿ”Ÿ", + "asterisk": "*โƒฃ", + "keycap": "*โƒฃ", + "1234": "๐Ÿ”ข", + "eject_button": "โ๏ธ", + "arrow_forward": "โ–ถ๏ธ", + "pause_button": "โธ", + "pause": "โธ", + "next_track_button": "โญ", + "forward": "โญ", + "next": "โญ", + "stop_button": "โน", + "record_button": "โบ", + "play_or_pause_button": "โฏ", + "previous_track_button": "โฎ", + "backward": "โฎ", + "fast_forward": "โฉ", + "continue": "โฉ", + "rewind": "โช", + "twisted_rightwards_arrows": "๐Ÿ”€", + "shuffle": "๐Ÿ”€", + "repeat": "๐Ÿ”", + "repeat_one": "๐Ÿ”‚", + "arrow_backward": "โ—€๏ธ", + "arrow_up_small": "๐Ÿ”ผ", + "triangle": "๐Ÿ”ผ", + "top": "๐Ÿ”ผ", + "arrow_down_small": "๐Ÿ”ฝ", + "bottom": "๐Ÿ”ฝ", + "arrow_double_up": "โซ", + "arrow_double_down": "โฌ", + "arrow_right": "โžก๏ธ", + "arrow_left": "โฌ…๏ธ", + "previous": "โฌ…๏ธ", + "back": "โฌ…๏ธ", + "arrow_up": "โฌ†๏ธ", + "arrow_down": "โฌ‡๏ธ", + "arrow_upper_right": "โ†—๏ธ", + "diagonal": "โ†—๏ธ", + "northeast": "โ†—๏ธ", + "arrow_lower_right": "โ†˜๏ธ", + "southeast": "โ†˜๏ธ", + "arrow_lower_left": "โ†™๏ธ", + "southwest": "โ†™๏ธ", + "arrow_upper_left": "โ†–๏ธ", + "northwest": "โ†–๏ธ", + "arrow_up_down": "โ†•๏ธ", + "way": "โ†•๏ธ", + "vertical": "โ†•๏ธ", + "left_right_arrow": "โ†”๏ธ", + "horizontal": "โ†”๏ธ", + "sideways": "โ†”๏ธ", + "arrows_counterclockwise": "๐Ÿ”„", + "sync": "๐Ÿ”„", + "cycle": "๐Ÿ”„", + "arrow_right_hook": "โ†ช๏ธ", + "return": "โ†ช๏ธ", + "rotate": "โ†ช๏ธ", + "leftwards_arrow_with_hook": "โ†ฉ๏ธ", + "undo": "โ†ฉ๏ธ", + "enter": "โ†ฉ๏ธ", + "arrow_heading_up": "โคด๏ธ", + "arrow_heading_down": "โคต๏ธ", + "hash": "#๏ธโƒฃ", + "symbol": "#๏ธโƒฃ", + "twitter": "#๏ธโƒฃ", + "information_source": "โ„น๏ธ", + "abc": "๐Ÿ”ค", + "abcd": "๐Ÿ”ก", + "capital_abcd": "๐Ÿ” ", + "symbols": "๐Ÿ”ฃ", + "note": "๐Ÿ”ฃ", + "ampersand": "๐Ÿ”ฃ", + "percent": "๐Ÿ”ฃ", + "glyphs": "๐Ÿ”ฃ", + "characters": "๐Ÿ”ฃ", + "musical_note": "๐ŸŽต", + "tone": "๐ŸŽต", + "wavy_dash": "ใ€ฐ๏ธ", + "line": "ใ€ฐ๏ธ", + "squiggle": "ใ€ฐ๏ธ", + "scribble": "ใ€ฐ๏ธ", + "curly_loop": "โžฐ", + "heavy_check_mark": "โœ”๏ธ", + "nike": "โœ”๏ธ", + "arrows_clockwise": "๐Ÿ”ƒ", + "heavy_plus_sign": "โž•", + "calculation": "โž•", + "addition": "โž•", + "more": "โž•", + "increase": "โž•", + "heavy_minus_sign": "โž–", + "subtract": "โž–", + "less": "โž–", + "heavy_division_sign": "โž—", + "heavy_multiplication_x": "โœ–๏ธ", + "heavy_dollar_sign": "๐Ÿ’ฒ", + "buck": "๐Ÿ’ฒ", + "currency_exchange": "๐Ÿ’ฑ", + "copyright": "ยฉ๏ธ", + "ip": "ยฉ๏ธ", + "license": "ยฉ๏ธ", + "registered": "ยฎ๏ธ", + "tm": "โ„ข๏ธ", + "trademark": "โ„ข๏ธ", + "brand": "โ„ข๏ธ", + "end": "๐Ÿ”š", + "on": "๐Ÿ”›", + "soon": "๐Ÿ”œ", + "ballot_box_with_check": "โ˜‘๏ธ", + "confirm": "โ˜‘๏ธ", + "black-square": "โ˜‘๏ธ", + "radio_button": "๐Ÿ”˜", + "white_circle": "โšช", + "black_circle": "โšซ", + "button": "โšซ", + "red_circle": "๐Ÿ”ด", + "large_blue_circle": "๐Ÿ”ต", + "small_orange_diamond": "๐Ÿ”ธ", + "small_blue_diamond": "๐Ÿ”น", + "large_orange_diamond": "๐Ÿ”ถ", + "large_blue_diamond": "๐Ÿ”ท", + "small_red_triangle": "๐Ÿ”บ", + "black_small_square": "โ–ช๏ธ", + "white_small_square": "โ–ซ๏ธ", + "black_large_square": "โฌ›", + "white_large_square": "โฌœ", + "stone": "โฌœ", + "small_red_triangle_down": "๐Ÿ”ป", + "black_medium_square": "โ—ผ๏ธ", + "white_medium_square": "โ—ป๏ธ", + "black_medium_small_square": "โ—พ", + "white_medium_small_square": "โ—ฝ", + "black_square_button": "๐Ÿ”ฒ", + "frame": "๐Ÿ”ฒ", + "white_square_button": "๐Ÿ”ณ", + "speaker": "๐Ÿ”ˆ", + "volume": "๐Ÿ”ˆ", + "broadcast": "๐Ÿ”ˆ", + "loud_sound": "๐Ÿ”Š", + "noise": "๐Ÿ”Š", + "noisy": "๐Ÿ”Š", + "mega": "๐Ÿ“ฃ", + "loudspeaker": "๐Ÿ“ข", + "notification": "๐Ÿ””", + "chime": "๐Ÿ””", + "no_bell": "๐Ÿ”•", + "silent": "๐Ÿ”•", + "black_joker": "๐Ÿƒ", + "poker": "๐Ÿƒ", + "cards": "๐Ÿƒ", + "mahjong": "๐Ÿ€„", + "spades": "โ™ ๏ธ", + "suits": "โ™ ๏ธ", + "clubs": "โ™ฃ๏ธ", + "hearts": "โ™ฅ๏ธ", + "diamonds": "โ™ฆ๏ธ", + "flower_playing_cards": "๐ŸŽด", + "sunset": "๐ŸŽด", + "thought_balloon": "๐Ÿ’ญ", + "bubble": "๐Ÿ’ญ", + "speech": "๐Ÿ’ญ", + "right_anger_bubble": "๐Ÿ—ฏ", + "caption": "๐Ÿ—ฏ", + "speech_balloon": "๐Ÿ’ฌ", + "message": "๐Ÿ’ฌ", + "chatting": "๐Ÿ’ฌ", + "left_speech_bubble": "๐Ÿ—จ", + "clock1": "๐Ÿ•", + "late": "๐Ÿ•", + "early": "๐Ÿ•", + "clock2": "๐Ÿ•‘", + "clock3": "๐Ÿ•’", + "clock4": "๐Ÿ•“", + "clock5": "๐Ÿ•”", + "clock6": "๐Ÿ••", + "dusk": "๐Ÿ••", + "clock7": "๐Ÿ•–", + "clock8": "๐Ÿ•—", + "clock9": "๐Ÿ•˜", + "clock10": "๐Ÿ•™", + "clock11": "๐Ÿ•š", + "clock12": "๐Ÿ•›", + "noon": "๐Ÿ•›", + "midnight": "๐Ÿ•›", + "midday": "๐Ÿ•›", + "clock130": "๐Ÿ•œ", + "clock230": "๐Ÿ•", + "clock330": "๐Ÿ•ž", + "clock430": "๐Ÿ•Ÿ", + "clock530": "๐Ÿ• ", + "clock630": "๐Ÿ•ก", + "clock730": "๐Ÿ•ข", + "clock830": "๐Ÿ•ฃ", + "clock930": "๐Ÿ•ค", + "clock1030": "๐Ÿ•ฅ", + "clock1130": "๐Ÿ•ฆ", + "clock1230": "๐Ÿ•ง", + "afghanistan": "๐Ÿ‡ฆ๐Ÿ‡ซ", + "aland_islands": "๐Ÿ‡ฆ๐Ÿ‡ฝ", + "ร…land": "๐Ÿ‡ฆ๐Ÿ‡ฝ", + "islands": "๐Ÿ‡ฆ๐Ÿ‡ฝ", + "albania": "๐Ÿ‡ฆ๐Ÿ‡ฑ", + "al": "๐Ÿ‡ฆ๐Ÿ‡ฑ", + "algeria": "๐Ÿ‡ฉ๐Ÿ‡ฟ", + "dz": "๐Ÿ‡ฉ๐Ÿ‡ฟ", + "american_samoa": "๐Ÿ‡ฆ๐Ÿ‡ธ", + "ws": "๐Ÿ‡ฆ๐Ÿ‡ธ", + "andorra": "๐Ÿ‡ฆ๐Ÿ‡ฉ", + "angola": "๐Ÿ‡ฆ๐Ÿ‡ด", + "ao": "๐Ÿ‡ฆ๐Ÿ‡ด", + "anguilla": "๐Ÿ‡ฆ๐Ÿ‡ฎ", + "ai": "๐Ÿ‡ฆ๐Ÿ‡ฎ", + "antarctica": "๐Ÿ‡ฆ๐Ÿ‡ถ", + "aq": "๐Ÿ‡ฆ๐Ÿ‡ถ", + "antigua_barbuda": "๐Ÿ‡ฆ๐Ÿ‡ฌ", + "antigua": "๐Ÿ‡ฆ๐Ÿ‡ฌ", + "barbuda": "๐Ÿ‡ฆ๐Ÿ‡ฌ", + "argentina": "๐Ÿ‡ฆ๐Ÿ‡ท", + "ar": "๐Ÿ‡ฆ๐Ÿ‡ท", + "armenia": "๐Ÿ‡ฆ๐Ÿ‡ฒ", + "aruba": "๐Ÿ‡ฆ๐Ÿ‡ผ", + "australia": "๐Ÿ‡ฆ๐Ÿ‡บ", + "au": "๐Ÿ‡ฆ๐Ÿ‡บ", + "austria": "๐Ÿ‡ฆ๐Ÿ‡น", + "azerbaijan": "๐Ÿ‡ฆ๐Ÿ‡ฟ", + "az": "๐Ÿ‡ฆ๐Ÿ‡ฟ", + "bahamas": "๐Ÿ‡ง๐Ÿ‡ธ", + "bahrain": "๐Ÿ‡ง๐Ÿ‡ญ", + "bh": "๐Ÿ‡ง๐Ÿ‡ญ", + "bangladesh": "๐Ÿ‡ง๐Ÿ‡ฉ", + "bd": "๐Ÿ‡ง๐Ÿ‡ฉ", + "barbados": "๐Ÿ‡ง๐Ÿ‡ง", + "belarus": "๐Ÿ‡ง๐Ÿ‡พ", + "belgium": "๐Ÿ‡ง๐Ÿ‡ช", + "belize": "๐Ÿ‡ง๐Ÿ‡ฟ", + "bz": "๐Ÿ‡ง๐Ÿ‡ฟ", + "benin": "๐Ÿ‡ง๐Ÿ‡ฏ", + "bermuda": "๐Ÿ‡ง๐Ÿ‡ฒ", + "bhutan": "๐Ÿ‡ง๐Ÿ‡น", + "bt": "๐Ÿ‡ง๐Ÿ‡น", + "bolivia": "๐Ÿ‡ง๐Ÿ‡ด", + "bo": "๐Ÿ‡ง๐Ÿ‡ด", + "caribbean_netherlands": "๐Ÿ‡ง๐Ÿ‡ถ", + "bonaire": "๐Ÿ‡ง๐Ÿ‡ถ", + "bosnia_herzegovina": "๐Ÿ‡ง๐Ÿ‡ฆ", + "bosnia": "๐Ÿ‡ง๐Ÿ‡ฆ", + "herzegovina": "๐Ÿ‡ง๐Ÿ‡ฆ", + "botswana": "๐Ÿ‡ง๐Ÿ‡ผ", + "bw": "๐Ÿ‡ง๐Ÿ‡ผ", + "brazil": "๐Ÿ‡ง๐Ÿ‡ท", + "br": "๐Ÿ‡ง๐Ÿ‡ท", + "british_indian_ocean_territory": "๐Ÿ‡ฎ๐Ÿ‡ด", + "territory": "๐Ÿ‡ฎ๐Ÿ‡ด", + "british_virgin_islands": "๐Ÿ‡ป๐Ÿ‡ฌ", + "virgin": "๐Ÿ‡ป๐Ÿ‡ฌ", + "bvi": "๐Ÿ‡ป๐Ÿ‡ฌ", + "brunei": "๐Ÿ‡ง๐Ÿ‡ณ", + "bn": "๐Ÿ‡ง๐Ÿ‡ณ", + "darussalam": "๐Ÿ‡ง๐Ÿ‡ณ", + "bulgaria": "๐Ÿ‡ง๐Ÿ‡ฌ", + "bg": "๐Ÿ‡ง๐Ÿ‡ฌ", + "burkina_faso": "๐Ÿ‡ง๐Ÿ‡ซ", + "burkina": "๐Ÿ‡ง๐Ÿ‡ซ", + "faso": "๐Ÿ‡ง๐Ÿ‡ซ", + "burundi": "๐Ÿ‡ง๐Ÿ‡ฎ", + "bi": "๐Ÿ‡ง๐Ÿ‡ฎ", + "cape_verde": "๐Ÿ‡จ๐Ÿ‡ป", + "cabo": "๐Ÿ‡จ๐Ÿ‡ป", + "verde": "๐Ÿ‡จ๐Ÿ‡ป", + "cambodia": "๐Ÿ‡ฐ๐Ÿ‡ญ", + "kh": "๐Ÿ‡ฐ๐Ÿ‡ญ", + "cameroon": "๐Ÿ‡จ๐Ÿ‡ฒ", + "cm": "๐Ÿ‡จ๐Ÿ‡ฒ", + "canada": "๐Ÿ‡จ๐Ÿ‡ฆ", + "canary_islands": "๐Ÿ‡ฎ๐Ÿ‡จ", + "canary": "๐Ÿ‡ฎ๐Ÿ‡จ", + "cayman_islands": "๐Ÿ‡ฐ๐Ÿ‡พ", + "cayman": "๐Ÿ‡ฐ๐Ÿ‡พ", + "central_african_republic": "๐Ÿ‡จ๐Ÿ‡ซ", + "central": "๐Ÿ‡จ๐Ÿ‡ซ", + "african": "๐Ÿ‡จ๐Ÿ‡ซ", + "republic": "๐Ÿ‡จ๐Ÿ‡ซ", + "chad": "๐Ÿ‡น๐Ÿ‡ฉ", + "td": "๐Ÿ‡น๐Ÿ‡ฉ", + "chile": "๐Ÿ‡จ๐Ÿ‡ฑ", + "cn": "๐Ÿ‡จ๐Ÿ‡ณ", + "prc": "๐Ÿ‡จ๐Ÿ‡ณ", + "christmas_island": "๐Ÿ‡จ๐Ÿ‡ฝ", + "island": "๐Ÿ‡จ๐Ÿ‡ฝ", + "cocos_islands": "๐Ÿ‡จ๐Ÿ‡จ", + "cocos": "๐Ÿ‡จ๐Ÿ‡จ", + "keeling": "๐Ÿ‡จ๐Ÿ‡จ", + "colombia": "๐Ÿ‡จ๐Ÿ‡ด", + "co": "๐Ÿ‡จ๐Ÿ‡ด", + "comoros": "๐Ÿ‡ฐ๐Ÿ‡ฒ", + "km": "๐Ÿ‡ฐ๐Ÿ‡ฒ", + "congo_brazzaville": "๐Ÿ‡จ๐Ÿ‡ฌ", + "congo": "๐Ÿ‡จ๐Ÿ‡ฌ", + "congo_kinshasa": "๐Ÿ‡จ๐Ÿ‡ฉ", + "democratic": "๐Ÿ‡จ๐Ÿ‡ฉ", + "cook_islands": "๐Ÿ‡จ๐Ÿ‡ฐ", + "costa_rica": "๐Ÿ‡จ๐Ÿ‡ท", + "costa": "๐Ÿ‡จ๐Ÿ‡ท", + "rica": "๐Ÿ‡จ๐Ÿ‡ท", + "croatia": "๐Ÿ‡ญ๐Ÿ‡ท", + "hr": "๐Ÿ‡ญ๐Ÿ‡ท", + "cuba": "๐Ÿ‡จ๐Ÿ‡บ", + "cu": "๐Ÿ‡จ๐Ÿ‡บ", + "curacao": "๐Ÿ‡จ๐Ÿ‡ผ", + "curaรงao": "๐Ÿ‡จ๐Ÿ‡ผ", + "cyprus": "๐Ÿ‡จ๐Ÿ‡พ", + "cy": "๐Ÿ‡จ๐Ÿ‡พ", + "czech_republic": "๐Ÿ‡จ๐Ÿ‡ฟ", + "cz": "๐Ÿ‡จ๐Ÿ‡ฟ", + "denmark": "๐Ÿ‡ฉ๐Ÿ‡ฐ", + "dk": "๐Ÿ‡ฉ๐Ÿ‡ฐ", + "djibouti": "๐Ÿ‡ฉ๐Ÿ‡ฏ", + "dj": "๐Ÿ‡ฉ๐Ÿ‡ฏ", + "dominica": "๐Ÿ‡ฉ๐Ÿ‡ฒ", + "dm": "๐Ÿ‡ฉ๐Ÿ‡ฒ", + "dominican_republic": "๐Ÿ‡ฉ๐Ÿ‡ด", + "dominican": "๐Ÿ‡ฉ๐Ÿ‡ด", + "ecuador": "๐Ÿ‡ช๐Ÿ‡จ", + "ec": "๐Ÿ‡ช๐Ÿ‡จ", + "egypt": "๐Ÿ‡ช๐Ÿ‡ฌ", + "eg": "๐Ÿ‡ช๐Ÿ‡ฌ", + "el_salvador": "๐Ÿ‡ธ๐Ÿ‡ป", + "el": "๐Ÿ‡ธ๐Ÿ‡ป", + "salvador": "๐Ÿ‡ธ๐Ÿ‡ป", + "equatorial_guinea": "๐Ÿ‡ฌ๐Ÿ‡ถ", + "equatorial": "๐Ÿ‡ฌ๐Ÿ‡ถ", + "gn": "๐Ÿ‡ฌ๐Ÿ‡ถ", + "eritrea": "๐Ÿ‡ช๐Ÿ‡ท", + "er": "๐Ÿ‡ช๐Ÿ‡ท", + "estonia": "๐Ÿ‡ช๐Ÿ‡ช", + "ee": "๐Ÿ‡ช๐Ÿ‡ช", + "ethiopia": "๐Ÿ‡ช๐Ÿ‡น", + "et": "๐Ÿ‡ช๐Ÿ‡น", + "eu": "๐Ÿ‡ช๐Ÿ‡บ", + "european": "๐Ÿ‡ช๐Ÿ‡บ", + "union": "๐Ÿ‡ช๐Ÿ‡บ", + "falkland_islands": "๐Ÿ‡ซ๐Ÿ‡ฐ", + "falkland": "๐Ÿ‡ซ๐Ÿ‡ฐ", + "malvinas": "๐Ÿ‡ซ๐Ÿ‡ฐ", + "faroe_islands": "๐Ÿ‡ซ๐Ÿ‡ด", + "faroe": "๐Ÿ‡ซ๐Ÿ‡ด", + "fiji": "๐Ÿ‡ซ๐Ÿ‡ฏ", + "fj": "๐Ÿ‡ซ๐Ÿ‡ฏ", + "finland": "๐Ÿ‡ซ๐Ÿ‡ฎ", + "fi": "๐Ÿ‡ซ๐Ÿ‡ฎ", + "fr": "๐Ÿ‡ซ๐Ÿ‡ท", + "france": "๐Ÿ‡ซ๐Ÿ‡ท", + "french_guiana": "๐Ÿ‡ฌ๐Ÿ‡ซ", + "guiana": "๐Ÿ‡ฌ๐Ÿ‡ซ", + "french_polynesia": "๐Ÿ‡ต๐Ÿ‡ซ", + "polynesia": "๐Ÿ‡ต๐Ÿ‡ซ", + "french_southern_territories": "๐Ÿ‡น๐Ÿ‡ซ", + "southern": "๐Ÿ‡น๐Ÿ‡ซ", + "territories": "๐Ÿ‡น๐Ÿ‡ซ", + "gabon": "๐Ÿ‡ฌ๐Ÿ‡ฆ", + "ga": "๐Ÿ‡ฌ๐Ÿ‡ฆ", + "gambia": "๐Ÿ‡ฌ๐Ÿ‡ฒ", + "gm": "๐Ÿ‡ฌ๐Ÿ‡ฒ", + "georgia": "๐Ÿ‡ฌ๐Ÿ‡ช", + "ge": "๐Ÿ‡ฌ๐Ÿ‡ช", + "de": "๐Ÿ‡ฉ๐Ÿ‡ช", + "german": "๐Ÿ‡ฉ๐Ÿ‡ช", + "ghana": "๐Ÿ‡ฌ๐Ÿ‡ญ", + "gh": "๐Ÿ‡ฌ๐Ÿ‡ญ", + "gibraltar": "๐Ÿ‡ฌ๐Ÿ‡ฎ", + "gi": "๐Ÿ‡ฌ๐Ÿ‡ฎ", + "greece": "๐Ÿ‡ฌ๐Ÿ‡ท", + "gr": "๐Ÿ‡ฌ๐Ÿ‡ท", + "greenland": "๐Ÿ‡ฌ๐Ÿ‡ฑ", + "gl": "๐Ÿ‡ฌ๐Ÿ‡ฑ", + "grenada": "๐Ÿ‡ฌ๐Ÿ‡ฉ", + "gd": "๐Ÿ‡ฌ๐Ÿ‡ฉ", + "guadeloupe": "๐Ÿ‡ฌ๐Ÿ‡ต", + "gp": "๐Ÿ‡ฌ๐Ÿ‡ต", + "guam": "๐Ÿ‡ฌ๐Ÿ‡บ", + "gu": "๐Ÿ‡ฌ๐Ÿ‡บ", + "guatemala": "๐Ÿ‡ฌ๐Ÿ‡น", + "gt": "๐Ÿ‡ฌ๐Ÿ‡น", + "guernsey": "๐Ÿ‡ฌ๐Ÿ‡ฌ", + "guinea": "๐Ÿ‡ฌ๐Ÿ‡ณ", + "guinea_bissau": "๐Ÿ‡ฌ๐Ÿ‡ผ", + "gw": "๐Ÿ‡ฌ๐Ÿ‡ผ", + "bissau": "๐Ÿ‡ฌ๐Ÿ‡ผ", + "guyana": "๐Ÿ‡ฌ๐Ÿ‡พ", + "gy": "๐Ÿ‡ฌ๐Ÿ‡พ", + "haiti": "๐Ÿ‡ญ๐Ÿ‡น", + "ht": "๐Ÿ‡ญ๐Ÿ‡น", + "honduras": "๐Ÿ‡ญ๐Ÿ‡ณ", + "hn": "๐Ÿ‡ญ๐Ÿ‡ณ", + "hong_kong": "๐Ÿ‡ญ๐Ÿ‡ฐ", + "hong": "๐Ÿ‡ญ๐Ÿ‡ฐ", + "kong": "๐Ÿ‡ญ๐Ÿ‡ฐ", + "hungary": "๐Ÿ‡ญ๐Ÿ‡บ", + "hu": "๐Ÿ‡ญ๐Ÿ‡บ", + "iceland": "๐Ÿ‡ฎ๐Ÿ‡ธ", + "india": "๐Ÿ‡ฎ๐Ÿ‡ณ", + "indonesia": "๐Ÿ‡ฎ๐Ÿ‡ฉ", + "iran": "๐Ÿ‡ฎ๐Ÿ‡ท", + "iran,": "๐Ÿ‡ฎ๐Ÿ‡ท", + "islamic": "๐Ÿ‡ฎ๐Ÿ‡ท", + "iraq": "๐Ÿ‡ฎ๐Ÿ‡ถ", + "ireland": "๐Ÿ‡ฎ๐Ÿ‡ช", + "ie": "๐Ÿ‡ฎ๐Ÿ‡ช", + "isle_of_man": "๐Ÿ‡ฎ๐Ÿ‡ฒ", + "isle": "๐Ÿ‡ฎ๐Ÿ‡ฒ", + "israel": "๐Ÿ‡ฎ๐Ÿ‡ฑ", + "il": "๐Ÿ‡ฎ๐Ÿ‡ฑ", + "italy": "๐Ÿ‡ฎ๐Ÿ‡น", + "cote_divoire": "๐Ÿ‡จ๐Ÿ‡ฎ", + "ivory": "๐Ÿ‡จ๐Ÿ‡ฎ", + "coast": "๐Ÿ‡จ๐Ÿ‡ฎ", + "jamaica": "๐Ÿ‡ฏ๐Ÿ‡ฒ", + "jm": "๐Ÿ‡ฏ๐Ÿ‡ฒ", + "jp": "๐Ÿ‡ฏ๐Ÿ‡ต", + "jersey": "๐Ÿ‡ฏ๐Ÿ‡ช", + "je": "๐Ÿ‡ฏ๐Ÿ‡ช", + "jordan": "๐Ÿ‡ฏ๐Ÿ‡ด", + "jo": "๐Ÿ‡ฏ๐Ÿ‡ด", + "kazakhstan": "๐Ÿ‡ฐ๐Ÿ‡ฟ", + "kz": "๐Ÿ‡ฐ๐Ÿ‡ฟ", + "kenya": "๐Ÿ‡ฐ๐Ÿ‡ช", + "ke": "๐Ÿ‡ฐ๐Ÿ‡ช", + "kiribati": "๐Ÿ‡ฐ๐Ÿ‡ฎ", + "ki": "๐Ÿ‡ฐ๐Ÿ‡ฎ", + "kosovo": "๐Ÿ‡ฝ๐Ÿ‡ฐ", + "xk": "๐Ÿ‡ฝ๐Ÿ‡ฐ", + "kuwait": "๐Ÿ‡ฐ๐Ÿ‡ผ", + "kw": "๐Ÿ‡ฐ๐Ÿ‡ผ", + "kyrgyzstan": "๐Ÿ‡ฐ๐Ÿ‡ฌ", + "kg": "๐Ÿ‡ฐ๐Ÿ‡ฌ", + "laos": "๐Ÿ‡ฑ๐Ÿ‡ฆ", + "lao": "๐Ÿ‡ฑ๐Ÿ‡ฆ", + "latvia": "๐Ÿ‡ฑ๐Ÿ‡ป", + "lv": "๐Ÿ‡ฑ๐Ÿ‡ป", + "lebanon": "๐Ÿ‡ฑ๐Ÿ‡ง", + "lb": "๐Ÿ‡ฑ๐Ÿ‡ง", + "lesotho": "๐Ÿ‡ฑ๐Ÿ‡ธ", + "ls": "๐Ÿ‡ฑ๐Ÿ‡ธ", + "liberia": "๐Ÿ‡ฑ๐Ÿ‡ท", + "lr": "๐Ÿ‡ฑ๐Ÿ‡ท", + "libya": "๐Ÿ‡ฑ๐Ÿ‡พ", + "ly": "๐Ÿ‡ฑ๐Ÿ‡พ", + "liechtenstein": "๐Ÿ‡ฑ๐Ÿ‡ฎ", + "li": "๐Ÿ‡ฑ๐Ÿ‡ฎ", + "lithuania": "๐Ÿ‡ฑ๐Ÿ‡น", + "lt": "๐Ÿ‡ฑ๐Ÿ‡น", + "luxembourg": "๐Ÿ‡ฑ๐Ÿ‡บ", + "lu": "๐Ÿ‡ฑ๐Ÿ‡บ", + "macau": "๐Ÿ‡ฒ๐Ÿ‡ด", + "macao": "๐Ÿ‡ฒ๐Ÿ‡ด", + "macedonia": "๐Ÿ‡ฒ๐Ÿ‡ฐ", + "macedonia,": "๐Ÿ‡ฒ๐Ÿ‡ฐ", + "madagascar": "๐Ÿ‡ฒ๐Ÿ‡ฌ", + "mg": "๐Ÿ‡ฒ๐Ÿ‡ฌ", + "malawi": "๐Ÿ‡ฒ๐Ÿ‡ผ", + "mw": "๐Ÿ‡ฒ๐Ÿ‡ผ", + "malaysia": "๐Ÿ‡ฒ๐Ÿ‡พ", + "maldives": "๐Ÿ‡ฒ๐Ÿ‡ป", + "mv": "๐Ÿ‡ฒ๐Ÿ‡ป", + "mali": "๐Ÿ‡ฒ๐Ÿ‡ฑ", + "ml": "๐Ÿ‡ฒ๐Ÿ‡ฑ", + "malta": "๐Ÿ‡ฒ๐Ÿ‡น", + "mt": "๐Ÿ‡ฒ๐Ÿ‡น", + "marshall_islands": "๐Ÿ‡ฒ๐Ÿ‡ญ", + "marshall": "๐Ÿ‡ฒ๐Ÿ‡ญ", + "martinique": "๐Ÿ‡ฒ๐Ÿ‡ถ", + "mq": "๐Ÿ‡ฒ๐Ÿ‡ถ", + "mauritania": "๐Ÿ‡ฒ๐Ÿ‡ท", + "mr": "๐Ÿ‡ฒ๐Ÿ‡ท", + "mauritius": "๐Ÿ‡ฒ๐Ÿ‡บ", + "mu": "๐Ÿ‡ฒ๐Ÿ‡บ", + "mayotte": "๐Ÿ‡พ๐Ÿ‡น", + "yt": "๐Ÿ‡พ๐Ÿ‡น", + "mexico": "๐Ÿ‡ฒ๐Ÿ‡ฝ", + "mx": "๐Ÿ‡ฒ๐Ÿ‡ฝ", + "micronesia": "๐Ÿ‡ซ๐Ÿ‡ฒ", + "micronesia,": "๐Ÿ‡ซ๐Ÿ‡ฒ", + "federated": "๐Ÿ‡ซ๐Ÿ‡ฒ", + "states": "๐Ÿ‡ซ๐Ÿ‡ฒ", + "moldova": "๐Ÿ‡ฒ๐Ÿ‡ฉ", + "moldova,": "๐Ÿ‡ฒ๐Ÿ‡ฉ", + "monaco": "๐Ÿ‡ฒ๐Ÿ‡จ", + "mc": "๐Ÿ‡ฒ๐Ÿ‡จ", + "mongolia": "๐Ÿ‡ฒ๐Ÿ‡ณ", + "mn": "๐Ÿ‡ฒ๐Ÿ‡ณ", + "montenegro": "๐Ÿ‡ฒ๐Ÿ‡ช", + "montserrat": "๐Ÿ‡ฒ๐Ÿ‡ธ", + "morocco": "๐Ÿ‡ฒ๐Ÿ‡ฆ", + "mozambique": "๐Ÿ‡ฒ๐Ÿ‡ฟ", + "mz": "๐Ÿ‡ฒ๐Ÿ‡ฟ", + "myanmar": "๐Ÿ‡ฒ๐Ÿ‡ฒ", + "mm": "๐Ÿ‡ฒ๐Ÿ‡ฒ", + "namibia": "๐Ÿ‡ณ๐Ÿ‡ฆ", + "na": "๐Ÿ‡ณ๐Ÿ‡ฆ", + "nauru": "๐Ÿ‡ณ๐Ÿ‡ท", + "nr": "๐Ÿ‡ณ๐Ÿ‡ท", + "nepal": "๐Ÿ‡ณ๐Ÿ‡ต", + "np": "๐Ÿ‡ณ๐Ÿ‡ต", + "netherlands": "๐Ÿ‡ณ๐Ÿ‡ฑ", + "nl": "๐Ÿ‡ณ๐Ÿ‡ฑ", + "new_caledonia": "๐Ÿ‡ณ๐Ÿ‡จ", + "caledonia": "๐Ÿ‡ณ๐Ÿ‡จ", + "new_zealand": "๐Ÿ‡ณ๐Ÿ‡ฟ", + "zealand": "๐Ÿ‡ณ๐Ÿ‡ฟ", + "nicaragua": "๐Ÿ‡ณ๐Ÿ‡ฎ", + "ni": "๐Ÿ‡ณ๐Ÿ‡ฎ", + "niger": "๐Ÿ‡ณ๐Ÿ‡ช", + "ne": "๐Ÿ‡ณ๐Ÿ‡ช", + "nigeria": "๐Ÿ‡ณ๐Ÿ‡ฌ", + "niue": "๐Ÿ‡ณ๐Ÿ‡บ", + "norfolk_island": "๐Ÿ‡ณ๐Ÿ‡ซ", + "norfolk": "๐Ÿ‡ณ๐Ÿ‡ซ", + "northern_mariana_islands": "๐Ÿ‡ฒ๐Ÿ‡ต", + "northern": "๐Ÿ‡ฒ๐Ÿ‡ต", + "mariana": "๐Ÿ‡ฒ๐Ÿ‡ต", + "north_korea": "๐Ÿ‡ฐ๐Ÿ‡ต", + "north": "๐Ÿ‡ฐ๐Ÿ‡ต", + "korea": "๐Ÿ‡ฐ๐Ÿ‡ต", + "norway": "๐Ÿ‡ณ๐Ÿ‡ด", + "oman": "๐Ÿ‡ด๐Ÿ‡ฒ", + "om_symbol": "๐Ÿ‡ด๐Ÿ‡ฒ", + "pakistan": "๐Ÿ‡ต๐Ÿ‡ฐ", + "pk": "๐Ÿ‡ต๐Ÿ‡ฐ", + "palau": "๐Ÿ‡ต๐Ÿ‡ผ", + "pw": "๐Ÿ‡ต๐Ÿ‡ผ", + "palestinian_territories": "๐Ÿ‡ต๐Ÿ‡ธ", + "palestine": "๐Ÿ‡ต๐Ÿ‡ธ", + "palestinian": "๐Ÿ‡ต๐Ÿ‡ธ", + "panama": "๐Ÿ‡ต๐Ÿ‡ฆ", + "pa": "๐Ÿ‡ต๐Ÿ‡ฆ", + "papua_new_guinea": "๐Ÿ‡ต๐Ÿ‡ฌ", + "papua": "๐Ÿ‡ต๐Ÿ‡ฌ", + "paraguay": "๐Ÿ‡ต๐Ÿ‡พ", + "py": "๐Ÿ‡ต๐Ÿ‡พ", + "peru": "๐Ÿ‡ต๐Ÿ‡ช", + "pe": "๐Ÿ‡ต๐Ÿ‡ช", + "philippines": "๐Ÿ‡ต๐Ÿ‡ญ", + "ph": "๐Ÿ‡ต๐Ÿ‡ญ", + "pitcairn_islands": "๐Ÿ‡ต๐Ÿ‡ณ", + "pitcairn": "๐Ÿ‡ต๐Ÿ‡ณ", + "poland": "๐Ÿ‡ต๐Ÿ‡ฑ", + "pl": "๐Ÿ‡ต๐Ÿ‡ฑ", + "portugal": "๐Ÿ‡ต๐Ÿ‡น", + "pt": "๐Ÿ‡ต๐Ÿ‡น", + "puerto_rico": "๐Ÿ‡ต๐Ÿ‡ท", + "puerto": "๐Ÿ‡ต๐Ÿ‡ท", + "rico": "๐Ÿ‡ต๐Ÿ‡ท", + "qatar": "๐Ÿ‡ถ๐Ÿ‡ฆ", + "qa": "๐Ÿ‡ถ๐Ÿ‡ฆ", + "reunion": "๐Ÿ‡ท๐Ÿ‡ช", + "rรฉunion": "๐Ÿ‡ท๐Ÿ‡ช", + "romania": "๐Ÿ‡ท๐Ÿ‡ด", + "ro": "๐Ÿ‡ท๐Ÿ‡ด", + "ru": "๐Ÿ‡ท๐Ÿ‡บ", + "russian": "๐Ÿ‡ท๐Ÿ‡บ", + "federation": "๐Ÿ‡ท๐Ÿ‡บ", + "rwanda": "๐Ÿ‡ท๐Ÿ‡ผ", + "rw": "๐Ÿ‡ท๐Ÿ‡ผ", + "st_barthelemy": "๐Ÿ‡ง๐Ÿ‡ฑ", + "saint": "๐Ÿ‡ง๐Ÿ‡ฑ", + "barthรฉlemy": "๐Ÿ‡ง๐Ÿ‡ฑ", + "st_helena": "๐Ÿ‡ธ๐Ÿ‡ญ", + "helena": "๐Ÿ‡ธ๐Ÿ‡ญ", + "ascension": "๐Ÿ‡ธ๐Ÿ‡ญ", + "tristan": "๐Ÿ‡ธ๐Ÿ‡ญ", + "cunha": "๐Ÿ‡ธ๐Ÿ‡ญ", + "st_kitts_nevis": "๐Ÿ‡ฐ๐Ÿ‡ณ", + "kitts": "๐Ÿ‡ฐ๐Ÿ‡ณ", + "nevis": "๐Ÿ‡ฐ๐Ÿ‡ณ", + "st_lucia": "๐Ÿ‡ฑ๐Ÿ‡จ", + "lucia": "๐Ÿ‡ฑ๐Ÿ‡จ", + "st_pierre_miquelon": "๐Ÿ‡ต๐Ÿ‡ฒ", + "pierre": "๐Ÿ‡ต๐Ÿ‡ฒ", + "miquelon": "๐Ÿ‡ต๐Ÿ‡ฒ", + "st_vincent_grenadines": "๐Ÿ‡ป๐Ÿ‡จ", + "vincent": "๐Ÿ‡ป๐Ÿ‡จ", + "grenadines": "๐Ÿ‡ป๐Ÿ‡จ", + "samoa": "๐Ÿ‡ผ๐Ÿ‡ธ", + "san_marino": "๐Ÿ‡ธ๐Ÿ‡ฒ", + "san": "๐Ÿ‡ธ๐Ÿ‡ฒ", + "marino": "๐Ÿ‡ธ๐Ÿ‡ฒ", + "sao_tome_principe": "๐Ÿ‡ธ๐Ÿ‡น", + "sao": "๐Ÿ‡ธ๐Ÿ‡น", + "tome": "๐Ÿ‡ธ๐Ÿ‡น", + "principe": "๐Ÿ‡ธ๐Ÿ‡น", + "saudi_arabia": "๐Ÿ‡ธ๐Ÿ‡ฆ", + "senegal": "๐Ÿ‡ธ๐Ÿ‡ณ", + "sn": "๐Ÿ‡ธ๐Ÿ‡ณ", + "serbia": "๐Ÿ‡ท๐Ÿ‡ธ", + "rs": "๐Ÿ‡ท๐Ÿ‡ธ", + "seychelles": "๐Ÿ‡ธ๐Ÿ‡จ", + "sc": "๐Ÿ‡ธ๐Ÿ‡จ", + "sierra_leone": "๐Ÿ‡ธ๐Ÿ‡ฑ", + "sierra": "๐Ÿ‡ธ๐Ÿ‡ฑ", + "leone": "๐Ÿ‡ธ๐Ÿ‡ฑ", + "singapore": "๐Ÿ‡ธ๐Ÿ‡ฌ", + "sg": "๐Ÿ‡ธ๐Ÿ‡ฌ", + "sint_maarten": "๐Ÿ‡ธ๐Ÿ‡ฝ", + "sint": "๐Ÿ‡ธ๐Ÿ‡ฝ", + "maarten": "๐Ÿ‡ธ๐Ÿ‡ฝ", + "dutch": "๐Ÿ‡ธ๐Ÿ‡ฝ", + "slovakia": "๐Ÿ‡ธ๐Ÿ‡ฐ", + "sk": "๐Ÿ‡ธ๐Ÿ‡ฐ", + "slovenia": "๐Ÿ‡ธ๐Ÿ‡ฎ", + "solomon_islands": "๐Ÿ‡ธ๐Ÿ‡ง", + "solomon": "๐Ÿ‡ธ๐Ÿ‡ง", + "somalia": "๐Ÿ‡ธ๐Ÿ‡ด", + "south_africa": "๐Ÿ‡ฟ๐Ÿ‡ฆ", + "south": "๐Ÿ‡ฟ๐Ÿ‡ฆ", + "africa": "๐Ÿ‡ฟ๐Ÿ‡ฆ", + "south_georgia_south_sandwich_islands": "๐Ÿ‡ฌ๐Ÿ‡ธ", + "kr": "๐Ÿ‡ฐ๐Ÿ‡ท", + "south_sudan": "๐Ÿ‡ธ๐Ÿ‡ธ", + "sd": "๐Ÿ‡ธ๐Ÿ‡ธ", + "spain": "๐Ÿ‡ช๐Ÿ‡ธ", + "sri_lanka": "๐Ÿ‡ฑ๐Ÿ‡ฐ", + "sri": "๐Ÿ‡ฑ๐Ÿ‡ฐ", + "lanka": "๐Ÿ‡ฑ๐Ÿ‡ฐ", + "sudan": "๐Ÿ‡ธ๐Ÿ‡ฉ", + "suriname": "๐Ÿ‡ธ๐Ÿ‡ท", + "sr": "๐Ÿ‡ธ๐Ÿ‡ท", + "swaziland": "๐Ÿ‡ธ๐Ÿ‡ฟ", + "sz": "๐Ÿ‡ธ๐Ÿ‡ฟ", + "sweden": "๐Ÿ‡ธ๐Ÿ‡ช", + "se": "๐Ÿ‡ธ๐Ÿ‡ช", + "switzerland": "๐Ÿ‡จ๐Ÿ‡ญ", + "ch": "๐Ÿ‡จ๐Ÿ‡ญ", + "syria": "๐Ÿ‡ธ๐Ÿ‡พ", + "syrian": "๐Ÿ‡ธ๐Ÿ‡พ", + "arab": "๐Ÿ‡ธ๐Ÿ‡พ", + "taiwan": "๐Ÿ‡น๐Ÿ‡ผ", + "tw": "๐Ÿ‡น๐Ÿ‡ผ", + "tajikistan": "๐Ÿ‡น๐Ÿ‡ฏ", + "tj": "๐Ÿ‡น๐Ÿ‡ฏ", + "tanzania": "๐Ÿ‡น๐Ÿ‡ฟ", + "tanzania,": "๐Ÿ‡น๐Ÿ‡ฟ", + "united": "๐Ÿ‡น๐Ÿ‡ฟ", + "thailand": "๐Ÿ‡น๐Ÿ‡ญ", + "timor_leste": "๐Ÿ‡น๐Ÿ‡ฑ", + "timor": "๐Ÿ‡น๐Ÿ‡ฑ", + "leste": "๐Ÿ‡น๐Ÿ‡ฑ", + "togo": "๐Ÿ‡น๐Ÿ‡ฌ", + "tg": "๐Ÿ‡น๐Ÿ‡ฌ", + "tokelau": "๐Ÿ‡น๐Ÿ‡ฐ", + "tk": "๐Ÿ‡น๐Ÿ‡ฐ", + "tonga": "๐Ÿ‡น๐Ÿ‡ด", + "trinidad_tobago": "๐Ÿ‡น๐Ÿ‡น", + "trinidad": "๐Ÿ‡น๐Ÿ‡น", + "tobago": "๐Ÿ‡น๐Ÿ‡น", + "tunisia": "๐Ÿ‡น๐Ÿ‡ณ", + "tn": "๐Ÿ‡น๐Ÿ‡ณ", + "tr": "๐Ÿ‡น๐Ÿ‡ท", + "turkmenistan": "๐Ÿ‡น๐Ÿ‡ฒ", + "turks_caicos_islands": "๐Ÿ‡น๐Ÿ‡จ", + "turks": "๐Ÿ‡น๐Ÿ‡จ", + "caicos": "๐Ÿ‡น๐Ÿ‡จ", + "tuvalu": "๐Ÿ‡น๐Ÿ‡ป", + "uganda": "๐Ÿ‡บ๐Ÿ‡ฌ", + "ug": "๐Ÿ‡บ๐Ÿ‡ฌ", + "ukraine": "๐Ÿ‡บ๐Ÿ‡ฆ", + "ua": "๐Ÿ‡บ๐Ÿ‡ฆ", + "united_arab_emirates": "๐Ÿ‡ฆ๐Ÿ‡ช", + "emirates": "๐Ÿ‡ฆ๐Ÿ‡ช", + "kingdom": "๐Ÿ‡ฌ๐Ÿ‡ง", + "great": "๐Ÿ‡ฌ๐Ÿ‡ง", + "britain": "๐Ÿ‡ฌ๐Ÿ‡ง", + "UK": "๐Ÿ‡ฌ๐Ÿ‡ง", + "english": "๐Ÿ‡ฌ๐Ÿ‡ง", + "union jack": "๐Ÿ‡ฌ๐Ÿ‡ง", + "scotland": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", + "scottish": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", + "wales": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", + "welsh": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", + "america": "๐Ÿ‡บ๐Ÿ‡ธ", + "us_virgin_islands": "๐Ÿ‡ป๐Ÿ‡ฎ", + "uruguay": "๐Ÿ‡บ๐Ÿ‡พ", + "uy": "๐Ÿ‡บ๐Ÿ‡พ", + "uzbekistan": "๐Ÿ‡บ๐Ÿ‡ฟ", + "uz": "๐Ÿ‡บ๐Ÿ‡ฟ", + "vanuatu": "๐Ÿ‡ป๐Ÿ‡บ", + "vu": "๐Ÿ‡ป๐Ÿ‡บ", + "vatican_city": "๐Ÿ‡ป๐Ÿ‡ฆ", + "vatican": "๐Ÿ‡ป๐Ÿ‡ฆ", + "venezuela": "๐Ÿ‡ป๐Ÿ‡ช", + "bolivarian": "๐Ÿ‡ป๐Ÿ‡ช", + "vietnam": "๐Ÿ‡ป๐Ÿ‡ณ", + "viet": "๐Ÿ‡ป๐Ÿ‡ณ", + "nam": "๐Ÿ‡ป๐Ÿ‡ณ", + "wallis_futuna": "๐Ÿ‡ผ๐Ÿ‡ซ", + "wallis": "๐Ÿ‡ผ๐Ÿ‡ซ", + "futuna": "๐Ÿ‡ผ๐Ÿ‡ซ", + "western_sahara": "๐Ÿ‡ช๐Ÿ‡ญ", + "western": "๐Ÿ‡ช๐Ÿ‡ญ", + "sahara": "๐Ÿ‡ช๐Ÿ‡ญ", + "yemen": "๐Ÿ‡พ๐Ÿ‡ช", + "ye": "๐Ÿ‡พ๐Ÿ‡ช", + "zambia": "๐Ÿ‡ฟ๐Ÿ‡ฒ", + "zm": "๐Ÿ‡ฟ๐Ÿ‡ฒ", + "zimbabwe": "๐Ÿ‡ฟ๐Ÿ‡ผ", + "zw": "๐Ÿ‡ฟ๐Ÿ‡ผ", + + "AFX": "๐Ÿ’ƒ๐Ÿ’ƒ๐Ÿ’ƒ", + "aesthetic": "๐ŸŽจ", + "aesthetics": "๐ŸŽจ๐ŸŽจ๐ŸŽจ", + "AKPsi": "๐Ÿ’ฆ๐Ÿ˜ซ", + "alarm": "๐Ÿšจ", + "alert": "๐Ÿšจ๐Ÿšจ", + "Alpha Kappa Psi": "๐Ÿ’ฆ๐Ÿ˜ซ", + "Alpha Nu": "๐Ÿ’›", + "always": "๐Ÿ•”", + "AngularJS": "๐Ÿ‘Œ๐Ÿ™๐Ÿ“–", + "announcement": "๐Ÿ“ข", + "announcements": "๐Ÿ“ข", + "application":"๐Ÿ“", + "applied":"๐Ÿ“", + "apply":"๐Ÿ™‹", + "applying":"๐Ÿ™‹", + "aspiration": "๐Ÿ‘", + "aspirations": "๐Ÿ‘", + "ass": "๐Ÿ‘", + "assassin": "๐Ÿ”ช", + "ay": "๐Ÿ‘ฝ", + "ay lmao": "๐Ÿ‘ฝ๐Ÿ‘ฝ๐Ÿ‘ฝ", + + "banking": "๐Ÿฆ", + "basic": "โ˜• ", + "bby": "๐Ÿ‘", + "Berkeley": "๐ŸŒฟ", + "best": "๐Ÿ†", + "bitch": "๐Ÿ‘๐Ÿ‘๐Ÿ‘", + "bitches": "๐Ÿ‘๐Ÿ‘๐Ÿ‘", + "bless": "๐Ÿ™", + "blessed": "๐Ÿ™", + "boi": "๐Ÿ‘ฆ", + "bois": "๐Ÿ‘ฆ๐Ÿ‘ฆ๐Ÿ‘ฆ", + "boys": "๐Ÿ‘ฆ๐Ÿ‘ฆ๐Ÿ‘ฆ", + "bro": "๐Ÿ’ช", + "brotha": "๐Ÿ’ช", + "Bootstrap": "๐Ÿ‘Œ๐Ÿ™๐Ÿ“–", + "built": "๐Ÿ‘ทโ€โ™€๏ธ", + "bush": "๐ŸŒณ", + + "Cal": "๐Ÿ˜๐Ÿ‘Œ๐Ÿ‘€", + "change": "๐Ÿ“ˆ", + "changed": "๐Ÿ“ˆ", + "changing": "๐Ÿ“ˆ", + "cena": "โœ‹๐Ÿ‘€", + "cock": "๐Ÿ“", + "code": "๐Ÿ’ป", + "coding": "๐Ÿ’ป", + "compensation": "๐Ÿ’ธ", + "consult": "๐Ÿ‘”", + "consulting": "๐Ÿ‘”", + "consultant": "๐Ÿ‘”", + "convert": "โžก", + "converter": "โžก", + "crying": "๐Ÿ˜‚", + "CS": "๐Ÿ’ป", + "cummies": "๐Ÿ’ฆ", + + "daddy": "๐Ÿ˜œ๐Ÿ’–๐Ÿ’ฆ", + "dance": "๐Ÿ’ƒ", + "dancing": "๐Ÿ’ƒ", + "danger": "โ˜ขโ˜ฃ", + "dank": "๐ŸŒฟ๐Ÿ", + "dat boi": "๐Ÿธ", + "DCF": "๐Ÿ’ฆ๐Ÿ˜ซ", + "develop":"๐Ÿ‘ฉโ€๐Ÿ’ป", + "developing": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "developed": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "developer": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "dick": "๐Ÿ†", + "dicks": "๐Ÿ†", + "dicksoutforharambe": "๐Ÿ’๐Ÿ†๐Ÿ™", + "dildo": "๐Ÿ†", + "dildos": "๐Ÿ†๐Ÿ†๐Ÿ†", + "down": "โฌ‡โฌ‡", + "drink": "๐Ÿน", + "drunk": "๐Ÿป๐Ÿท๐Ÿธ", + + "econ": "๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "economic": "๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "economy": "๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "EECS": "๐Ÿ’ป", + "emoji": "๐Ÿ‘Œ", + "emojis": "๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ", + "emojilib": "๐Ÿ‘Œ๐Ÿ™๐Ÿ“–", + "emojipasta": "๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ", + "experience": "๐Ÿ’ฏ", + + "family": "๐Ÿ‘ช", + "FCF": "๐Ÿ’ฆ๐Ÿ˜ซ", + "finance": "๐Ÿฆ", + "financial": "๐Ÿฆ", + "fire": "๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ", + "flex": "๐Ÿ’ช", + "formation": "๐Ÿ’Ž", + "formations": "๐Ÿ’Ž", + "framework": "๐Ÿ”ฒ", + "frameworks": "๐Ÿ”ฒ", + "fuccboi": "๐Ÿ–•๐Ÿ‘ฆ", + "fuck": "๐Ÿ–•๐Ÿ‘ฆ๐Ÿ–•", + "fucked": "๐Ÿ–•๐Ÿ†๐Ÿ‘", + "fucker": "๐Ÿ–•๐Ÿ‘ฆ๐Ÿ–•", + "fuckers": "๐Ÿ–•๐Ÿ‘ฆ๐Ÿ–•", + "fucking": "๐Ÿ–•", + "fuk": "๐Ÿ–•๐Ÿ‘ฆ๐Ÿ–•", + + "gains": "๐Ÿ’ช๐Ÿป", + "general": "๐Ÿคท", + "gf": "๐Ÿ’ƒ", + "git": "๐Ÿ’ป", + "github": "๐Ÿ’ป", + "good": "๐Ÿ‘Œ๐Ÿ‘๐Ÿพ", + "gorilla": "๐Ÿฆ", + "gorillas": "๐Ÿฆ๐Ÿฆ๐Ÿฆ", + + "hall": "๐Ÿข", + "Harambe": "๐Ÿ™๐Ÿ’๐Ÿ™", + "help": "๐Ÿ†˜", + "here": "๐Ÿ‘ˆ๐Ÿ‘ˆ", + "hey": "๐Ÿ‘‹", + "hi": "๐Ÿ‘‹", + "ho": "๐Ÿ‘", + "hoe": "๐Ÿ‘", + "hoes": "๐Ÿ‘๐Ÿถ๐Ÿ‘", + "how": "๐Ÿค”", + "humble": "๐Ÿ™‡", + + "I've": "๐Ÿ™‹", + "I'll": "๐Ÿ™‹", + "idiot": "๐Ÿ˜œ", + "idiots": "๐Ÿ™ƒ๐Ÿ™ƒ๐Ÿ™ƒ", + "IDX": "๐Ÿ’ƒ๐Ÿ’ƒ๐Ÿ’ƒ", + "Innovative Design": "๐Ÿ‘Œ๐Ÿ’ฏ๐Ÿ‘Œ", + "interest": "๐Ÿค”", + "interested": "๐Ÿค”", + "invest": "๐Ÿ’ฐ๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "invested": "๐Ÿ’ฐ๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "investment": "๐Ÿ’ฐ๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "is": "๐Ÿˆถ", + "iOS": "๐Ÿ“ฑ", + + "jesus": "โœ๏ธ", + "JQuery": "๐Ÿ‘Œ๐Ÿ™๐Ÿ“–", + + "Kanye": "๐Ÿ™๐Ÿพ", + "kek": "๐ŸŽ‚๐Ÿฐ", + "kfc": "๐Ÿ—๐Ÿ—๐Ÿ—", + "kid": "๐Ÿ‘ฆ", + "kids": "๐Ÿ‘ฆ๐Ÿ‘ฆ๐Ÿ‘ฆ", + "kill": "๐Ÿ”ช๐Ÿ”ซ", + "killa": "๐Ÿ”ช", + "killer": "๐Ÿ”ช", + "kills": "๐Ÿ”ซ๐Ÿ”ซ๐Ÿ”ซ", + "klg": "๐Ÿ—๐Ÿ๐Ÿ—", + "kkk" : "( อกยฐ อœส– อกยฐ)", + "know": "๐Ÿค”", + "knows": "๐Ÿค”", + "knew": "๐Ÿค”", + "knowing": "๐Ÿค”", + + "lacoste": "๐ŸŠ๐ŸŠ", + "language": "๐ŸŒŽ", + "leah": "๐Ÿ•", + "life": "๐Ÿ’“", + "loud": "๐Ÿ—ฃ๐Ÿ—ฃ๐Ÿ—ฃ", + + "maggot": "๐Ÿ›", + "Main Stacks": "๐Ÿ“–", + "master": "๐Ÿ‘‘", + "meme": "๐Ÿ”ฅ", + "memeconomy": "๐Ÿ“ˆ๐Ÿ“‰๐Ÿ’น", + "memes": "๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ", + "messages": "๐Ÿ’ฌ๐Ÿ’ฌ๐Ÿ’ฌ", + "messenger": "๐Ÿ’ฌ", + "mixtape" : "๐ŸŽง๐Ÿ”ฅ", + + "never": "โŒ", + "nigga": "๐Ÿ™Œ๐Ÿ‘‹๐Ÿฟ", + "niggas": "๐Ÿ™Œ๐Ÿ‘‹๐Ÿฟ", + "ninja": "๐Ÿฅ‹", + "ninjas": "๐Ÿฅ‹๐Ÿฅ‹๐Ÿฅ‹", + + "out": "๐ŸŽ๐Ÿ", + + "pasta": "๐Ÿ", + "pay": "๐Ÿ’ธ", + "paycheck": "๐Ÿ’ธ", + "pc police": "๐Ÿ˜ ๐Ÿ–•๐Ÿ’ฉ", + "president": "๐Ÿ‘‘", + "practice": "๐Ÿ’ผ", + "practicing": "๐Ÿ’ผ", + "price": "๐Ÿ”–", + "programming": "๐Ÿ“บ", + "push": "โœ‹", + "pussy": "๐Ÿฑ", + + "quit": "๐Ÿ˜ฉ", + + "rat": "๐Ÿญ", + "reddit": "๐Ÿ‘ฝ", + "rip": "๐Ÿ‘ปโœ๏ธ", + "roll": "๐Ÿ˜‹", + "rolling": "๐Ÿ˜‹๐Ÿ’Š", + "run": "๐Ÿƒ", + "rush": "๐Ÿƒ๐Ÿ”ฑ๐Ÿ’ฆ๐Ÿ˜ซ", + + "sadboi": "๐Ÿ˜ข", + "sadbois": "๐Ÿ˜ข๐Ÿ˜ข๐Ÿ˜ข", + "sadboy": "๐Ÿ˜ข", + "sadboys": "๐Ÿ˜ข๐Ÿ˜ข๐Ÿ˜ข", + "sewage": "๐Ÿ’ฉ", + "shave": "๐Ÿ”ช๐Ÿ‘", + "shit": "๐Ÿ’ฉ", + "shitpost": "๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ", + "skeltal": "๐Ÿ’€", + "sniper": "๐Ÿ”ซ", + "soda": "๐Ÿน", + "Soda Hall": "๐Ÿ™", + "speak": "๐Ÿ“ข", + "speaking": "๐Ÿ“ข", + "special": "๐ŸŒŸ", + "spoke": "๐Ÿ“ข", + "spooky" : "๐ŸŽƒโšก๏ธ๐Ÿ‘ป", + "spongegar": "๐Ÿ™Ž", + "Stanford": "๐Ÿ˜ˆ", + "Stanfurd": "๐Ÿ˜ˆ", + "Starbucks": "โ˜• ", + "startup": "๐Ÿš€", + "startups": "๐Ÿš€", + "subreddit": "๐Ÿ‘ฝ", + "suck": "๐Ÿ˜œ๐Ÿ’ฆ", + "sucked": "๐Ÿ˜œ๐Ÿ’ฆ", + "sucking": "๐Ÿ˜œ๐Ÿ’ฆ", + "sucks": "๐Ÿ˜”", + "sum": "โž•", + "swift": "๐Ÿฆ", + + "Taylor Swift": "๐Ÿ", + "Taiwan": "๐Ÿ‡น๐Ÿ‡ผ", + "target": "๐ŸŽฏ", + "tech": "๐Ÿ“ฑ", + "tell": "๐Ÿ—ฃ", + "telling": "๐Ÿ—ฃ", + "text": "๐Ÿ“–", + "thank": "๐Ÿ™", + "thanks": "๐Ÿ™", + "thirst": "๐Ÿ‘…๐Ÿ’ฆ", + "thirsty": "๐Ÿ‘…๐Ÿ’ฆ", + "this": "โฌ†", + "thot": "๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ", + "tiffany": "๐Ÿ’“๐Ÿ’“๐Ÿ’“", + "touchy": "๐Ÿ’•๐Ÿ–", + "tritons": "๐Ÿ ๐Ÿฌ๐Ÿ”ฑ๐Ÿ”ฑ๐Ÿ”ฑ", + + "u": "๐Ÿ‘‰", + "ur": "๐Ÿ‘‰", + "UC Berkeley": "๐Ÿ˜๐Ÿ’ฏ๐Ÿ‘Œ๐Ÿ‘€", + "UCSD": "๐ŸŒž๐Ÿ’ฏ๐Ÿ‘Œ๐Ÿ‘€", + "uncle": "๐Ÿ‘ด", + "UT Austin": "๐Ÿ’“๐Ÿ’“๐Ÿ’“", + + "VC": "๐Ÿš€", + "venture capital": "๐Ÿš€", + "VP": "๐Ÿ‘‘", + + "want": "๐Ÿ˜‹", + "wanting": "๐Ÿ˜‹", + "wanted": "โš ", + "wavy": "๐ŸŒŠ", + "website": "๐Ÿ’ฏ", + "weed": "๐ŸŒฟ๐Ÿ", + "wet": "๐Ÿ’ฆ", + "what": "๐Ÿ˜…", + "when": "โฐ", + "where": "๐Ÿคท", + "who": "๐Ÿ’", + "why": "๐Ÿค”", + "Willy": "๐Ÿ›", + "worst": "๐Ÿ˜ก", + + "yeah": "๐Ÿ™Œ", + "yeezy": "๐Ÿ‘Ÿ๐Ÿ’ฐ", + "yo": "๐Ÿ‘‹", + "your": "๐Ÿ‘‰", + "yours": "๐Ÿ‘‰", + "you're": "๐Ÿ‘‰", + + "420": "๐ŸŒฟ๐Ÿ", + "9/11": "๐Ÿ’ฅ๐Ÿข๐Ÿขโœˆ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ" +} \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 6d09b47..abdbab5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,13 @@ use std::env; use dotenv::dotenv; use futures::StreamExt; use telegram_bot::*; +use once_cell::sync::Lazy; +use indexmap::map::IndexMap; + +static EMOJI_DATA: Lazy> = Lazy::new(|| { + let data = include_str!("../assets/emojis.json"); + serde_json::from_str(data).expect("Failed to parse json emoji data") +}); /// Returns two versions of AlTeRnAtInG case equivalents of the given message /// The first result contains the a version beginning with an uppercase letter, @@ -49,33 +56,65 @@ fn generate_spaced(message: &str) -> String result } +fn generate_emojipasta(message: &str) -> String +{ + use rand::seq::SliceRandom; + let mut rng = rand::thread_rng(); + let emojis: Vec<&String> = EMOJI_DATA.values().collect(); + + let mut result: Vec = Vec::new(); + let mut stream = message.split_whitespace().enumerate(); + while let Some((_, word)) = stream.next() { + result.push(word.into()); + + // Lowercase word + let word: String = word.to_lowercase(); + + if let Some(emoji) = EMOJI_DATA.get(&word) { + result.push(emoji.to_string()); + } else if let Some(emoji) = emojis.choose(&mut rng) { + result.push(emoji.to_string()); + } + } + + return result.join(" "); +} + fn generate_responses(message: &str) -> Vec { if message == "" { return vec![]; } - let (option1, option2) = generate_alternate_case(message); - let option3 = generate_spaced(message); + let (alt_up, alt_down) = generate_alternate_case(message); + let spaced = generate_spaced(message); + let pasta = generate_emojipasta(message); vec![ InlineQueryResultArticle::new( - "altcase_1", option1.clone(), InputTextMessageContent { - message_text: option1, + "altcase_up", alt_up.clone(), InputTextMessageContent { + message_text: alt_up, parse_mode: None, disable_web_page_preview: false, } ).into(), InlineQueryResultArticle::new( - "altcase_2", option2.clone(), InputTextMessageContent { - message_text: option2, + "altcase_down", alt_down.clone(), InputTextMessageContent { + message_text: alt_down, parse_mode: None, disable_web_page_preview: false, } ).into(), InlineQueryResultArticle::new( - "spaced", option3.clone(), InputTextMessageContent { - message_text: option3, + "spaced", spaced.clone(), InputTextMessageContent { + message_text: spaced, + parse_mode: None, + disable_web_page_preview: false, + } + ).into(), + InlineQueryResultArticle::new( + "emojipasta", pasta.clone(), InputTextMessageContent { + message_text: pasta, parse_mode: None, disable_web_page_preview: false, }