phguo / Send-to-Telegram-Chrome-Extension

Send-to-Telegram: an extension for Google Chrome that allows you to send web content to your own Telegram Bot.
MIT License
92 stars 24 forks source link
chrome-extension edge-extension phone push-notifications telegram telegram-bot

Send-to-Telegram for Google Chrome

Chrome Web Store license: MIT

Send to Telegram: A Chrome Extension - Send web content to your Telegram bot privately. | Product Hunt

IT WORKS (UPDATED: 2024-08-14)

This is a Chrome extension that allows you to send web content (tab, text, image) to your own "Telegram Bot" using official Telegram API, such that you can sync interesting things across devices, i.e., your phone, your PC, and your laptop.

This project is an alternative to Pushbullet which stopped release on iOS (Not Available on iOS : PushBullet). Since a third-party server is not required for this extension, so you do not need to worry about privacy.

Getting Start

  1. Install "Send to Telegram" from Chrome Web Store - Send to Telegram.
  2. Create a Telegram Bot following Telegram official introduction and get your bot <API token>.
  3. Send any message to the bot created, in the Telegram APP.
  4. Get your <User ID> (value of id in the response) by visiting https://api.telegram.org/bot<API token>/getUpdates.
  5. Fill your <API token> and <User ID> in the extension setting page.
  6. If everything is working correctly, the settings page and your bot will display '"Send to Telegram" configured successfully!'.

Usage

You can use this extension intuitively:

Changelog

TODO

License

This project is licensed under the MIT License, see the LICENSE file for details.

Acknowledgments