python convert emoji to HTML decimal – Twitter API
I have a django application that consumes the twitter public API. The tweets the application received contains some emojis and I want to convert it into HTML decimal equivalent. Searching for python emoji I found two libraries (emoji_unicode, pyemoji). I…