An open API service indexing awesome lists of open source software.

https://github.com/bronydell/telegram-memebot

Bot for creating memes
https://github.com/bronydell/telegram-memebot

bots chatbot memes telegram telegram-bot

Last synced: 11 months ago
JSON representation

Bot for creating memes

Awesome Lists containing this project

README

          

# Meme Bot
![Logo](https://i.imgur.com/WrjUz1C.png)

## Create an issue to report bug or suggest something

## Supported platforms
* Telegram ([TRY IT HERE](https://t.me/CreateMeme_bot))

## Features
* Control font scale
* Make all your text CAPS
* Create memes quick and without watermarks

## Example
![Telegram example](telegram-example.gif?raw=true "Telegram example")

## Dependencies
* [Pillow](https://github.com/python-pillow/Pillow)
* [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)

## How to run bot
1. Install Python 3
2. Install dependencies using pip
3. Create `key.config` and put there telegram key
4. Launch `run.py` file using `python`

## License
> Copyright 2018 Rostislav Nikishin
>
>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.