Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

miacate/blobash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blobash

~ Stylesheet generator for Blobmoji with Discord, in 100% POSIX shell


Blobash is built around being as portable as possible.
And only requires busybox utils (or GNU coreutils if ur into that)
As well as some kind of way to obtain the git repo, and it's submodules, such as git, curl, or even wget (if your into that)


Blobash was created as a poc (proof of concept), to prove that every lang has it's place.
Golang is a great lang, but generating CSS is very simple and can be done easily with a low-level scripting lang, such as POSIX sh.


the mapping.go file comes from here


CSS content was stolen from disblob

I don't hate golang, anymore


Generating the CSS is very simple, and only requires busybox + git.

$ git clone https://github.com/ThatGeekyWeeb/blobash.git # --recursive 
# in theory --recursive would be faster, but I have no way of knowing if git will clone the master branch for the submodules
$ cd blobash
$ git clone https://github.com/C1710/blobmoji.git --depth 1 ./blobmoji
$ sh gen.sh

If your annoying and just want the CSS, use the following...

@import url("https://cdn.discordapp.com/attachments/699685435198144553/815166251705696266/style_part00.css");
@import url("https://cdn.discordapp.com/attachments/699685435198144553/815166157375406090/style_part01.css");
@import url("https://cdn.discordapp.com/attachments/699685435198144553/815167411467583528/style_part02.css");
@import url("https://cdn.discordapp.com/attachments/699685435198144553/815166193563598848/style_part03.css");
@import url("https://cdn.discordapp.com/attachments/699685435198144553/815167055857975296/style_part04.css");

About

Discord Blobmoji style generator in POSIX sh

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •