wechaty / matrix-appservice

Wechaty [Matrix] Application Services Bridge
https://matrix.org/docs/projects/bridge/matrix-appservice-wechaty
Apache License 2.0
133 stars 16 forks source link

Convert Wechat message BBCode to HTML #16

Open huan opened 5 years ago

huan commented 5 years ago

The message content from Wechat that includes emojis will like this:

<img class="emoji emoji1f44f" text="_web" src="/zh_CN/htmledition/v2/images/spacer.gif" /><img class="emoji emoji1f44f" text="_web" src="/zh_CN/htmledition/v2/images/spacer.gif" />

We need to find a clean way to convert them to HTML so that we can use intent.sendMessage() to send them and show them correctly on the Matrix clients.

yswtrue commented 3 years ago

How about using this dependence https://github.com/JiLiZART/bbob

huan commented 3 years ago

It would be great if there's any existing library that can do this conversion for us!