Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/llmkira/tagger-bot
- Owner: LlmKira
- License: mit
- Created: 2024-01-22T02:37:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:07:55.000Z (2 months ago)
- Last Synced: 2024-09-14T06:06:10.634Z (2 months ago)
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 statuspm2 stop pm2.json
```