Telegram bot for transforming photos into Wojak style, with Russian and English interface support.
- ๐ First 3 transformations free
- โญ Additional transformations for 45 Telegram Stars
- ๐ Russian and English localization
- ๐ SQLite database for user tracking
- ๐ญ Uses fal.ai for image generation
- ๐ผ๏ธ Automatic @wojakobot watermark
- ๐ Admin commands for stats and credits
- Clone the repository
- Install dependencies:
pip install -r requirements.txt- Create
.envfile based on.env.example:
cp .env.example .env- Fill in environment variables:
BOT_TOKEN- your Telegram bot token (get from @BotFather)FAL_KEY- API key from fal.ai
python main.py- User sends
/startcommand - Bot sends a sticker and welcome message
- User sends a photo
- If it's one of the first 3 photos - processing is free
- If not - bot requests payment of 45 Telegram Stars
- After payment or for free photos - processing through fal.ai
- Bot sends the finished Wojak-style image with watermark
main.py- main bot file with handlersdatabase.py- SQLite database operationsrequirements.txt- Python dependencies.env.example- example environment variables file