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

https://github.com/darkskygit/sticker_eater


https://github.com/darkskygit/sticker_eater

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Sticker Eater

一个 Telegram 群组贴纸自动删除 bot

内存占用:

![Less is more](./memory.jpg)

## Usage

- BotFather申请token并关闭bot的group privacy
- 拉进群,设置为管理员
- 运行程序

直接运行:

```sh
export TELEGRAM_BOT_TOKEN=your_bot_token
cargo run --release
```

docker:

```sh
docker run -d -e TELEGRAM_BOT_TOKEN=your_bot_token docker.pkg.github.com/darkskygit/sticker_eater/sticker_eater:latest
```