/slackmoji-grabber

A simple Python script to download all emojis from the Slackmoji website.

Primary LanguagePythonMIT LicenseMIT

slackmoji-grabber

A simple Python script to download all emojis from the Slackmoji website (or any url for that matter).

How to use

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)
  1. Clone the repo
  2. Open up your terminal and navigate to the Python script
  3. Run python3 slackmoji-grabber.py https://slackmojis.com/ and watch the numbers fly!
  4. 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!