MemeBot
Language Support: English and Traditional Chinese
/help
show help.
/template {template_id}
show template usage, you can visit https://siriuskoan.github.io/MemeBot to see all available templates.
/make {template_id},{text1},{text2},...
make a meme, and you can also press the button to store the meme and publish it to get the id of the meme which allows others to get access to your meme.
/publish {meme_id}
get a published meme by its id.
/rank
get the rank of every template.
- Visit https://siriuskoan.github.io/MemeBot to choose a template you want to use.
- Type
/template {template_id}
to get the template usage. - Type
/make {template_id},{text1},{text2},...
to make your own meme, and you can publish it if you want. - Store the meme photo to your device or share it to others.
- If you want others to use your meme, tell them the meme id which will be shown when you press 'Sore and publish' button.
- Add the png file to templates folder, and the filename should be an integer that hasn't been used. The integer will be the template ID.
- Add the template ID to templates which is a dictionary in
templates.py
. The keyposition
indicates the coordinates of the center of the words that user inputs. - Add the template to
index.html
, which allows users to see this template. - Check everything works fine and create a PR!