all repos — python-meme-bot @ master

Telegram Bot that uses PIL to compute light image processing.

881781f5
major code refactor
BiRabittoh andronacomarco@gmail.com
Fri, 31 May 2024 11:24:11 +0200
9ab1c46d
remove useless library, bump python-telegram-bot version
BiRabittoh andronacomarco@gmail.com
Fri, 31 May 2024 03:07:18 +0200
815dfde3
minor bugfix
BiRabittoh andronacomarco@gmail.com
Fri, 31 May 2024 01:20:47 +0200

MemeBot

Telegram Bot that uses the Pillow library to compute light image processing.

How to use

Copy the .env.example file into .env and insert your Telegram Bot Token.

Create a new virtual environment and install required packages:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then, start the bot by running: python main.py

Commands

clone
git clone https://git.birabittoh.duckdns.org/python-meme-bot.git