modern typescript library for mtproto. supports browsers, node/bun, deno and more! github mirror: https://github.com/mtcute/mtcute
Find a file
2022-03-16 13:25:12 +03:00
docs feat: tl reference web application 2021-04-14 18:08:53 +03:00
packages some changes 2021-11-23 00:03:59 +03:00
scripts rename back to mtcute 2021-08-05 20:38:24 +03:00
tl-reference rename back to mtcute 2021-08-05 20:38:24 +03:00
.editorconfig feat: tl reference web application 2021-04-14 18:08:53 +03:00
.eslintignore build: fixed scripts, eslintignore, fixed linter warnings and re-formatted with prettier 2021-06-06 15:20:41 +03:00
.eslintrc.js some changes 2021-11-23 00:03:59 +03:00
.gitattributes Initial commit 2021-04-08 12:19:38 +03:00
.gitignore feat: tl reference web application 2021-04-14 18:08:53 +03:00
.prettierignore Initial commit 2021-04-08 12:19:38 +03:00
.prettierrc Initial commit 2021-04-08 12:19:38 +03:00
lerna.json Initial commit 2021-04-08 12:19:38 +03:00
LICENSE build: changed license to lgplv3 2021-07-19 03:57:47 +03:00
package.json rename back to mtcute 2021-08-05 20:38:24 +03:00
README.md readme: added notice about abandonment 2022-03-16 13:25:12 +03:00
tsconfig.json build: preparing for publish, moved to strict typescript, fixed some stuff 2021-07-30 17:40:50 +03:00
yarn.lock some changes 2021-11-23 00:03:59 +03:00

MTCute

PROJECT IS NOT DEAD/ABANDONED

I'm currently a bit struggling to devote enough time for it due to IRL stuff. Also due to the stuff I'm working on in the project right now, I'm not making any commits not to break stuff.

Sorry about that! Will hopefully get my hands back on it in late summer of 2022

contributions welcome

Work-in-progress library for MTProto in TypeScript.

🎯 Roadmap (notion.so) | 📦 TL Reference

⚠️ Warning: While this library is WIP, storage format will change without changing format version and without migration algorithm, and there will be breaking changes in the API.

If you encounter errors related to storage, either reset your storage by removing the file, or fix it manually.

What currently works:

  • TCP Connection in NodeJS
  • Sending & receiving text messages
  • Uploading & downloading files
  • HTML & Markdown parse modes
  • Type-safe filter system

What is not done yet:

  • pretty much everything else

Setting up for development:

git clone https://github.com/mtcute/mtcute
cd mtcute
yarn install
npx lerna link

# generate code from tl schema
cd packages/tl
yarn generate-code

Acknowledgements

Some parts were based on code from these projects: