Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 799 Bytes

File metadata and controls

35 lines (28 loc) · 799 Bytes

KabutR

KabutR is a automated mailing system and reminder built wuth NodeJs and Telegram Bot API

  • Reminder as a text message on Telegram
  • Reply with work to do/done
  • Magic!

Working Screenshots

Conversation with Telegram Bot

drawing

Mail Received to the mentioned contacts!

drawing

Usage

  • Clone to your system
  • Add your token.json and credentials.json files as:
{
  "token": "TOKEN HERE"
}
{
    "email": "MAIL ID HERE",
    "password": "MAIL'S PASSWORD",
    "chatId": "<Your CHAT ID with the bot>"    
}
  • Edit your contacts to be sent in mailTo.json
  • Set mail times in mailTimes.json
  • Edit mailConfig with your own mail configuration