{"id":17013170,"url":"https://github.com/kariaro/discord-java-demoji","last_synced_at":"2025-08-08T19:12:51.401Z","repository":{"id":176160452,"uuid":"418678589","full_name":"Kariaro/discord-java-demoji","owner":"Kariaro","description":"Convert unicode emojis to Discord shortcodes","archived":false,"fork":false,"pushed_at":"2021-10-19T15:18:40.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T13:22:53.531Z","etag":null,"topics":["discord","emoji"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kariaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-18T21:47:11.000Z","updated_at":"2021-10-19T15:17:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"731ef0d2-6e11-4301-86da-52d650eef0fe","html_url":"https://github.com/Kariaro/discord-java-demoji","commit_stats":null,"previous_names":["kariaro/discord-java-demoji"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kariaro%2Fdiscord-java-demoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kariaro%2Fdiscord-java-demoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kariaro%2Fdiscord-java-demoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kariaro%2Fdiscord-java-demoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kariaro","download_url":"https://codeload.github.com/Kariaro/discord-java-demoji/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244966523,"owners_count":20539797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","emoji"],"created_at":"2024-10-14T06:12:34.618Z","updated_at":"2025-03-22T14:15:07.782Z","avatar_url":"https://github.com/Kariaro.png","language":"Java","readme":"# discord-java-demoji\n[![Release](https://jitpack.io/v/kariaro/discord-java-demoji.svg)](https://jitpack.io/#kariaro/discord-java-demoji)\n\nThis library supports Emoji 13.1 and converts all unicode emojis into Discord shortcodes.\n\n```java\nString result = EmojiParser.parse(\"Hello world! ☺\");\nSystem.out.println(result); // \"Hello world! :relaxed:\"\n```\n\nUnit tests can be found in `src/test/java/test`\n\n## Generating the mappings\nThis library requires a mapping file to correctly convert emoji to shortcodes.\nIf you want to update the `emoji.json` file to handle more shortcodes you can run the mapping generator `com.hardcoded.generator.EmojiMappingGenerator`.\n\nThere is no general solution to generating the mappings for this project and the format discord uses could change in the future.\n\nThe internal format of this project will not change.\n\n## Usage\nTo use this library include this in your `build.gradle`\n\n```\nrepositories {\n    jcenter()\n    maven { url 'https://jitpack.io' }\n}\ndependencies {\n    implementation 'com.github.hardcoded:discord-java-demoji:version'\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkariaro%2Fdiscord-java-demoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkariaro%2Fdiscord-java-demoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkariaro%2Fdiscord-java-demoji/lists"}