⚡ Get real-time international space station visibility alerts with N2YO and Telegram

66 views · ⚡ Personal Productivity

Description

Workflow Execution Video: https://youtu.be/VV4D2aiFXsY

Prerequisites & Setup

Before you begin, you need to gather a few key pieces of information:

  1. N2YO API Key:
    • Go to https://www.n2yo.com/login/register/ and create a free account.
    • Once registered, find and copy your API key. This key is used to request satellite data.
    • Replace the enter-longitude, enter-latitude, enter-your-api-key in http node URL.
  2. Telegram Bot Credentials:
    • You need a Telegram bot. You can create one by talking to the BotFather on Telegram.
    • Bot Token: BotFather will give you a unique authorization token. This is like a password for your bot.
    • Chat ID: You need the ID of the chat where the bot will send messages. You can get this by sending a message to your bot and then visiting https://api.telegram.org/bot<YourBOTToken>/getUpdates. Look for the chat -> id value in the response.
  3. Your Location Coordinates:

Node-by-Node Explanation

This workflow is composed of five nodes that execute in a sequence.


1. Schedule Trigger Node


2. HTTP Request Node


3. Code Node


4. If Node


5. Telegram Node

🔗 Nodes Used

HTTP Request, Telegram, Schedule Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup