Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mqtt-telegram

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqtt-telegram

Transfers Images from MQTT to Telegram

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

MQTT Telegram

Uploads MQTT images to Telegram users.

GitHub tag Docker Pulls Docker Stars

Configuration

The telegram bridge has one yaml file for configuration:

---
mqtt:
    # Specify your MQTT Broker's hostname or IP address here
    host: localhost

telegram:
    # Token to talk to Telegram
    token: INSERT_TOKEN_HERE

# Where to send events to
topics:
    sample/topic:
        - INSERT_CHAT_ID

Usage

  1. Run the Docker container

    $ docker run \
        -d \
        --name="mqtt-telegram" \
        -v /opt/mqtt-telegram:/config \
        -p 8080:8080 \
        stjohnjohnson/mqtt-telegram
    
  2. Customize the MQTT host and Telegram tokens

    $ vi /opt/mqtt-telegram/config.yml
    $ docker restart mqtt-telegram
    
  3. Any images posted to those topics will be forwarded as photos to Telegram

Keywords

FAQs

Package last updated on 18 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc