Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-sol-dev/catify-tg-bot

A Telegram bot that replaces human faces with cats.
https://github.com/rust-sol-dev/catify-tg-bot

opencv-python python-telegram-bot

Last synced: 1 day ago
JSON representation

A Telegram bot that replaces human faces with cats.

Awesome Lists containing this project

README

        

# catify-my-face-bot

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A Telegram bot that replaces human faces with cats.

## Installation

First, install the required modules:

```bash
pip install -r requirements.txt
```

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

```
TOKEN=
```

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

```python
...
updater.bot.setWebhook( + TOKEN)
...
```

## Usage

Run the bot with:

```bash
python bot.py
```

## License

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