Welcome to thatlinuxbox.com Thursday, November 21 2024 @ 03:53 PM UTC
My dailymile_export tool - this time in Perl
- Wednesday, May 20 2015 @ 06:55 PM UTC
- Contributed by: Dan Stoner
- Views: 2,867
I first announced my dailymile export tool in February 2015.
Announcing v1.2 of my dailymile export tool
In this most recent release of dailymile_export I have included a Perl 5 version of the script. The download bundle is available:
https://github.com/danstoner/dailymile_export/releases
The basic usage info of the perl script:
$ perl dailymile_export_to_csv.pl --help
Description:
Script to download entries from the dailymile API for a particular user into a CSV.
Usage: dailymile_export_to_tsv.pl [OPTIONS]
Parameters:
--help, -h Display this usage help.
--username, -u USERNAME
The dailymile.com username to export (Required).
Options:
--debug, -d Enable debug level output.
--gear, -g Enable download of gear info (not yet available)
--maxpages, -m MAX
Maximum number of pages to fetch (to limit http requests during testing)
The github repo for the project is located:
https://github.com/danstoner/dailymile_export
If my dailymile export tool is useful to you, or you have suggestions or feedback, please leave a comment here or as a github issue.
The following comments are owned by whomever posted them. This site is not responsible for what they say.