
Akanthophis
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a batch downloader. It downloads sequences of files from the Internet.
It can currently handle numeric and date sequences. For numeric you set the start number, end number, and optionally leading and/or redundant zeros. For dates you set the start date, finish date, and write a "format string" to show what you want it to look like in the URL. You can also filter by day-of-the-week. File extensions are also treated special, you can supply a list for it to try through.
Akanthophis can download concurrently (the order it does it in is a bit haphazard though). You could also set a delay, so as to be nice to servers.
Plans for later are to have a sequence string with arbitrary number of sequences, and additional types of sequences. (alphabetic, list of strings)
Depends on pykde/pycurl.
Feedback welcome and _encouraged_.
9 years ago
-1.1
--- filter date by day-of-week
--- rename existing files option
--- various fixes
-1.0
--- necromanced, completed, and rewritten.
9 years ago
-1.1
--- filter date by day-of-week
--- rename existing files option
--- various fixes
-1.0
--- necromanced, completed, and rewritten.
Mte90
9 years ago
Report
dwidmann
9 years ago
Plan is for a user-writable sequence string allowing an arbitrary number of sequences. Instead of just date and numeric I'll be adding alphabetic, and string (optionally from file) as well. Date will be improved such that it can filter by day of week.
Report