nightnoryu ec4e1e93cb
Check Go code / Build and test (push) Has been cancelled
Fix version again
2026-05-24 00:00:23 +03:00
2026-05-24 00:00:23 +03:00
2025-10-23 12:37:46 +03:00
2025-10-24 13:22:55 +03:00
2025-10-24 13:31:04 +03:00
2025-10-23 12:37:46 +03:00
2025-10-24 13:27:38 +03:00
2025-10-23 12:32:21 +03:00
2025-10-24 13:19:24 +03:00
2025-06-02 21:33:09 +03:00
2025-05-02 22:33:55 +03:00
2026-05-23 23:55:39 +03:00

🎭 anon3anon

Telegram bot for anonymous messages.

Local development

Prerequisites:

  1. Git
  2. Docker
  3. brewkit

Clone the repository:

git clone ssh://git@gitea.nightnoryu.com:2222/nightnoryu/anon3anon.git
cd anon3anon

Then build the project:

brewkit build

After that, copy the docker-compose.override.example.yml to docker-compose.override.yml and set the environment variables:

services:
  anon3anon:
    environment:
      ANON3ANON_TELEGRAM_BOT_TOKEN: 123:ABC # The token for your bot, obtained from t.me/BotFather
      ANON3ANON_OWNER_CHAT_ID: 123 # ID of your chat with your bot

Note

When launching the bot for the first time, leave ANON3ANON_OWNER_CHAT_ID empty and write a message to the bot. It will print the chat ID in the logs and after that you can set it up.

And you're set! Use docker compose to manage the application:

# Start
docker compose up -d

# Restart to apply changes
docker restart anon3anon

# Stop
docker compose down
S
Description
Telegram bot for anonymous messages
Readme MIT 107 KiB
Languages
Go 63.2%
Jsonnet 35.6%
Dockerfile 1.2%