Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/llmkira/tagger-bot

✨wd14-tagger bot | Tag Picture In Telegram Chat
https://github.com/llmkira/tagger-bot

Last synced: 6 days ago
JSON representation

✨wd14-tagger bot | Tag Picture In Telegram Chat

Awesome Lists containing this project

README

        

# Tagger Bot

![Ruff](https://github.com/LlmKira/tagger-bot/actions/workflows/ruff.yml/badge.svg)

> [!IMPORTANT]
> Deploy With [wd14-tagger-server](https://github.com/LlmKira/wd14-tagger-server) Newest Version.

## Project Description

Tag Picture In Telegram Group.

## Usage

```shell
git clone https://github.com/LlmKira/tagger-bot
cd tagger-bot
cp .env.exp .env
nano .env
```

### Run In Terminal

```shell
pip install pdm
pdm install
pdm run main.py
```

### Run In BackGround

```shell
apt install npm
npm install pm2 -g
pm2 start pm2.json
pm2 status

pm2 stop pm2.json
```