Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcnoronha/WordArtBot
🎨 The WordArt generator bot for Telegram @bestWordArtBot
https://github.com/fcnoronha/WordArtBot
hacktoberfest python telegram telegram-bot wordart
Last synced: 2 months ago
JSON representation
🎨 The WordArt generator bot for Telegram @bestWordArtBot
- Host: GitHub
- URL: https://github.com/fcnoronha/WordArtBot
- Owner: fcnoronha
- License: mit
- Created: 2020-08-02T22:39:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T01:19:38.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T19:46:01.670Z (5 months ago)
- Topics: hacktoberfest, python, telegram, telegram-bot, wordart
- Language: CSS
- Homepage:
- Size: 2.78 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![WordArtBot logo](images/logo.png)
The Telegram bot that generate beautiful wordArts for you! Try it on [**@bestWordArtBot**](https://t.me/bestWordArtBot).
## Usage
![Using it](images/using-it.gif)
To generate an WordArt you have the following options:
- Answer to a massage with the `/wordart` command
- Write the desired text right next to `/wordart`You can also use the `/rainbow` command instead of `/wordart`. Use also `/two` and `/three` to generate compositions of multiple WordArt styles.
## Running locally
The most simple way is to build and run the Docker container, just issue `$ docker build --tag bot . && docker run -e MODE=dev -e BOT_TOKEN= bot`.
Alternatively you can install all the dependencies (check the Dockerfile for more information) and run `$ export MODE=dev && export BOT_TOKEN= && python3 bot.py`.
## Acknowledgments
Thanks [@arizzitano](https://github.com/arizzitano/css3wordart) for creating the reproduction of WordArt in CSS3 and [@zorbaproject](https://github.com/zorbaproject/pythonWordArt) for presenting a simple template to generate the WordArt text.