/memish

shell script meme generator

Primary LanguageShell

memish

memish is a shell command-line tool to easily generate meme images

#setup as memish is just a shell script file you need to set execute permission in it:

$ chmod +r memish.sh

memish depends on ImageMagick. So you need to install it.

#usage to generate memes you just need to do something as follow:

./memish.sh yuno "YES" "Y U NO NO?"

then an image called yuno.jpg will be generated with the inputed text, like this:

generated meme

#uploading to twitpic if you want to automatically upload the generated meme to twitpic use the command like this:

./memish successkid "upload manually suck" "integrated twitpic" twitpic "twitter_user" "twitter_pass"

(note it is how twitpic API works)

#avaiable memes the list of memes avaiable by now:

  • yuno
  • fry
  • goodguy
  • successkid
  • ducreux
  • raptor
  • interesting
  • mussum

if you want more memes just forkit and send a pull request