18 Jun
2012
18 Jun
'12
7:11 p.m.
Second, I'm a bit confused how to automatedly download the .json-format UDM results - while I'm logged in, clicking on the link gives me a nice .json download, but when using the same link with wget, I get a login page. I'm not overly willing to download 30 UDM result files manually every day - so there must be some way to use "wget" etc. to get these data files... any hints on that?
Example link: https://udm01.atlas.ripe.net/atlas/udm_download.json?attach=1&ms m_id=1002000&y=2012&w=25
There is an example at the bottom of <https://atlas.ripe.net/doc/api> that explains how to go past ripe-access in python.
FWIW, the same design pattern works with Perl's WWW::Mechanize <http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm>