Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captbaritone/urlmeme
A meme generator where the URL is the user interface
https://github.com/captbaritone/urlmeme
Last synced: 17 days ago
JSON representation
A meme generator where the URL is the user interface
- Host: GitHub
- URL: https://github.com/captbaritone/urlmeme
- Owner: captbaritone
- License: mit
- Created: 2015-09-03T20:11:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T19:05:04.000Z (over 4 years ago)
- Last Synced: 2024-10-19T22:56:20.887Z (25 days ago)
- Language: JavaScript
- Homepage: http://urlme.me
- Size: 7.81 MB
- Stars: 123
- Watchers: 9
- Forks: 18
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/captbaritone/urlmeme.svg?branch=master)](https://travis-ci.org/captbaritone/urlmeme)
# urlme.me
A meme generator where the URL is the user interface.
http://urlme.me///.
# How?
I keep a list of meme images which I think make the cut in `memes.json`. I then
use [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) comparison to find the
closes meme to the image you specified.# Ussage
Some additional features are offered, also via the URL:
* Request a meme with the extension `.json` to get results in the form: `{"image": "success-kid", "top": "typed a url", "bottom": "made a meme"}`.
* Pass query params `?host=imgur` to have the image uploaded to [Imgur](http://imgur.com/) and then have your request 301 redirected to that Imgur URL.# Setup
pip install -r requirements.txt
python url.py# Run the tests
python tests.py
# Contribute
If there is a popular meme image that you think I'm missing, please either file
an issue, or open a pull request. To add an image, simply add the image to:templates/memes/
And then add a reference to `memes.json` and include at least one name for that
meme image.