Skip to content

Instantly share code, notes, and snippets.

@lidel
Created November 17, 2020 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lidel/6d59dd6d3559c107c182638b3770ea8b to your computer and use it in GitHub Desktop.
Save lidel/6d59dd6d3559c107c182638b3770ea8b to your computer and use it in GitHub Desktop.
Total Number of downloads in ipfs-desktop repo
# Note this is both downloads of install packages
# AND downloads of latest.yml manifest files used by autoupdate on Windows and macOS
curl -s https://api.github.com/repos/ipfs-shipyard/ipfs-desktop/releases | egrep 'download_count' | cut '-d:' -f 2 | sed 's/,/+/' | xargs echo | xargs -I N echo N 0 | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment