NeelShah18 / emot

Open source Emoticons and Emoji detection library: emot

Home Page:https://pypi.org/project/emot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing 🤨 and 🦟 emojis

silvadenisaraujo opened this issue · comments

Describe the bug
In the emot dictionary it's missing two emojis, 🤨 and 🦟 , respectively the unicodes (U+1F928, U+1F99F)

To Reproduce
Steps to reproduce the behavior:

def convert_emojis(text):
    for emot in UNICODE_EMO:
        text = text.replace(emot, "_".join(UNICODE_EMO[emot].replace(",","").replace(":","").split()))
    return text

convert_emojis('Hello 🤨')

Expected behavior
'Hello :face_with_raised_eyebrow: '

Additional context
The same example applies to the mosquito emoji.

@silvadenisaraujo Thank you for the contribution and using it. I will add this emoji this week and will avilable from next week. aplogies for late reply.

Again thank you for contribution and support.

added in new version 3.0 branch. Planning to release this week.