SatNOGS database crawler - audio & waterfall data download based on python scrapy.
Download the repo and run scrapy crawl satnogs -a noradId=XXXXX
in main folder.
/data
- JSON file generated with all observations meta for choosen satellite./files/audio
- *.ogg audio files/files/waterfall
- *.png waterfall files
Downloading all the data & files takes even several dozen minutes. But if something goes wrong and the script fails, you can run it again and it won't download the file if it already exists in the folder.
Probably choosing start & end dates of downloaded files. More info soon.