Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awakari/source-telegram
- Owner: awakari
- License: agpl-3.0
- Created: 2023-10-10T12:59:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-19T17:02:50.000Z (17 days ago)
- Last Synced: 2024-12-19T18:18:38.964Z (17 days ago)
- Topics: reader, telegram-bot, telegram-rss, telegram-rss-bot
- Language: Go
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```