Skip to content

Latest commit

 

History

History
executable file
·
38 lines (27 loc) · 581 Bytes

README.md

File metadata and controls

executable file
·
38 lines (27 loc) · 581 Bytes

Tagger Bot

Ruff

Important

Deploy With wd14-tagger-server Newest Version.

Project Description

Tag Picture In Telegram Group.

Usage

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

Run In Terminal

pip install pdm
pdm install
pdm run main.py

Run In BackGround

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

pm2 stop pm2.json