0 purchases
telegramfeedbackbot 0.0.0
Telegram Feedback Bot: Your Telegram Feedback Companion
Gather invaluable feedback from your audience via Telegram with Telegram Feedback Bot.
Setting Up
Using Docker
Pull Pre-built Image
Download the pre-compiled Docker image with the following command:
docker pull lep0puglabs/telegram-feedback-bot:latest
Build Your Own
Alternatively, build the Docker image manually:
docker build -t telegram-feedback-bot -f ./Dockerfile .
Run the Container
Initiate the Docker container:
docker run --rm -it telegram-feedback-bot
Using Python Package Manager
Install the bot directly using pip:
pip install telegram-feedback-bot
Configuration
Environment Variables
Duplicate the example environment file and fill in the required values:
cp .env.example .env
nano .env
Run Telegram Feedback Bot
Start the bot either using the command-line interface:
telegram-feedback-bot
or using Docker:
docker run --rm -it telegram-feedback-bot
And there you go! Your Telegram feedback channel, powered by Telegram Feedback Bot, is now up and running. Feel free to share your thoughts!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.