/catify-my-face-bot

A Telegram bot that replaces human faces with cats

Primary LanguagePythonApache License 2.0Apache-2.0

catify-my-face-bot

License

A Telegram bot that replaces human faces with cats.

Installation

First, install the required modules:

pip install -r requirements.txt

Then, create a file .env with the following content:

TOKEN=<your-telegram-bot-token>

Finally, replace the following line with the link to your webapp:

...
updater.bot.setWebhook(<webapp_link> + TOKEN)
...

Usage

Run the bot with:

python bot.py

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.