mtcute/README.md
2021-04-08 12:19:38 +03:00

913 B

MTCute

contributions welcome

Work-in-progress library for MTProto in TypeScript.

🎯 Roadmap (notion.so)

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/teidesu/mtcute
cd mtcute
yarn install
npx lerna link

Acknowledgements

Some parts were based on code from these projects: