Skip to content

benmayne/reddit-cfb-slack-emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

reddit-cfb-slack-emojis

A set of images that are at most 128 x 128 so they can be used as slack emojis. Sourced from /r/cfb.

to regenerate

get images:

wget -r https://flair.redditcfb.com/fullorig/

to convert images using imagemagick

for f in *.png; do convert -scale 128x128 $f $f; done

Adding to slack

I'd recommend this : https://github.com/Fauntleroy/slack-emoji-tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published