shady2k / logseq-inbox-telegram-plugin

MIT License
78 stars 5 forks source link

Inbox Telegram Plugin

This is simple plugin that get new messages from Telegram bot and paste its to daily journal.

Configuration

Settings with grouping:

{
  "disabled": false,
  "botToken": "PASTE_BOT_TOKEN_HERE",
  "authorizedUsers": [],
  "useActiveGraph": true,
  "addTimestamp": false,
  "pollingInterval": 60000,
  "inboxName": "#inbox",
  "inboxByChat": []
}

Set inboxName with null if you don't want use groups:

{
  "inboxName": null
}

Usage notice

Multiple inboxes

For example you want to collect random thoughts as #spark and other thoughts as #plans.

Contribute

License

MIT