Skip to content

v15.1 emojis file parser write in GO. All emojis in JSON.

Notifications You must be signed in to change notification settings

byteberg/emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Parser

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/

Overview

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.

Features

  • Parse emoji-test.txt file
  • Retrieve emoji codes, descriptions, and properties
  • Get emoji groups and sub-groups
  • Simple and easy-to-understand codebase

Usage

  1. Clone this repository:
git clone https://github.com/byteberg/emojis.git
  1. Navigate to the project directory:
cd emoji-parser
  1. Build the project:
go build
  1. Run the executable:
./emoji-parser
  1. You should get the file: emojis.json

Contributing

Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request.

About

v15.1 emojis file parser write in GO. All emojis in JSON.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages