Get a Telegram alert when the space station passes overhead

Checks satellite data every 30 minutes and messages you on Telegram when the space station will be visible.

How the work actually flows

A straight line.

Pattern: Sequence (1)

flowchart TD trig(["every 30 minutes scheduled check"]):::trigtime s0["check satellite tracking data"]:::svc s1["identify upcoming visible passes"]:::task s2["format pass details message"]:::task s3["send telegram alert"]:::svc trig --> s0 s0 --> s1 s1 --> s2 s2 --> s3 out[/"telegram alert for next pass"/]:::out pay{{"never miss a visible pass"}}:::pay s3 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Messaging & Notifications
Connects
N2YOTelegram

The problem it solves

Catching a visible pass of the space station means knowing the exact window, and that window is easy to miss if you're not checking constantly. You'd rather get a nudge at the right moment than track pass times yourself.

Who it fits

Space enthusiasts or hobby astronomers who want a heads-up before the next visible pass.

How it works

  1. Every 30 minutes, the automation checks satellite tracking data for your location
  2. It looks for upcoming visible passes of the space station
  3. When a pass is coming up, it formats the details into a readable message
  4. You get a Telegram alert telling you when and where to look
What you get

A heads-up before the station passes overhead

You get a Telegram alert telling you exactly when and where to look for the next visible pass of the space station.

What you get

A Telegram message alerting you to the next visible pass of the space station.

What you need

An N2YO account for satellite data and a Telegram bot.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook