2026-02-10 23:22:36 +00:00
2026-02-10 23:14:57 +00:00
2026-02-10 22:57:32 +00:00
2026-02-10 21:54:47 +00:00
2026-02-10 21:54:47 +00:00
2026-02-10 23:02:59 +00:00
2026-02-10 23:22:36 +00:00

tz-snipe

Cli tool to infer someone's country with a probability based on timezone info sources.

could've been a one off script but part of learning go

Usage

Run it directly with go using one of the flags below.

By tz: list countries in a specific timezone offset.

tz-snipe --tz +1000

By github username: get a user's location and time from their commit patches. for higher rate limits, export GH_TOKEN.

tz-snipe --github torvalds

By time: see where in the world it is currently a specific time.

tz-snipe --time 15:00

Build

build the binary to ./build/tz-snipe:

make build