This simple program written in Go helps parse the "emoji-test.txt" file containing Unicode emojis.
This program support 15.1 emojis version.
You can download last "emoji-test.txt" file from: https://unicode.org/Public/emoji/
Emoji-test.txt is a file containing data about various Unicode emojis, including their codes, descriptions, and properties. This program parses this file and provides functionality to extract useful information from it.
- Parse emoji-test.txt file
- Retrieve emoji codes, descriptions, and properties
- Get emoji groups and sub-groups
- Simple and easy-to-understand codebase
- Clone this repository:
git clone https://github.com/byteberg/emojis.git
- Navigate to the project directory:
cd emoji-parser
- Build the project:
go build
- Run the executable:
./emoji-parser
- You should get the file: emojis.json
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request.