https://github.com/suddengunter/telegram.bot.echo
Based on https://github.com/TelegramBots/Telegram.Bot.Examples
https://github.com/suddengunter/telegram.bot.echo
Last synced: 12 months ago
JSON representation
Based on https://github.com/TelegramBots/Telegram.Bot.Examples
- Host: GitHub
- URL: https://github.com/suddengunter/telegram.bot.echo
- Owner: SuddenGunter
- License: mit
- Created: 2018-11-15T18:22:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T18:03:11.000Z (over 4 years ago)
- Last Synced: 2025-03-17T03:26:02.042Z (over 1 year ago)
- Language: C#
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram.Bot.Echo
Based on https://github.com/TelegramBots/Telegram.Bot.Examples
I used this repo as a small demo for students who attended my presentations.
Presentation (available under Public-domain-equivalent license):
https://docs.google.com/presentation/d/1SZ05TprT-TH49Acia2sRTawFl6fZDbe9HZWndZZ9d4g/edit?usp=sharing
## Potential gotchas
This demo is not a production ready application. To make it more secure and closer to production - API private key should be properly loaded from a secret storage (AWS Secrets Manager / HashiCorp Vault). During my demo all private keys were revoked after demo.