Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awakari/source-telegram

Telegram Events Producer for Awakari
https://github.com/awakari/source-telegram

reader telegram-bot telegram-rss telegram-rss-bot

Last synced: 9 days ago
JSON representation

Telegram Events Producer for Awakari

Awesome Lists containing this project

README

        

# source-telegram

Before deploying:
```shell
kubectl create secret generic source-telegram-tokens \
--from-literal=ids=,,... \
--from-literal=hashes=,,... \
--from-literal=phones=,,...
```

Once deployed in K8s, it requires a manual code input to complete the Telegram authentication.
Get a pod shell, run:
```shell
echo ##### > tgcodein
```

Example request:
```shell
grpcurl \
-plaintext \
-proto api/grpc/service.proto \
-d '{ "limit": 10, "cursor": "https://t.me/astroalert"}' \
localhost:50051 \
awakari.source.telegram.Service/List
```