Skip to content

Figshare download

Terminal window
python -m piccione.download.from_figshare <article_id> [-o <output_dir>]
ArgumentDescription
article_idFigshare article ID (integer)
-o, --output-dirOutput directory (default: current directory)

Example:

Terminal window
python -m piccione.download.from_figshare 12345678 -o ./downloads
  • Downloads all files from a public Figshare article
  • MD5 checksum verification (when available)
  • Progress bar with transfer rate
  • Automatic pagination for articles with many files