Skip to content

This repository contains scraping code in Golang, that scrapes a website hosting the slack emoji's and would upload them to a specifc user workspace, provided authentication tokens for that workspace.

Notifications You must be signed in to change notification settings

roolerzz/slack_emoji_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack_emoji_updater

This repository contains scraping code in Golang, that scrapes a website hosting the slack emoji's and would upload them to a specifc user's slack workspace, provided authentication tokens for that workspace.

Update: This is not a WIP repo. I am not expecting any further development on this. I was able to successfully scrape the URL for the slack emoji's from the HTML content of a website, using an HTML parser, but I haven't implemented the part of uploading to the slack workspace, because of lack of API support from slack. So I ended up using a command line tool that was available to bulk upload the emojis. I ended up using emojipacks.

About

This repository contains scraping code in Golang, that scrapes a website hosting the slack emoji's and would upload them to a specifc user workspace, provided authentication tokens for that workspace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages