A Python-Markdown plugin for autocreating memes and finding the best-fitting gifs for your posts.
Why?
In most blogging platforms, putting memes or gifs in your posts is a bit of a bother. You have to manually search for them, download/generate them, then upload them back, or search and paste the url.
This Markdown extension was created to make this process simpler, less time-consuming, and more fun!
Install it using pip:
$ pip install markdown-magic
For memes
Simply do [magic] meme: top_text | bottom_text [/magic]
for whichever meme template you want to use, and markdown-magic will detect which template to use on its own.
Markdown-magic currently supports the following meme templates:
More to be added soon!
For gifs
Just type in [magic] gif: <list of space-separated search parameters> [/magic]
and markdown-magic will search and use the appropriate gif according to the given search parameters.
Here's an example on the Python interpreter:
>>> import markdown >>> text = """ ... [magic] meme: rains | y u no happen during summers [/magic] ... Some text here. ... [magic] gif: spongebob squarepants [/magic] ... """ >>> print(markdown.markdown(text, extensions=['magic'])) <p><img alt="meme: rains | y u no happen during summers " src="http://i.imgflip.com/sytk1.jpg" title="meme: rains | y u no happen during summers " /> Some text here. <img alt="gif: spongebob squarepants " src="http://media4.giphy.com/media/acEFQYr6ljKDu/200.gif" title="gif: spongebob squarepants " /></p>
Copyright 2015 Radhika Ghosal, all rights reserved.
This software is released under the MIT license.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4