Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sshrshnv/tgfeed
- Owner: sshrshnv
- License: gpl-3.0
- Created: 2022-06-08T09:39:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:53:55.000Z (9 months ago)
- Last Synced: 2024-08-07T23:38:06.841Z (6 months ago)
- Topics: channels, feed, news, telegram
- Language: TypeScript
- Homepage: https://tgfeed.com
- Size: 3.52 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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