GithubHelp home page GithubHelp logo

ms-luf / use-uptobox Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 15 KB

a few cmdlets to download file hosted on uptobox.com file hosting service using uptobox API (uptobox account and API key is required)

PowerShell 100.00%
uptobox powershell powershell-module

use-uptobox's Introduction

image

Use-UpToBox

a few cmdlets to download file hosted on uptobox.com file hosting service using uptobox API (uptobox account and API key is required)

(c) 2020 lucas-cueff.com Distributed under Artistic Licence 2.0 (https://opensource.org/licenses/artistic-license-2.0).

Note

Notes version :

1.0.1 first public release

  • cmdlets to manage your API key (set, import) : Set-UptoboxAPIKey, Import-uptoboxEncryptedIKey
  • cmdlet to get information about your UpToBox account : Get-UptoboxUserInfo
  • cmdlet to dowload a file in a synchronous way (single thread, synchronous) : Get-UptoboxFile
  • cmdlet to dowload a file in a asynchronous way (multi threads, asynchronous) : Get-UptoboxFileAsync
    • this cmdlet require PowerShell host in version > 5.1
    • this cmdlet use the module threadjob
  • cmdlet to manage internet connection context (set your proxy) : Set-uptoboxProxy

How To

Simple How TO

install Use-UpToBox from PowerShell Gallery repository

You can easily install it from powershell gallery repository using a simple powershell command and an internet access :-)

	Install-Module -Name Use-UpToBox

import module from PowerShell

	C:\PS> import-module Use-UpToBox

module content

function

  • Get-UptoboxUserInfo
  • Get-UptoboxFile
  • Get-UptoboxFileAsync
  • Import-uptoboxEncryptedIKey
  • Invoke-APIuptoboxLink
  • Invoke-APIuptoboxLinkInfo
  • Invoke-APIuptoboxUser
  • Invoke-uptoboxAPIV2
  • Set-UptoboxAPIKey
  • Set-uptoboxProxy

alias

  • Get-UptoboxUserInfo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.