0.0.2 • Published 4 years ago

firefox-send-link-generator v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Firefox Send Link Generator

This project provide a command-line way to get Firefox Send file download link. Support to generate Firefox Send link with web URI.

中文文档

Usage

Require Node.js >= 10

With NPX:

$ FSLG_FILE_URI=your_file_original_uri FSLG_DOWNLOAD_PASSWORD=your_download_password npx firefox-send-link-generator

FSLG_FILE_URI environmet variable is file original URI that you want to download. FSLG_DOWNLOAD_PASSWORD environmet variable is password for protecting your Firefox Send link, optional

Work with CI

With CI, we can create Firefox Send link for files that can't be downloaded well in your local network with original URI.

Travis CI

  1. Fork this repo, and enable Travis CI for forked repo.

  2. Add environment variables FSLG_FILE_URI and FSLG_DOWNLOAD_PASSWORD in travis project settings.

  3. Trigger your travis CI job

  4. Get Firefox Send link in job's log

Github Actions

  1. Fork this repo, and enable Github Actions for forked repo.

  2. Add environment variables FSLG_FILE_URI and FSLG_DOWNLOAD_PASSWORD in Github Actions settings.

  3. Trigger Github Actions job

  4. Get Firefox Send link in job's log

0.0.2

4 years ago

0.0.1

4 years ago