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.pyfile gets all the emojis. - The
get_emojis--no-color.pyscript 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)
First, make sure you have installed the requests and json modules. You can install modules by doing
pip install requestsor something similar depending on what you use to install python packages.
Then, just run it.
python get_emojis.pyThe scripts will create the json file in the same directory they are in.
Just do whatever the fuck you want with it lol