-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emojis in Pushbullet #100
Comments
Hi @Crowlord This seems like a relatively straightforward issue. Do you mind sharing one of your message configs (where I can see the emoji you're using) and also a screenshot of what you see in Pushbullet? I mainly just want to confirm I see the same thing on my end when I work to fix it. Thanks in advance. |
Sorry only just seen this! I switched over to Discord instead which works great. I will put PB back on my test bed and get back to you. |
may https://pypi.org/project/emoji/ helps here. >> import emoji
>> print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
Python is 👍 |
Just jumped on this as telegram plugin is essentially dead.
It integrated with pushbullet just great but my emojis are just showing as text (both on phone and in push). Is there a library i need to include or something or is this just unsupported here? Telegram emojis show up just fine in Pushbullet.
The text was updated successfully, but these errors were encountered: