https://github.com/srgrr/emoji-bot
A Multi-platform Bot to convert images to emoji-art
https://github.com/srgrr/emoji-bot
bot emoji-art meow python telegram-bot
Last synced: 3 months ago
JSON representation
A Multi-platform Bot to convert images to emoji-art
- Host: GitHub
- URL: https://github.com/srgrr/emoji-bot
- Owner: srgrr
- License: gpl-2.0
- Created: 2017-01-04T10:59:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-28T08:08:55.000Z (12 months ago)
- Last Synced: 2025-06-28T09:24:50.120Z (12 months ago)
- Topics: bot, emoji-art, meow, python, telegram-bot
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoji-bot
A multi-platform bot to make emoji-art from a given image (see the example below).
This project started as an excuse to find a "practical" application of KD-Trees, a data structure I like a lot.
## Supported platforms
- Telegram
## Dependencies
See requirements.txt
## How to run it
```
usage: EmojiBot.py [-h] [--telegram_token TELEGRAM_TOKEN]
[--benchmark_image BENCHMARK_IMAGE] [-s SCALE] [-p PATTERN]
emoji_directory
A Multi-Platform Bot to convert images to emoji art
positional arguments:
emoji_directory Path to directory with emoji images
optional arguments:
-h, --help show this help message and exit
--telegram_token TELEGRAM_TOKEN
Telegram Bot API Token (see BotFather if you do not
know what is this)
--benchmark_image BENCHMARK_IMAGE
Process a single image for testing purposes
-s SCALE, --scale SCALE
Emoji scale factor
-p PATTERN, --pattern PATTERN
Emoji filling pattern
```
## Example
