Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sshrshnv/tgfeed

Read Telegram channels like a news feed.
https://github.com/sshrshnv/tgfeed

channels feed news telegram

Last synced: 2 months ago
JSON representation

Read Telegram channels like a news feed.

Awesome Lists containing this project

README

        






TgFeed


Read Telegram channels like a news feed.

###### Features
- New posts are always at the top of the list
- Stories, reactions and comments are disabled
- Reading archived channels
- Creating multiple feeds
- No binding to folders in the main application
- No third-party bots

###### Installation
This web-application is a PWA.
It can be installed on Android, iOS, macOS and Windows from Google Chrome, Safari and Microsoft Edge.

###### Security
Application only works on your device and communicates directly with Telegram servers.
Your data is not stored anywhere else and is not transferred anywhere.

###### Localization
You should add files in the `./src/shared/ui/locales/${lang}/` directory.

###### MTProto
Based on https://github.com/spalt08/mtproto-js
- Updated layer (166)
- Fixed server time offset
- Fixed writer buffer size
- BigInteger replaced with native BigInt
- Pako replaced with native DecompressionStream