Skip to content
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

Update Emoji DB #2

Open
szepeviktor opened this issue Jan 23, 2023 · 5 comments
Open

Update Emoji DB #2

szepeviktor opened this issue Jan 23, 2023 · 5 comments

Comments

@szepeviktor
Copy link

@andriykrefer Thank you for the package.

Where may I find newer db.json?
Last three years new emojis came out.

@raveren
Copy link

raveren commented Mar 18, 2024

👍

Excellent plugin, but 🐱‍💻 is missing :)

@andriykrefer
Copy link
Owner

andriykrefer commented Mar 18, 2024

@szepeviktor sorry, I hadn't seen your issue before, I just saw it now
@raveren
I'll try to locate the scraper script I used back then to fetch the emojis (or write a new one) so I can update the DB

@szepeviktor
Copy link
Author

szepeviktor commented Mar 18, 2024

Latest emojis are v15.1 https://www.unicode.org/emoji/charts/full-emoji-list.html
There are many GitHub repos listing emojis in JSON e.g. https://github.com/chalda-pnuzig/emojis.json or https://github.com/amio/emoji.json you can use jq to convert it.
The hacker cat emoji is a composite one https://emojipedia.org/hacker-cat#technical

@andriykrefer
Copy link
Owner

Thank you for the info.
I already found the script I used back then, and it is not working anymore. I had scraped emojipedia.org
Besides the json database I also need the rendered emoji images, and they have that.
I will have to fix the script or find a db with the images, and emoji names, aliases, codepoints and categories.
It doesn't need to be json, other formats may be converted to json.

@szepeviktor
Copy link
Author

find a db with the images

This is the official one from the Unicode Consortium.
https://www.unicode.org/emoji/charts/full-emoji-list.html
It has data-URI images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants