Metadata-Version: 2.1
Name: anarchy_bot
Version: 24.2.1
Summary: true anarchy in telegram chats
Project-URL: Documentation, https://t.me/gmanka
Project-URL: Bug Tracker, https://t.me/gmanka
Project-URL: Homepage, https://t.me/gmanka
Author-email: gmanka <gmankab@gmail.com>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: gmanka-yml
Requires-Dist: pyrogram
Requires-Dist: rich
Requires-Dist: tgcrypto
Requires-Dist: uvloop
Description-Content-Type: text/markdown

# anarchy_bot

telegram bot that can promote any user to admin

## install

```bash
pip install -U anarchy_bot
```

## run

```bash
python -m anarchy_bot
```

## translate to your language

- fork repo
- go to [anarchy_bot/lang](https://github.com/gmankab/anarchy_bot/tree/main/anarchy_bot/lang)
- duplicate `en.yml` file
- rename it to something like `ru.yml`
- edit file
- make pull request
- bot automatically decects language set in user's telegram client, and will search the dir for file with translation

## licence

license is gnu agpl 3 - [gnu.org/licenses/agpl-3.0.en.html](https://gnu.org/licenses/agpl-3.0.en.html)

