Anonyabbot is a bot for creating fully anonymous groups. (@anonyabbot).
- Anonymous groups are created as bots, where messages are broadcasted to all members.
- All identities are hidden, including name, username, avatar, online status, input status, etc.
- User will be identified with a mask (emoji or multiple emojis).
- Built-in management tools are included, such as banning, welcome message, pinned messages, etc.
- Message ids, rather than message content, are stored by the bot only.
Goto @anonyabbot, then follow the instructions in the bot. In brief:
- Click
New Group
in @anonyabbot. - Create a new bot in @botfather, and forward the token to @anonyabbot.
- Your masquerade is set.
The version on Github might be lagging behind the version used by @anonyabbot.
- Clone the repo:
git clone https://github.com/zetxtech/anonyabbot.git
- Create a
config.toml
:
[tele]
api_id = "12345678"
api_hash = "abcde1234567890abcde1234567890"
[father]
token = "12345678:AbCdEfG-123456789"
- Create an python environment and install:
python -m venv venv
. venv/bin/activate
pip install -e .
- Start bot server:
anonyabbot config.toml
Your self-deployed version SHOULD clearly identify this repository on /start
. Thanks.