Open hawkins opened 7 years ago
Being able to respond with emojis would really help Shawk catch up to modern texting.
Using carpedm20's emoji available on pip should make this pretty easy, and inuitive to those used to typing similar emojis in applications like Slack.
Worth noting that a raw parameter should be added to support raw message contents. That is to say, raw messages would not be emojized.
raw
emojize
Emojis have been giving me a world of trouble on multiple levels:
I'm going to consider removing this feature from shawk and maintain the project with a plain-text-only goal.
Being able to respond with emojis would really help Shawk catch up to modern texting.
Using carpedm20's emoji available on pip should make this pretty easy, and inuitive to those used to typing similar emojis in applications like Slack.
Worth noting that a
raw
parameter should be added to support raw message contents. That is to say, raw messages would not beemojize
d.