Download the latest emoji data from unicode. Also several utility functions to use emojis as well as an emoji log formatter.
Project description
ez-emoji :wave:
We have some emoji data for you. You can grab standard unicode emojis, in txt or json format above. Also we maintain the a current set of the github markdown emojis.
Fresh data :tada:
Fresh emoji data is always availabe here in the repository's root directory.
File | Description |
---|---|
EZEMOJI_UNICODE.txt | A simple txt file definition of each emoji. This could easily be adapted to any language. |
EZEMOJI_UNICODE.json | This is a more detailed format using json with the structure illustrated below. |
EZEMOJI_GITHUB.md | This is list of all the github markdown emojis, updated via Github's API. |
{
"generated": 1656354239,
"generator_version": "0.1.3+build.83",
"unicode_version": "14.0",
"groups": ["smileys_emotion", "people_body", "component", "animals_nature"],
"subgroups": {"smileys_emotion": ["face-smiling", "face-affection", "face-tongue", "face-hand"]},
"emojis": {
"grinning face": {
"emoji": "\ud83d\ude00",
"name": "grinning face",
"annotations": ["face", "grin", "grinning face"],
"code_point_str": "1F600",
"subgroup": "face-smiling",
"group": "smileys_emotion",
"status": "fully qualified",
"version": "1.0",
"sentiment": "+",
"errors": [],
}
}
Install your own copy :floppy_disk:
Github Actions is generating our data here via cron once a week, on Saturday night. However, if you prefer, go ahead and use downloader.py to download your own emoji data whenever you desire.
python downloader.py [optional_destination_directory]
Unicode seems to release major version updates about once per year. They also do some minor updates in between.
Use :muscle:
Download and use our data, or download the entire package. We have a few utilities as well which are a work in progress. One is a python Log Formatter which uses emojis. That utility also utilizes another which simply picks random emojis based on the sentiment desired.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ez-emoji-0.1.13.tar.gz
.
File metadata
- Download URL: ez-emoji-0.1.13.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08094ee93a11d824de7c4b56ca5f272d3b918e33e9063faa4c22a47a68c43c37 |
|
MD5 | 3c4f89e341e5a51e3fa4f32a29749e7a |
|
BLAKE2b-256 | 79a33a26402e467dc8b492855629b35ac87accb8d88b95cf0bcf1b829c26ce8d |
File details
Details for the file ez_emoji-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: ez_emoji-0.1.13-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa7d2af0bb56c3f6ca24305bcb0d506dccc138f53e97e17d1e32e44987e323e9 |
|
MD5 | 4f4bb9aa17ee205506b5dfcef8e1c8af |
|
BLAKE2b-256 | 093d362347767060041d00b279f37cc8adc83541b7eb0d45c13d725ee1378874 |