Telegram bot for drawing comments from Osnova. Used in groups – replies to messages containing links to Osnova posts. Support drawing all media and other attachments.
See config.d.ts for type definitions of all parameters with comments, then edit an example config.json.
- Install only necessary dependencies –
npm i --production
(try passing parameter--build-from-source
if you get an error) - Run in production mode –
npm run production
- Install all dependencies –
npm i
- Run in dev mode with watch-reload –
npm run dev
- Check with ESLint –
npm run lint