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

https://github.com/lance/tbot


https://github.com/lance/tbot

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Node.js Cloud Events Function

Welcome to your new Node.js function project! This function responds to [Cloud Events](https://cloudevents.io/)
by sending the data received to a Telegram Bot

## API Secret

The function depends on a Telegram API, which can be obtained via the Bot Father. The function will use
the value in a Kubernetes `Secret` called `telegram`. Set that value like this.

```
❯ kubectl create secret generic telegram --from-literal=API_KEY=[YOUR API KEY]
```