Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokil/tg-feedback-firebase-lambda
https://github.com/sokil/tg-feedback-firebase-lambda
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sokil/tg-feedback-firebase-lambda
- Owner: sokil
- Created: 2023-10-21T21:51:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-31T19:33:59.000Z (10 months ago)
- Last Synced: 2024-10-09T23:05:46.049Z (about 1 month ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Feedback Bot
Built over Google Firebase Functions
## How to install
1. Create new google project
2. Create new telegram bot in @bothfather
3. Rename `firebasercz.example` to `firebasercz` and configure you project id where you want to deploy function.4. Rename `functions/settings.js.example` to `functions/settings.js` and define Telegram bot token. Also you need to define admin token to authorize in bot as admin.
5. Deploy function:
```
firebase deploy
```## How to use
Open you bot in telegram and start with command:
```
/start {adminToken}
```Now you will reseive all messages sent to bot.
To reply to sender, just reply with response to this message.
Have fun!