Updating with Unicode 17, bumping version to match: 17.0.0#10
Updating with Unicode 17, bumping version to match: 17.0.0#10ad08fee3 wants to merge 2 commits intojobiewong:masterfrom
Conversation
|
Welp I'm now realizing that https://github.com/muan/emojilib is actually still on Unicode 16. So this should probably be using 16 as well. In fact, you could probably scrap this if you wanted. |
|
Thanks so much for contributing! You are right I have neglected this repo for a few months. I will check over your changes and decide what the best way forward is for versioning of this package. If emojilib has fallen behind the Unicode standard then perhaps this project will have to use another method for pulling keywords. |
|
I'm actually working on a new espanso package that you may be interested in. :) It's not done yet, but it is functional if you want to experiment: https://github.com/ad08fee3/espanso-emoji-picker It looks like muan/emojilib: Emoji keyword library. is closely related to muan/unicode-emoji-json: Emoji data from unicode.org as easily consumable JSON files.. The latter has a PR up to update it to 17: Updates for Unicode 17.0 by forresto · Pull Request #21 · muan/unicode-emoji-json In any case, the Espanso package that I am working on pulls from both of those locations instead of scraping the Unicode site, for better or worse. |
This repo is a little out of date :)
I figured this would be some fun practice. Let me know if you see any issues with the results.
Also, I was thinking having the version number match the unicode standard would be a good idea.
emojilib changed the format of their json file, which is why the parsing logic slightly changed.
Also adding
requirements.txtfor ease of installation.