Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/websmithcode/bulletin_board_manager_tg_bot
- Owner: websmithcode
- Created: 2022-10-11T10:49:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T11:25:52.000Z (about 2 years ago)
- Last Synced: 2024-11-16T11:13:19.148Z (3 months ago)
- Topics: bot, chatbot, telegram
- Language: Python
- Homepage:
- Size: 313 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```