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: 3 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:07:55.000Z (4 months ago)
- Last Synced: 2024-06-30T00:47:27.274Z (4 months ago)
- Topics: storage, telegram
- Language: TypeScript
- Homepage: https://tgstorage.com
- Size: 4.32 MB
- Stars: 250
- Watchers: 1
- Forks: 32
- Open Issues: 7
-
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