Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/redboo/tgbot_rmbg


https://github.com/redboo/tgbot_rmbg

bot python telegram telegram-bot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Телеграм бот для удаления заднего фона

## Загрузка скрипта

```shell
git clone https://github.com/redboo/tgbot_rmbg.git
cd tgbot_rmbg/
```

## Установка виртуального окружения

```shell
python -m venv env && . ./env/bin/activate
```

## Установка зависимостей

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

## Запуск бота

```shell
./env/bin/python bot.py
```