An open API service indexing awesome lists of open source software.

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

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.