npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

gopro-cloud-export

v1.1.0

Published

Download all your GoPro Cloud videos with a local web UI

Readme

GoPro Cloud Export

Download all your GoPro Cloud videos to your local machine. Parallel downloads, resume support, real-time progress UI.

Quick start

npx gopro-cloud-export

Then open http://localhost:3001 in your browser.

Requires Node.js 18+. No other installs needed — ffmpeg/ffprobe are bundled.

Install from source

git clone https://github.com/Crafoord/gopro-cloud-export.git
cd gopro-cloud-export
npm install
npm run build
npm start

How to get your GoPro session cookie

The app uses your browser session to talk to the GoPro API on your behalf.

  1. Open gopro.com and log in
  2. Open DevTools — F12 on Windows/Linux, Cmd+Option+I on Mac
  3. Go to the Network tab, filter by Fetch/XHR
  4. Click around your media library to trigger a request
  5. Click any request to api.gopro.comRequest Headers
  6. Find the Cookie header and copy its entire value
  7. Paste it into the Setup tab in the app and click Validate

The cookie expires after a few days — if downloads stop working, repeat the steps above.

Configuration

All settings are in the Setup tab:

| Setting | Description | |---|---| | Session Cookie | Your GoPro browser session (see above) | | Download Folder | Where videos are saved. Click Browse to pick a folder. | | Parallel Downloads | How many videos to download at once (1–8) |

Usage

  1. Setup — paste your cookie, pick a download folder, save
  2. Scan — discovers all videos in your GoPro Cloud library
  3. Start — begins downloading. Pause/resume anytime.
  4. Retry — failed downloads can be retried individually or all at once
  5. Broken files — mark files that are corrupt on GoPro's end to skip them permanently

Data & privacy

  • Your config and download state are stored in ~/.gopro-cloud-export/ on your machine
  • Nothing is sent anywhere except to the GoPro API using your own session cookie
  • Videos are saved to the folder you choose