Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diemol/bulk-upload-slack-emoji
Quick script using Selenium WebDriver that uploads emojis to a Slack workspace
https://github.com/diemol/bulk-upload-slack-emoji
Last synced: 17 days ago
JSON representation
Quick script using Selenium WebDriver that uploads emojis to a Slack workspace
- Host: GitHub
- URL: https://github.com/diemol/bulk-upload-slack-emoji
- Owner: diemol
- License: mit
- Created: 2020-08-27T07:59:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-28T08:55:42.000Z (over 4 years ago)
- Last Synced: 2024-11-01T04:42:37.456Z (2 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Quick script using Selenium WebDriver that uploads emojis to a Slack workspace
Before running the script, you should configure Chrome and ChromeDriver to execute the WebDriver script.
More information can be seen here: http://chromedriver.chromium.org/getting-started1. Go to a page like https://slackmojis.com/, and download the ones you'd like into a separate directory.
1. Set the following environment variables:
1. `SLACK_EMAIL`: Email you use to log into Slack
1. `SLACK_PASSWORD`: Your Slack password
1. `SLACK_WORKSPACE`: Name of your workspace. If your workspace is https://ctm-online.slack.com, then the value for this is `ctm-online`.
1. `SLACK_EMOJI_PATH`: Full path of the local directory where the emoji files are.
1. Execute the script