Skip to content

iriscot/telegram_suggest_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram_suggest_bot

This Python script utilizes the Telebot library to create a Telegram bot capable of handling post suggestions and user feedback. The bot is designed to help users suggest posts for a channel and communicate with the administrators for feedback purposes. Below are the key functionalities and components of this code:

Features

Post Suggestions:

  • Users can initiate the post suggestion process by clicking the "Suggest Post" button.
  • Users send a post to the bot, which is then forwarded to administrators for approval.
  • Administrators can choose to post the suggested content to the channel.

User Feedback:

  • Users can provide feedback by clicking the "Feedback" button.
  • Feedback messages are forwarded to administrators.
  • Administrators can reply to the feedback, and the replies are sent back to the respective users.

Build & running

  1. Clone the repo

  2. Build the Docker image

docker build -t suggest_bot .
  1. Run the Docker container
docker run -d --name=suggest_bot --restart=unless-stopped suggest_bot

  1. ????

  2. PROFIT!!!11

About

Telegram bot for managing feedback and suggestions in channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published