Python3 script to automatically download SatNOGS decoded frames from Quetzal-1 satellite and create .hex
file that can be uploaded to Quetzal-1 desktop application.
- python > 3.5.0
- access token for SatNOGS DB
python run.py [accessToken] [startDate] [endDate]
- accessToken - access token to SatNOGS DB API
- startDate - optional, format:
%Y-%m-%dT%H:%M:%SZ
- endDate - optional, format:
%Y-%m-%dT%H:%M:%SZ
Example request:
python run.py ############################ 2020-07-06T01:08:50Z 2020-07-06T01:14:12Z