Skip to content

Gondolav/catify-my-face-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.