Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 862 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 862 Bytes

meme-maker Build Status

CLI, API and Slack bot to generate memes. Make memes not war.

Serverless setup for API and Slack bot

Clone meme-maker-serverless repository and setup your own meme generator in just a few minutes. Detailed instruction in a readme.

CLI

How to install?

pip install meme-maker[prod]

How to run?

meme-maker [opts]

Development

pip install -r requirements/dev.txt
python -m meme_maker [opts]

Testing

pip install -r requirements/test.txt
python setup.py test

Contributors