all repos — python-meme-bot @ 3447e9999bfc6f5306b43b6575f6661d42f41bd3

Telegram Bot that uses PIL to compute light image processing.

README.md (view raw)

 1# MemeBot
 2Telegram Bot that uses the Pillow library to compute light image processing.
 3
 4## How to use
 5
 6Copy the `.env.example` file into `.env` and insert your Telegram Bot Token.
 7
 8Create a new virtual environment and install required packages:
 9```
10python -m venv venv
11source venv/bin/activate
12pip install -r requirements.txt
13```
14
15Then, start the bot by running:
16```python main.py```
17
18## Commands
19
20* **/lang**: change the bot's display language;
21* **/pic**: get a random anime picture;
22* **/ttbt**: generate a meme in the top text, bottom text format;
23* **/tt**: only use top text;
24* **/bt**: only use bottom text;
25* **/splash**: generate an authored quote;
26* **/wot**: generate a wall of text;
27* **/text**: display a short text over an image;
28* **/spin**: spin a slot machine;
29* **/bet**: change your bet;
30* **/cash**: display current balance.