Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sshrshnv/tgstorage
Advanced "Saved Messages" of the Telegram. Store your notes, checklists, links, photos and any documents in Telegram Cloud.
https://github.com/sshrshnv/tgstorage
storage telegram
Last synced: about 2 months ago
JSON representation
Advanced "Saved Messages" of the Telegram. Store your notes, checklists, links, photos and any documents in Telegram Cloud.
- Host: GitHub
- URL: https://github.com/sshrshnv/tgstorage
- Owner: sshrshnv
- License: gpl-3.0
- Created: 2021-03-12T08:59:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:11:47.000Z (6 months ago)
- Last Synced: 2024-08-10T19:17:11.701Z (6 months ago)
- Topics: storage, telegram
- Language: TypeScript
- Homepage: https://tgstorage.com
- Size: 4.25 MB
- Stars: 261
- Watchers: 1
- Forks: 32
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# TgStorage
Advanced "Saved Messages" of the Telegram.
## Languages
You should add files in the `./src/texts/${lang}/` directory.## Development
You should create files `.env.dev` or `.env.prod` locally.## 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