Skip to content

Instantly share code, notes, and snippets.

View ryanbateman's full-sized avatar
🥑
avocado

Ryan Bateman ryanbateman

🥑
avocado
  • London, United Kingdom
View GitHub Profile
@ryanbateman
ryanbateman / main.py
Last active April 12, 2024 08:14 — forked from wiseman/main.py
Print the 10 closest spacecraft/satellites.
import requests
import requests_cache
import math
import ephem
import os
import json
import paho.mqtt.client as mqtt
import datetime
observer = ephem.Observer()