Socket
Book a DemoInstallSign in
Socket

n8n-nodes-telegram-polling-ng

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

n8n-nodes-telegram-polling-ng

n8n-node-trigger for telegram based on polling api

unpublished
latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

n8n-nodes-telegram-polling

NOTE: This is a fork of bergi9's package. It changes nothing except for ignoring HTTP 409 errors (which Telegram throws when you start two polling listeners for the same bot) IF the 409 error is due to the WF being quickly disabled+reenabled. The change has been provided to the upstream project in a PR. However, since the upstream project hasn't been updated for a year, the PR may not be merged. Until then, you may use the n8n-nodes-telegram-polling-ng NPM package. If/when the fix is ported to the original package, this one will be deleted. Please keep that in mind if you decide to use this node.

An n8n trigger node for telegram that uses the getUpdates API to receive updates with long polling.

The default long polling timeout is 60 seconds.

Motivation:

I'm sitting behind a CGNAT for IPv4 but I have an IPv6 Prefix. The Telegram webhook method does not support IPv6 yet. So the only solution without renting an IPv4 public facing server is to use the long polling method. Another alternatives would be to use the tunnel/VPN.

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 08 Aug 2023

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