JSPM

n8n-nodes-telegram-polling

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 532
  • Score
    100M100P100Q86232F
  • License MIT

n8n-node-trigger for telegram based on polling api

Package Exports

  • n8n-nodes-telegram-polling
  • n8n-nodes-telegram-polling/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-telegram-polling) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

n8n-nodes-telegram-polling

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