Brand new version of the bot, rewritten from scratch on TypeScript, using @mtcute/mtcute and bun In early develpment
Configuration is stored in environment variables or in .env
file. Avaliable variables are
API_ID
andAPI_HASH
- mtcute uses mtproto and you need to get this variables from https://my.telegram.org/appsBOT_TOKEN
- bot token from @BotFatherMODULES_PATH
- path to the modules folder. Default is./modules
To install dependencies:
bun install
To run:
bun run run
No docker yet((