https://github.com/frozenalex/telegramfeedback
Telegram feedback bot with file upload
https://github.com/frozenalex/telegramfeedback
feedback-bot telegram telegram-bot
Last synced: 24 days ago
JSON representation
Telegram feedback bot with file upload
- Host: GitHub
- URL: https://github.com/frozenalex/telegramfeedback
- Owner: FrozenAlex
- License: mit
- Created: 2020-03-20T22:09:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:03:31.000Z (over 3 years ago)
- Last Synced: 2025-08-25T02:42:34.277Z (10 months ago)
- Topics: feedback-bot, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 3.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Telegram Feedback bot [](https://heroku.com/deploy?template=https://github.com/FrozenAlex/TelegramFeedback)
## Enviroment variables
For the app to work first you need to set enviroment variables.
List of possible enviroment variables
```bash
ADMIN_ID="YourChatID"
APP_URL="https://app.url"
BOT_TOKEN="BotTokenFromTelegram"
WEBHOOK_PATH="whatcomesaftertheslash"
# Field names
MESSAGE_FIELD="message"
NAME_FIELD="username"
UNREAL_FIELD="name"
```
Variables APP_URL and WEBHOOK_PATH can be left empty if you don't have a domain name or if you are developing the app.
To develop the app you can place these variables into .env file