Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/websmithcode/bulletin_board_manager_tg_bot

Telegram bot chat moderation manager
https://github.com/websmithcode/bulletin_board_manager_tg_bot

bot chatbot telegram

Last synced: 14 days ago
JSON representation

Telegram bot chat moderation manager

Awesome Lists containing this project

README

        

# bulletin_board_manager_tg_bot

> All commands must be runned from virtual environment (enable it with `poetry shell`)

>Or run with `poetry run `

This is telegram bot - bulletin board group manager.

He recieves messages from group, then copy it to moderators.

Message in the group is deleted and placed back from bot, after success moderation with added hashtags, author contact and admin sign.

## Init
- In this project - used [poetry](https://python-poetry.org) dependency manager. Run `poetry install` for install requrements.
- Copy `example.config.ini` to `config.ini` and fill it with your data

## Run
- Just run `python main.py`

## Commands
### Add new admin to database
```python commands.py --add-admin ```