Telegram Inbox
approvedby icealtria
Receive messages from Telegram bot and add them to daily note.
★ 55 stars↓ 5,546 downloadsUpdated 1mo agoGPL-3.0
Telegram Inbox
This plugin can receive messages from Telegram bots and add them to Obsidian's daily note.
Usage
- Create a bot using @BotFather.
- Copy the bot token provided by @BotFather.
- Paste the token into the
Bot Tokenfield in the plugin settings. - Add your username or telegram id to
Allowed Users. You can get your id from @Get_UIDbot - Click the
Restartbutton.
When the plugin is not running, messages will be stored on the Telegram server for 24 hours at most. source
Manually install the plugin
Requires Node.js environment.
Build
- Clone this repo.
git clone https://github.com/icealtria/obsidian-telegram-inbox - Run
pnpm ior another package manager to install dependencies. - Run
pnpm buildto build the plugin.
Install
- Copy over
main.js,manifest.json,styles.cssto your vaultVaultFolder/.obsidian/plugins/telegram-inbox/.
Bug Reporting
If you encounter any issues:
- Press
Ctrl + Shift + I(Windows/Linux) orCmd + Option + I(macOS) to open the developer console - Look for any error messages in the console
- When reporting bugs, please include:
- Console error messages
- Steps to reproduce the issue
- Your operating system and Obsidian version
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.