Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobeets/sheriff-generator
auto-generate a sheriff emoji meme
https://github.com/mobeets/sheriff-generator
emoji meme-generator sheriff sheriff-emoji twitter
Last synced: 12 days ago
JSON representation
auto-generate a sheriff emoji meme
- Host: GitHub
- URL: https://github.com/mobeets/sheriff-generator
- Owner: mobeets
- Created: 2017-07-12T21:18:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T20:00:32.000Z (over 3 years ago)
- Last Synced: 2024-11-20T10:55:40.320Z (2 months ago)
- Topics: emoji, meme-generator, sheriff, sheriff-emoji, twitter
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Auto-generate a sheriff emoji given a list of keywords. You can either provide a list of emoji aliases from the list [here](https://www.webpagefx.com/tools/emoji-cheat-sheet/), or provide a word like `cat' which will return all emojis with an alias including that word.
Sadly, there is not yet support for the sheriff emoji, so I'm using a policeman instead.
Also, a joke will be provided by searching for a definition on Urban Dictionary. (Warning: may be explicit and/or not funny.)
__Examples__:
```bash
$ python sheriff.py dog👮
🐶🐶🐶
🐕 🐶 🐕
👇 🌭🌭 👇
🌭 🌭
🌭 🌭
👢 👢Howdy, I'm the sheriff of dog. Not a [cat].
``````bash
$ python sheriff.py :cactus: :heart:👮
🌵🌵🌵
🌵 🌵 🌵
👇 ❤❤ 👇
❤ ❤
❤ ❤
👢 👢
Howdy, I'm the sheriff of cactus. Dead, not functioning.
```__Install requirements__:
```
pip install emoji
pip install urbandictionary
```