Code Monkey home page Code Monkey logo

beam's Introduction

JustBeamIt Command Line Utility

https://www.justbeamit.com

The beam command is a small Python script that takes advantage of the JustBeamIt API. At the moment, it only supports the sender's side of the transfer session, which means that the recipient will still have to go through the web app to receive the files.

Dependencies

  1. requests
  2. requests toolbelt
  3. progressbar2

Install

To install, just run the install.sh script, which will install the required Python modules as well as create the beam command:

$ ./install.sh

Note that this requires you to have pip installed. If you don't have pip, you can manually install the 3 dependencies, and then run the following command:

$ sudo cp beam /usr/local/bin

Tested with Python 2.7.9.

Usage

You can pass in 1 or more paths to the file(s) you want to transfer as arguments to beam. The paths must point to existing files, and directories are not supported.

single file transfers:

$ beam /path/to/file
please provide this link to the recipient:

https://www.justbeamit.com/[token]

multiple file transfers:

$ beam /path/to/file1 /path/to/file2 /path/to/file3 ...
please provide this link to the recipient:

https://www.justbeamit.com/[token]

Running the beam command will generate a URL with a unique token that is meant to be shared with the intended recipient for a 1-time transfer. The recipient will have to visit the URL in order to receive the file(s).

Contact Us

Feel free to email us with any questions, comments, thoughts, etc... [email protected]

Facebook

Twitter

beam's People

Contributors

unsunghero97 avatar joelakuhn avatar nmbhat avatar

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.