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:
#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 this is how twitpic API works)
#available memes the list of memes avaiable by now:
- yuno
- fry
- goodguy
- successkid
- ducreux
- raptor
- interesting
- mussum
- falone
- serious
- notbad
if you want more memes just forkit and send a pull request