A simple Python script to download all emojis from the Slackmoji website (or any url for that matter).
Make sure you have the following installed:
- Python 3 (I created & used this script on 3.7.0)
- beautifulsoup4 (Python Package for parsing and pulling data out of HTML/XML documents)
- Clone the repo
- Open up your terminal and navigate to the Python script
- Run
python3 slackmoji-grabber.py https://slackmojis.com/
and watch the numbers fly! - The files will be downloaded to a folder called 'slackmojis' created where the script is located.
If you're using this to get all the emojis from Slackmoji, I suggest using Neutral Face Emoji Tools to upload all of them to your Slack workspace. You can find the extension here
I'm open to suggestions & contributions on how to make this better to use!