# 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:
```bash
docker pull lep0puglabs/telegram-feedback-bot:latest
```
#### Build Your Own
Alternatively, build the Docker image manually:
```bash
docker build -t telegram-feedback-bot -f ./Dockerfile .
```
#### Run the Container
Initiate the Docker container:
```bash
docker run --rm -it telegram-feedback-bot
```
### Using Python Package Manager
Install the bot directly using pip:
```bash
pip install telegram-feedback-bot
```
## Configuration
### Environment Variables
Duplicate the example environment file and fill in the required values:
```bash
cp .env.example .env
nano .env
```
### Run Telegram Feedback Bot
Start the bot either using the command-line interface:
```bash
telegram-feedback-bot
```
or using Docker:
```bash
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!
Raw data
{
"_id": null,
"home_page": "https://github.com/le-p0pug-labs/telegram-feedback-bot",
"name": "telegram-feedback-bot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6, <4",
"maintainer_email": "",
"keywords": "file-sharing,ngrok,flask",
"author": "LE POPUG",
"author_email": "fixions@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/64/52/20f433769ed1a761caee290f092743818860d4538ee97d09dfdb39fa10a5/telegram-feedback-bot-0.0.0.tar.gz",
"platform": null,
"description": "# Telegram Feedback Bot: Your Telegram Feedback Companion\nGather invaluable feedback from your audience via Telegram with Telegram Feedback Bot.\n\n## Setting Up\n\n### Using Docker\n\n#### Pull Pre-built Image\nDownload the pre-compiled Docker image with the following command:\n```bash\ndocker pull lep0puglabs/telegram-feedback-bot:latest\n```\n\n#### Build Your Own\nAlternatively, build the Docker image manually:\n```bash\ndocker build -t telegram-feedback-bot -f ./Dockerfile .\n```\n\n#### Run the Container\nInitiate the Docker container:\n```bash\ndocker run --rm -it telegram-feedback-bot\n```\n\n### Using Python Package Manager\nInstall the bot directly using pip:\n```bash\npip install telegram-feedback-bot\n```\n\n## Configuration\n\n### Environment Variables\nDuplicate the example environment file and fill in the required values:\n```bash\ncp .env.example .env\nnano .env\n```\n\n### Run Telegram Feedback Bot\nStart the bot either using the command-line interface:\n```bash\ntelegram-feedback-bot\n```\nor using Docker:\n```bash\ndocker run --rm -it telegram-feedback-bot\n```\n\nAnd there you go! Your Telegram feedback channel, powered by Telegram Feedback Bot, is now up and running. Feel free to share your thoughts!\n",
"bugtrack_url": null,
"license": "",
"summary": "Advanced multi-channel file-sharing tool",
"version": "0.0.0",
"project_urls": {
"Bug Reports": "https://github.com/le-p0pug-labs/telegram-feedback-bot/issues",
"Homepage": "https://github.com/le-p0pug-labs/telegram-feedback-bot",
"Source": "https://github.com/le-p0pug-labs/telegram-feedback-bot"
},
"split_keywords": [
"file-sharing",
"ngrok",
"flask"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aeba58a32f4d5b7b50b444f8a9c7c4cc13a1c2cc56ed6ebf552841533814ca01",
"md5": "e8c4f670ae1ce58197acb8d1745edea7",
"sha256": "f4a36edfde78b2a6a4aa151edf0e26eae0c6510f5b8231fd7c6ba60893b8f4d3"
},
"downloads": -1,
"filename": "telegram_feedback_bot-0.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e8c4f670ae1ce58197acb8d1745edea7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6, <4",
"size": 5488,
"upload_time": "2023-10-15T22:36:13",
"upload_time_iso_8601": "2023-10-15T22:36:13.965460Z",
"url": "https://files.pythonhosted.org/packages/ae/ba/58a32f4d5b7b50b444f8a9c7c4cc13a1c2cc56ed6ebf552841533814ca01/telegram_feedback_bot-0.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "645220f433769ed1a761caee290f092743818860d4538ee97d09dfdb39fa10a5",
"md5": "c233fbcb42068efc0fee46551d4e4403",
"sha256": "0e853d47c5966d43aef02f02de46707d8017ea832407fadcb36e892b176ec843"
},
"downloads": -1,
"filename": "telegram-feedback-bot-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c233fbcb42068efc0fee46551d4e4403",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6, <4",
"size": 5155,
"upload_time": "2023-10-15T22:36:15",
"upload_time_iso_8601": "2023-10-15T22:36:15.539809Z",
"url": "https://files.pythonhosted.org/packages/64/52/20f433769ed1a761caee290f092743818860d4538ee97d09dfdb39fa10a5/telegram-feedback-bot-0.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-15 22:36:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "le-p0pug-labs",
"github_project": "telegram-feedback-bot",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "telegram-feedback-bot"
}