🎉 That's right! 🎉 More emojiz than you can even handle. I don't ask how you use them, just grab a json with desired emoji pack and have some fun kid! ⚡
All .json files with emojiz follows same key -> value
structure, where keys are names of emojiz and values are urls
to their image files.
If you feel like getting those emojis yourself, feel free to grab script I wrote to scrape all of them, script is just a quick hack so I don't expect you'll like it, but if you want to improve it, PRs are welcome!
$ git clone git@github.com:oskarcieslik/emojiz.git
$ cd ./emojiz
$ pip install -r ./scripts/requirements.txt
$ python ./scripts/all_emojis.py
I used python 3 so if you want to use this script you probably must create a virtualenv 💪
My inspiration was a reaaally cool project I'm working on called gh-emoji, check it out!
MIT © Oskar Cieslik