Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rust-sol-dev/catify-tg-bot
- Owner: Rust-Sol-Dev
- License: apache-2.0
- Created: 2024-03-28T19:50:10.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T22:47:26.000Z (7 months ago)
- Last Synced: 2024-08-07T10:10:12.456Z (5 months ago)
- Topics: opencv-python, python-telegram-bot
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.