Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 788 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 788 Bytes

bulletin_board_manager_tg_bot

All commands must be runned from virtual environment (enable it with poetry shell)
Or run with poetry run <command...>

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 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 <user_id*> <username*> <fullname*> <sign>