neuralfetch.download.Figshare

pydantic model neuralfetch.download.Figshare[source][source]

Download all files from a Figshare article (figshare.com).

Fetches file metadata from the Figshare v2 public API and downloads each file into dset_dir/download/.

Parameters:

study (str) – Figshare article ID (numeric string, e.g. "12345678"). Found in the article URL on figshare.com.

Fields:

requirements: tp.ClassVar[tuple[str, ...]] = ()[source]