Skip to content

Georgios1999/emoji-json-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Emoji JSON Generator

Simple python scripts that when run, generate a JSON file containing all the emojis found in the official unicode catalog (https://unicode.org/Public/emoji/latest/emoji-test.txt)

  • The get_emojis.py file gets all the emojis.
  • The get_emojis--no-color.py script gets all the emojis but removes the ones with skin color modifiers (πŸ‘‹πŸ‘‹πŸ»πŸ‘‹πŸΌπŸ‘‹πŸ½πŸ‘‹πŸΎπŸ‘‹πŸΏ) to prevent duplicates and weird emojis like πŸ§‘πŸΌβ€πŸ°β€πŸ§‘πŸΏ (yep. That's 3 characters in one. WTF)

How to run

First, make sure you have installed the requests and json modules. You can install modules by doing

pip install requests

or something similar depending on what you use to install python packages.

Then, just run it.

python get_emojis.py

The scripts will create the json file in the same directory they are in.

License

Just do whatever the fuck you want with it lol

About

Simple python scripts that get all emojis from unicode and write them in a JSON file.

Resources

License

Stars

Watchers

Forks

Languages